KoolTextBox Class [PHP]
Summary
Properties | Description | |
AutoComplete | Set or get whether the autocomplete feature of browser is enabled. | |
EmptyMessage | Set the empty message that will be displayed when no value is entered. | |
id | Get the id of KoolTextBox. | |
MaxLength | You can set the maximum length that textbox accepted. | |
Mode | Set the mode of text box. | |
Value | Get or set the value of textbox. |
Methods | Description | |
Render | Render the textbox |
Properties Detail
AutoCompleteTop
bool AutoComplete
Set or get whether the autocomplete feature of browser is enabled.
Default value : false
Supported from version: 1.0.0.0
EmptyMessageTop
string EmptyMessage
Set the empty message that will be displayed when no value is entered. You can show message to guide user what to put into the textbox.
Supported from version: 1.0.0.0
MaxLengthTop
string MaxLength
You can set the maximum length that textbox accepted.
Supported from version: 1.0.0.0
ModeTop
string Mode
Set the mode of text box whether "MutltiLine" or "SingleLine". The default is SingleLine.
Default value : "SingleLine"
Supported from version: 1.0.0.0
ValueTop
string Value
Get or set the value of textbox. You can use the this parameter to get input from user or to set value for textbox.
Supported from version: 1.0.0.0