Public Member Functions | |
__construct ($label=null, $options=array(), $flags=null, $val=null, $filterCriteria=null) | |
val ($val=null) | |
showInput ($fill) | |
Data Fields | |
$valudationNotAnOption = 'The value given is not a valid option' | |
Protected Attributes | |
$options = array() | |
$showValues = true |
Hidden para las tablas --- No imprime un label y manda un input hidden.
Definition at line 29 of file RadioButtonText.php.
__construct | ( | $ | label = null , |
$ | options = array() , |
||
$ | flags = null , |
||
$ | val = null , |
||
$ | filterCriteria = null |
||
) |
Definition at line 37 of file RadioButtonText.php.
showInput | ( | $ | fill | ) |
Reimplemented from String.
Definition at line 57 of file RadioButtonText.php.
val | ( | $ | val = null | ) |
Definition at line 45 of file RadioButtonText.php.
$options = array() [protected] |
Definition at line 31 of file RadioButtonText.php.
$showValues = true [protected] |
Definition at line 32 of file RadioButtonText.php.
$valudationNotAnOption = 'The value given is not a valid option' |
Definition at line 34 of file RadioButtonText.php.