Author: jleroux
Date: Wed Oct 8 06:12:16 2008 New Revision: 702861 URL: http://svn.apache.org/viewvc?rev=702861&view=rev Log: Some formatting for List-Multi form column sorting, no code changes Added: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java (with props) 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=702861&r1=702860&r2=702861&view=diff ============================================================================== --- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original) +++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Wed Oct 8 06:12:16 2008 @@ -453,7 +453,13 @@ </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" name="required-field-style"> - <xs:annotation><xs:documentation>The name of a style (like a CSS class) to apply to the title of this field if required. Will default to form's default-required-field-style. If field is required, but required-field-style is empty, an '*' will be placed to the right of text, textarea and password fields.</xs:documentation></xs:annotation> + <xs:annotation> + <xs:documentation>The name of a style (like a CSS class) to apply to the title of this field if required. + Will default to form's default-required-field-style. + If field is required, but required-field-style is empty, an '*' will be placed to the right of text, + textarea and password fields. + </xs:documentation> + </xs:annotation> </xs:attribute> <xs:attribute name="sort-field" default="false"> <xs:simpleType> @@ -464,13 +470,25 @@ </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" name="sort-field-style"> - <xs:annotation><xs:documentation>The name of a style (like a CSS class) to apply to the sort field link. Will default to form's default-sort-field-style.</xs:documentation></xs:annotation> + <xs:annotation> + <xs:documentation>The name of a style (like a CSS class) to apply to the sort field link. + Will default to form's default-sort-field-style. + </xs:documentation> + </xs:annotation> </xs:attribute> <xs:attribute type="xs:string" name="sort-field-asc-style"> - <xs:annotation><xs:documentation>The name of a style (like a CSS class) to apply to the sort field link ordered ascending. Will default to form's default-sort-field-asc-style.</xs:documentation></xs:annotation> + <xs:annotation> + <xs:documentation>The name of a style (like a CSS class) to apply to the sort field link ordered ascending. + Will default to form's default-sort-field-asc-style. + </xs:documentation> + </xs:annotation> </xs:attribute> <xs:attribute type="xs:string" name="sort-field-desc-style"> - <xs:annotation><xs:documentation>The name of a style (like a CSS class) to apply to the sort field link ordered descending. Will default to form's default-sort-field-desc-style.</xs:documentation></xs:annotation> + <xs:annotation> + <xs:documentation>The name of a style (like a CSS class) to apply to the sort field link ordered descending. + Will default to form's default-sort-field-desc-style. + </xs:documentation> + </xs:annotation> </xs:attribute> </xs:attributeGroup> |
Free forum by Nabble | Edit this page |