Method |
Description |
|
_extend ( ) |
Called upon construct. Sets control properties |
|
do_success ( FormUI $form ) : boolean | string |
This control only executes its on_success callbacks when it was clicked |
|
get ( Theme $theme ) : string |
Produce HTML output for this password control. |
|
set_caption ( string $caption ) : FormControlSubmit |
Set the caption of this submit button |
|
set_url ( string $url ) : FormControlSubmit |
Make this submit button go to a URL instead of validating or processing success |
|
validate ( ) : array |
This control only validates if it's clicked |
|