svn commit: r1059935 - /ofbiz/trunk/framework/example/widget/example/ExampleForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1059935 - /ofbiz/trunk/framework/example/widget/example/ExampleForms.xml

adrianc
Author: adrianc
Date: Mon Jan 17 14:42:45 2011
New Revision: 1059935

URL: http://svn.apache.org/viewvc?rev=1059935&view=rev
Log:
Added "required" style to layout demo.

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

Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=1059935&r1=1059934&r2=1059935&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Mon Jan 17 14:42:45 2011
@@ -250,7 +250,9 @@ under the License.
     </form>
 
     <form name="LayoutDemoForm" type="single" target="${demoTargetUrl}" default-map-name="demoMap">
-        <field name="name" title="${uiLabelMap.CommonName}"><text/></field>
+        <field name="name" title="${uiLabelMap.CommonName}" widget-style="required" tooltip="${uiLabelMap.CommonRequired}">
+            <text />
+        </field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><text/></field>
         <field name="dropDown" title="${uiLabelMap.CommonEnabled}">
             <drop-down>