Property | Type | Description | |
---|---|---|---|
$outpre |
Method | Description | |
---|---|---|
_extend ( ) | ||
do_success ( $form ) : boolean | string | This control only executes its on_success callbacks when it was clicked | |
get ( |
||
get_visualizer ( ) | Returns the HTML id of the element that the control exposes as a target, for example, for labels | |
pre_out ( ) : string | Return the HTML/script required for this control. Do it only once. |
public do_success ( $form ) : boolean | string | ||
return | boolean | string | A string to replace the rendering of the form with, or false |
public get_visualizer ( ) |