Author: jleroux Date: Tue Oct 20 21:12:26 2015 New Revision: 1709684 URL: http://svn.apache.org/viewvc?rev=1709684&view=rev Log: By chance, I stumbled upon a remaining small chunk of change Sumit Pandit created for example component at "Adding placeholder attribute to text fields rendered via Form-Widget's text tag." https://issues.apache.org/jira/browse/OFBIZ-5341
Since I don't like to waste, here is the commit he asked for Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml?rev=1709684&r1=1709683&r2=1709684&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml Tue Oct 20 21:12:26 2015 @@ -191,7 +191,7 @@ under the License. </entity-options> </drop-down> </field> - <field name="exampleName" required-field="true" widget-style="required"></field> + <field name="exampleName" required-field="true" widget-style="required"><text placeholder="${uiLabelMap.FormFieldTitle_exampleName}"/></field> <field name="description" title="${uiLabelMap.CommonDescription}"/> <field name="longDescription" title="${uiLabelMap.ExampleLongDescription}"/> <field name="anotherText">