Author: jleroux
Date: Thu Sep 22 16:14:35 2016
New Revision: 1761975
URL:
http://svn.apache.org/viewvc?rev=1761975&view=revLog:
Improves: Adds a small sentence saying to look before for a possible
FormFieldTitle_ in the autocompletion help when creating a form widget title
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=1761975&r1=1761974&r2=1761975&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Thu Sep 22 16:14:35 2016
@@ -737,7 +737,12 @@ under the License.
</xs:attribute>
<xs:attribute type="xs:string" name="title">
<xs:annotation>
- <xs:documentation>The name of this field that will be shown to the user; can use the ${} and foo.bar (dot) syntax to insert values from the context for parameterization or internationalization.</xs:documentation>
+ <xs:documentation>
+ The name of this field that will be shown to the user.
+ It can use the ${} and foo.bar (dot) syntax to insert values from the context for parameterization or internationalization.
+
+ Be sure a "FormFieldTitle_" labels does not already exist, else it will be overriden.
+ </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" name="header-link">