Author: jleroux
Date: Sun Oct 25 11:13:24 2015
New Revision: 1710424
URL:
http://svn.apache.org/viewvc?rev=1710424&view=revLog:
Completes schema documentation for override-list-size in case of performFindList use - OFBIZ-6422
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=1710424&r1=1710423&r2=1710424&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sun Oct 25 11:13:24 2015
@@ -167,7 +167,10 @@ under the License.
</xs:attribute>
<xs:attribute type="xs:string" name="override-list-size">
<xs:annotation>
- <xs:documentation>The total number of rows in the original list (used for pagination). If not specified, the size of the list will be used. Accepts ${} notation.</xs:documentation>
+ <xs:documentation>The total number of rows in the original list (used for pagination).
+ If not specified, the size of the list will be used. Accepts ${} notation.
+ You may use any value, true makes sense, when using performFindList, but one value must be passed.
+ </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" name="paginate-first-label">