Author: deepak Date: Sat Dec 23 08:32:16 2017 New Revision: 1819118 URL: http://svn.apache.org/viewvc?rev=1819118&view=rev Log: Improved: Replace Masked Input Plugin with jQuery-Mask-Plugin. (OFBIZ-9493) Thanks Aditya Shamra for your contribution
Modified: ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml Modified: ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml?rev=1819118&r1=1819117&r2=1819118&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml Sat Dec 23 08:32:16 2017 @@ -720,7 +720,8 @@ <value xml:lang="en">Mask Field</value> </property> <property key="ExampleMaskFieldDescription"> - <value xml:lang="en">Here is a simple example to mask a field with given mask definition as 'a*-999-a999'.</value> + <value xml:lang="en">Here is a simple example to mask a field with given mask definition as 'a*-999-a999'. Default translations: * - Alphanumeric [A-Za-z0-9], 9 - Numeric [0-9*] and a - Alphabets [A-Za-z] + </value> </property> <property key="ExampleMessage"> <value xml:lang="en">For something interesting make sure you are logged in, try username:admin, password:ofbiz.</value>