diff --git a/spring-webflow-reference/src/spring-js.xml b/spring-webflow-reference/src/spring-js.xml index 26f4eb02..a626ae34 100644 --- a/spring-webflow-reference/src/spring-js.xml +++ b/spring-webflow-reference/src/spring-js.xml @@ -114,16 +114,36 @@ (See the section on Handling Ajax Requests for details on how this request is handled on the server.) - Sometimes it is necessary to call Spring Javascript's RemotingHandler directly instead of using the AjaxEventDecoration. - For example, see inline onclick handler of this button: + It is also possible to apply more than one decoration to an element. + The following example shows a button being decorated with Ajax and validate-all submit suppression: + ]]> + + It is also possible to apply a decoration to multiple elements in a single statement using Dojo's query API. + The following example decorates a set of checkbox elements as Dojo Checkbox widgets: + + + + + + +]]> + Handling Ajax Requests