Author: jleroux
Date: Wed May 13 10:09:27 2015
New Revision: 1679172
URL:
http://svn.apache.org/r1679172Log:
Small change for "Improves dialog boxes generated by ajax-window link parameter"
https://issues.apache.org/jira/browse/OFBIZ-6359Adds closeOnEscape
Modified:
ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl?rev=1679172&r1=1679171&r2=1679172&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl Wed May 13 10:09:27 2015
@@ -132,6 +132,7 @@ under the License.
height: ${height},
width: ${width},
modal: true,
+ closeOnEscape: true,
open: function() {
jQuery.ajax({
url: "${target}",