Package forms\actions
Classes summary
| FormAction | Single action button. The action buttons are <input type="submit"> tags. |
| FormAction_WithoutLabel | |
| ImageFormAction | Action that uses an image instead of a button |
| InlineFormAction | Render a button that will submit the form its contained in through ajax. If you want to add custom behaviour, please set inlcudeDefaultJS() to FALSE and work with behaviour.js. |
| InlineFormAction_ReadOnly | Readonly version of InlineFormAction. |
| ResetFormAction | Action that clears all fields on a form. Inserts an input tag with type=reset. |