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" * ) * * * @package forms * @subpackage actions */ class FormAction extends FormField { protected $template = 'FormAction'; protected $action; /** * Enables the use of