spring-webflow
spring-webflow copied to clipboard
Allow DOM element in addition to elementId as input [SWF-1279]
Rossen Stoyanchev opened SWF-1279 and commented
Currently elementId is required for ElementDecoration and AjaxEventDecoration. However when such decorations are applied in a loop (e.g. dojo.query) it is convenient to be able to supply DOM element rather than rely on the presence of an id, which may or may not be the case.
Affects: 2.0.9
Issue Links:
-
#475 Simplify how form submit buttons are decorated
-
#482 Simplify how links are decorated