Author: jleroux
Date: Mon May 31 19:33:55 2010 New Revision: 949839 URL: http://svn.apache.org/viewvc?rev=949839&view=rev Log: Better documentation on client-autocomplete-field Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=949839&r1=949838&r2=949839&view=diff ============================================================================== --- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original) +++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Mon May 31 19:33:55 2010 @@ -204,7 +204,7 @@ under the License. <xs:annotation><xs:documentation>The default-table-style specifies the style to use in the table.</xs:documentation></xs:annotation> </xs:attribute> <xs:attribute name="client-autocomplete-fields" default="true"> - <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered</xs:documentation></xs:annotation> + <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered. Default to true.</xs:documentation></xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> @@ -214,10 +214,12 @@ under the License. </xs:attribute> <!-- not sure this is such a good idea <xs:attribute type="xs:string" name="hidden-values-map-name"> - <xs:annotation><xs:documentation>A map that contains hidden field name/value pairs. - The reason for this is to eliminate the need to code custom forms so that auxiliary, passthru data can be sent to the server. - By doing it this way, more standard forms can be used. -</xs:documentation></xs:annotation> + <xs:annotation> + <xs:documentation>A map that contains hidden field name/value pairs. + The reason for this is to eliminate the need to code custom forms so that auxiliary, passthru data can be sent to the server. + By doing it this way, more standard forms can be used. + </xs:documentation> + </xs:annotation> </xs:attribute> --> </xs:attributeGroup> @@ -780,7 +782,7 @@ under the License. <xs:attribute type="xs:positiveInteger" name="maxlength"/> <xs:attribute type="xs:string" name="default-value"/> <xs:attribute name="client-autocomplete-field" default="true"> - <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered</xs:documentation></xs:annotation> + <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered. Default to true.</xs:documentation></xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> @@ -912,7 +914,7 @@ under the License. <xs:annotation><xs:documentation>The name of a field whose value is passed in as a parameter to the lookup target form. Can be a comma separated list.</xs:documentation></xs:annotation> </xs:attribute> <xs:attribute name="client-autocomplete-field" default="true"> - <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered</xs:documentation></xs:annotation> + <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered. Default to true.</xs:documentation></xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> @@ -980,7 +982,7 @@ under the License. <xs:attribute type="xs:positiveInteger" name="maxlength"/> <xs:attribute type="xs:string" name="default-value"/> <xs:attribute name="client-autocomplete-field" default="true"> - <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered</xs:documentation></xs:annotation> + <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered. Default to true.</xs:documentation></xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> @@ -1015,7 +1017,7 @@ under the License. <xs:attribute type="xs:positiveInteger" name="maxlength"/> <xs:attribute type="xs:string" name="default-value"/> <xs:attribute name="client-autocomplete-field" default="true"> - <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered</xs:documentation></xs:annotation> + <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered. Default to true.</xs:documentation></xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> @@ -1096,7 +1098,7 @@ under the License. </xs:simpleType> </xs:attribute> <xs:attribute name="client-autocomplete-field" default="true"> - <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered</xs:documentation></xs:annotation> + <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered. Default to true.</xs:documentation></xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> @@ -1172,7 +1174,7 @@ under the License. </xs:simpleType> </xs:attribute> <xs:attribute name="client-autocomplete-field" default="true"> - <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered</xs:documentation></xs:annotation> + <xs:annotation><xs:documentation>Tells the browser whether or not to try and autocomplete with values previously entered. Default to true.</xs:documentation></xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> |
Free forum by Nabble | Edit this page |