SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields | Protected Attributes
RadioButtonText Class Reference
+ Inheritance diagram for RadioButtonText:

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

Detailed Description

Hidden para las tablas --- No imprime un label y manda un input hidden.

Version:
1.0
Author:
Ruben Schaffer
Todo:
fix so val retuns the value and only the inputmethod retuns the hidden inpunt

Definition at line 29 of file RadioButtonText.php.


Constructor & Destructor Documentation

__construct ( label = null,
options = array(),
flags = null,
val = null,
filterCriteria = null 
)

Definition at line 37 of file RadioButtonText.php.


Member Function Documentation

showInput ( fill)

Reimplemented from String.

Definition at line 57 of file RadioButtonText.php.

val ( val = null)

Definition at line 45 of file RadioButtonText.php.


Field Documentation

$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.


The documentation for this class was generated from the following file: