Bug 733

Summary: [Chameleon - doc_builder] MapSize no attributes or sub attributes extracted to xml.
Product: Chameleon Reporter: Chris Thorne <cthorne@dmsolutions.ca>
Component: AutoDocAssignee: William Bronsema <wbronsema@dmsolutions.ca>
Status: NEW    
Severity: normal CC: chameleon-dev@lists.maptools.org
Priority: P2    
Version: 1.99   
Target Milestone: FUTURE   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.