Class Summary |
AjaxRequest |
Wrapper of Prototype's Ajax.Request |
AjaxRequestButton |
An Ajax.Request as a button (that also submits the form and form values)
In order to use this, the form elements(i.e WOTextField, etc) need to have their name attribute bound to concrete values. |
AjaxRequestLink |
An Ajax.Request as a link |
AjaxUpdater |
Wrapper of Prototype's Ajax.Updater |
AjaxUpdaterButton |
An Ajax.Updater as a button (that also submits the form and form values)
In order to use this, the form elements(i.e WOTextField, etc) need to have their name attribute bound to concrete values. |
AjaxUpdaterForm |
Form with Ajax.Updater onsubmit: |
AjaxUpdaterLink |
An Ajax.Updater as a link |