[Chameleon-dev] [Bug 646] [Chameleon-Autodoc]Missing attribute
value dependency section
bugzilla-daemon at www.maptools.org
bugzilla-daemon at www.maptools.org
Mon Oct 18 16:51:47 EDT 2004
http://www.maptools.org/bugzilla/show_bug.cgi?id=646
cthorne at dmsolutions.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From cthorne at dmsolutions.ca 2004-10-18 16:51 -------
The current structure of the xsd allows this flexability. What has been added to
the xsd was a new restriction dependancytype value 'attribute'.
<!-- Widget Dependancy Definitions: Widget Dependancies -->
<xs:simpleType name="widgetdependancytype">
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="widget"/>
<xs:enumeration value="sharedresource"/>
<xs:enumeration value="attribute"/>
<xs:enumeration value="data"/>
</xs:restriction>
</xs:simpleType>
Fixed in CVS.
Also I have updated the MapSize en-ca doc with the new dependancy.
<cham:widgetdependancies>
<cham:widgetdependancy>
<cham:type>attribute</cham:type>
<cham:name>MapDHTML's ALLOWRESIZE Attribute</cham:name>
<cham:description>
MapDHTML widget must have ALLOWRESIZE attribute set to "true" to
allow the MapSize widget to change the map view area within the application.
</cham:description>
</cham:widgetdependancy>
<cham:description>In order for the widget to function, the following Chameleon
features may be required.</cham:description>
</cham:widgetdependancies>
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Chameleon-dev
mailing list