You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/11/08 16:23:54 UTC

svn commit: r833884 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Author: buscob
Date: Sun Nov  8 15:23:52 2009
New Revision: 833884

URL: http://svn.apache.org/viewvc?rev=833884&view=rev
Log:
Added an example of non collapsible groupfield in the Widget Example Form

Modified:
    ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Modified: ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml?rev=833884&r1=833883&r2=833884&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Sun Nov  8 15:23:52 2009
@@ -246,6 +246,11 @@
         <field name="field8" title="${uiLabelMap.ExampleField} 8"><text/></field>
         <field name="field9" title="${uiLabelMap.ExampleField} 9"><text/></field>
         <field name="field10" title="${uiLabelMap.ExampleField} 10"><text/></field>
+        <field name="field11" title="${uiLabelMap.ExampleField} 11"><text/></field>
+        <field name="field12" title="${uiLabelMap.ExampleField} 12"><text/></field>
+        <field name="field13" title="${uiLabelMap.ExampleField} 13"><text/></field>
+        <field name="field14" title="${uiLabelMap.ExampleField} 14"><text/></field>
+        <field name="field14" title="${uiLabelMap.ExampleField} 15"><text/></field>
 
         <sort-order>
             <field-group title="${uiLabelMap.ExampleGroupField} 1" collapsible="true" initially-collapsed="true">
@@ -263,6 +268,14 @@
                 <sort-field name="field9"/>
                 <sort-field name="field10"/>
             </field-group>
+
+            <field-group title="${uiLabelMap.ExampleGroupField} 3">
+                <sort-field name="field11"/>
+                <sort-field name="field12"/>
+                <sort-field name="field13"/>
+                <sort-field name="field14"/>
+                <sort-field name="field15"/>
+            </field-group>
         </sort-order>
 
     </form>