KoolMaskedTextBox Class [PHP]
Summary
Properties | Description | |
id | Get the id of KoolMaskedTextBox. |
Methods | Description | |
set_value | Set the value for masked textbox. | |
get_value | Get the input text of textbox. | |
get_value_with_prompt | Get the input text of textbox. The unfilled character is replaced by prompt character. | |
get_value_with_literals | Get the input text of textbox. The returned value include character from the mask. | |
get_value_with_prompt_and_literals | Get the input text of textbox.The returned value include character from the mask and unfilled character is replace by prompt character. |
Methods Detail
set_valueTop
void set_value(float _value)
Set the value for masked textbox. The set value should not include any literal character from mask.
Supported from version: 1.0.0.0
get_valueTop
float get_value()
Get the input text of textbox. This text is the pure text entered by user.
Supported from version: 1.0.0.0
get_value_with_promptTop
float get_value_with_prompt()
Get the input text of textbox. The unfilled character is replaced by prompt character.
Supported from version: 1.0.0.0
get_value_with_literalsTop
float get_value_with_literals()
Get the input text of textbox. The returned value include character from the mask.
Supported from version: 1.0.0.0
get_value_with_prompt_and_literalsTop
float get_value_with_prompt_and_literals()
Get the input text of textbox. The returned value include character from the mask and unfilled character is replace by prompt character.
Supported from version: 1.0.0.0