Bug 733 - [Chameleon - doc_builder] MapSize no attributes or sub attributes extracted to xml.
: [Chameleon - doc_builder] MapSize no attributes or sub attributes extracted t...
Status: NEW
: Chameleon
AutoDoc
: 1.99
: PC Windows 2000
: P2 normal
: FUTURE
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-10-18 16:01 by
Modified: 2004-10-21 15:07 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-10-18 16:01:53
The MapSize widget contains empty <cham:widgettag><cham:widgettag>. Where there
is :
* one attribute. EMBEDDED = True, False 
* one sub tag <MapSize/>
* three sub attributes HEIGHT, WIDTH, and LABEL

Associated specific to the widget. For example;

<cwc2 type="MapSize"
    embedded="true"
    popupwidth="480"
    popupheight="200">
      <mapsize label="Small"
          width="400"
          height="300"/>
</cwc2>

This is a pretty big issue. Can the doc_builder even handle subtags finding and
sub attributes? Will it be possible with the current state of this widget?
------- Comment #1 From 2004-10-19 14:00:04 -------
No, it is not possible at this point to know if a widget uses sub-tags. 
Currently doc_builder just ignores those tags.  They must be populated maunally.

Paul, should a more formal structure be put in place to register sub tags and/or
shared resources??
------- Comment #2 From 2004-10-19 16:17:52 -------
I am not sure paul got this question bill.
------- Comment #3 From 2004-10-21 15:07:39 -------
Changed target to FUTURE.