|
YAP
2.5
|
Public Member Functions | |
| CYap_clsSearchTxt ($cfg, $FieldName) | |
| GetWhereCondition ($db_class) | |
| var_padding ($size, $padding, $paddingchar, $text) | |
| & | GetDrawObject () |
Public Member Functions inherited from CYap_clsSearchField | |
| CYap_clsSearchField ($cfg, $FieldName) | |
| GetParameter ($paramName, $cfg, $default) | |
| _Initialize () | |
| LoadCFg ($cfg) | |
| SetDefaultValue ($value) | |
| SetLabel ($value) | |
| SetProperty ($Property, $value) | |
| GetProperty ($Property) | |
| GetWhereCondition ($db_class) | |
| GetValue () | |
| StoreInformation ($prefix) | |
| LoadInformation ($prefix) | |
| CleanSessionInfo ($prefix) | |
| ReadFormData () | |
| JsSearchFieldValidate () | |
| & | GetDrawObject () |
| _MakeViewObj () | |
Additional Inherited Members | |
Data Fields inherited from CYap_clsSearchField | |
| $Type | |
| $PaddingChar | |
| $Padding | |
| $UseRegex | |
| $Label | |
| $MyName | |
| $DbField | |
| $Size | |
| $RequestValue | |
| $ViewClass | |
| $ViewObj | |
| $DefaultValue | |
| $FieldOrder | |
Definition at line 892 of file CYap_clsSearch.php.
| CYap_clsSearchTxt | ( | $cfg, | |
| $FieldName | |||
| ) |
Definition at line 896 of file CYap_clsSearch.php.
| & GetDrawObject | ( | ) |
Draw the field. public
Definition at line 974 of file CYap_clsSearch.php.
| GetWhereCondition | ( | $db_class | ) |
| CYap_Db | $db_class |
Definition at line 907 of file CYap_clsSearch.php.
| var_padding | ( | $size, | |
| $padding, | |||
| $paddingchar, | |||
| $text | |||
| ) |
Pad the given field to match the requested size
| integer | the output size |
| string | type of pad (none,left,right,center) |
| string | char to use to pad |
| string | input text |
Definition at line 949 of file CYap_clsSearch.php.