tags. * * Usage * * Upon clicking the button below will redirect the user to doAction under the current controller. * * * new FormAction ( * // doAction has to be a defined controller member * $action = "doAction", * $title = "Submit button" * ) * * * Labels * * By default, FormAction will use the title as the label for the left margin. This can look redundant on the form. If you'd rather have just the button alone with as pictured above try using {@link FormAction_WithoutLabel} instead. * * @package forms * @subpackage actions */ class FormAction extends FormField { protected $extraData; protected $action; /** * Enables the use of