The modal dialog (dijit.Dialog) displayed by Spring JS when using the "popup" feature of Spring.AjaxEventDecoration cannot be passed properties for customisation e.g. setting the width, height, title, whether or not it is draggable etc.
One way to support this would be to add support for a widgetAttrs parameter to Spring.AjaxEventDecoration (already supported by Spring.ElementDecoration) e.g.
Duncan Eley opened SWF-1486 and commented
The modal dialog (dijit.Dialog) displayed by Spring JS when using the "popup" feature of
Spring.AjaxEventDecoration
cannot be passed properties for customisation e.g. setting the width, height, title, whether or not it is draggable etc.One way to support this would be to add support for a
widgetAttrs
parameter toSpring.AjaxEventDecoration
(already supported bySpring.ElementDecoration
) e.g.Attached is a patch file for Spring-Dojo.js to support this.
Affects: 2.3.0
Attachments:
1 votes, 2 watchers