|
YAP
2.5
|
Public Member Functions | |
| CYAP_ViewTextRange ($TableFieldDef=array()) | |
| SetValueTo ($value) | |
| SetControlNameTo ($name) | |
| Draw ($Show=true) | |
| DrawLabel ($Show=true) | |
| GetSubmitFunction () | |
Public Member Functions inherited from CYAP_ViewTextBox | |
| CYAP_ViewTextBox ($TableFieldDef=array()) | |
| Draw ($Show=true) | |
| DrawLabel ($Show=true) | |
| GetSubmitFunction () | |
Data Fields | |
| $FieldValueTo | |
| $NameTo | |
Data Fields inherited from CYAP_ViewTextBox | |
| $Size | |
Definition at line 398 of file CYap_Control.php.
| CYAP_ViewTextRange | ( | $TableFieldDef = array() | ) |
Definition at line 403 of file CYap_Control.php.
| Draw | ( | $Show = true | ) |
Definition at line 426 of file CYap_Control.php.
| DrawLabel | ( | $Show = true | ) |
Definition at line 441 of file CYap_Control.php.
| GetSubmitFunction | ( | ) |
Definition at line 449 of file CYap_Control.php.
| SetControlNameTo | ( | $name | ) |
set the name for the control, To field
| string | public |
Definition at line 421 of file CYap_Control.php.
| SetValueTo | ( | $value | ) |
Set the current value for the field
| string | mixed public |
Definition at line 412 of file CYap_Control.php.
| $FieldValueTo |
Definition at line 400 of file CYap_Control.php.
| $NameTo |
Definition at line 401 of file CYap_Control.php.