Author: deepak Date: Sat Dec 23 06:37:47 2017 New Revision: 1819114 URL: http://svn.apache.org/viewvc?rev=1819114&view=rev Log: Improved: Replace Inline js with External js in makeHyperlinkString macro (OFBIZ-9852) Thanks Aditya Sharma for your contribution
Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml?rev=1819114&r1=1819113&r2=1819114&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Sat Dec 23 06:37:47 2017 @@ -408,6 +408,9 @@ under the License. <field name="newExample" title=" " widget-area-style="smallSubmit" position="1"> <hyperlink description="${uiLabelMap.ExampleNewExample} (Layered-modal)" target="EditExampleLayer" also-hidden="false" link-type="layered-modal"/> </field> + <field name="deleteLink" title="${uiLabelMap.FormFieldTitle_confirmButton} ${uiLabelMap.ExampleExample}" widget-style="buttontext"> + <hyperlink description="${uiLabelMap.CommonDelete}" target="FormWidgetExamples" also-hidden="false" confirmation-message="Are you sure you want to perform this action?"/> + </field> </form> <form name="MaskFieldExampleForm" type="single">