YAP
2.5
|
Public Member Functions | |
CYap_TextBox ($TableFieldDef=array()) | |
Draw ($Show=true) | |
![]() | |
CYap_control ($TableFieldDef=array()) | |
BindField ($FieldDef) | |
SetValue ($value) | |
SetControlName ($name) | |
SetControlLabel ($name) | |
SetCalBackFunc ($name) | |
SetProperty ($Property, $value) | |
ParseResponse () | |
_InternalCheck () | |
IsValid () | |
GetSqlData () | |
GetSqlFieldName () | |
GetInfo ($InfoName) | |
GetHeaderCode () | |
HasValue () | |
GetValue () | |
GetJsCode () | |
GetJsSubmitFunction () | |
Draw ($Show=true) | |
DrawLabel ($Show=true) | |
IsHidden () | |
Additional Inherited Members | |
![]() | |
$Name | |
$DbField | |
$DbFieldInfo | |
$ValidIndex =array('autoincrement','values','table','type','apice','size','decimal','name') | |
$FieldValue | |
$IHaveValue | |
$CallBackCheck | |
$IsValidInput | |
$Label | |
Definition at line 328 of file CYap_Control.php.
CYap_TextBox | ( | $TableFieldDef = array() | ) |
Definition at line 331 of file CYap_Control.php.
Draw | ( | $Show = true | ) |
Draw the TextBox
bool | Should the function echo the code, or return it as string public |
Definition at line 343 of file CYap_Control.php.