KoolPasswordTextBox Class [PHP]
Summary
Properties | Description | |
id | Get the id of KoolPasswordTextBox. |
Methods | Description | |
set_strength_score | Set the strength score for password. | |
set_indicator_text | Set the indicator text. | |
get_strength_score | Get the calculated strength. | |
get_value | Get the input text of password textbox. |
Methods Detail
set_strength_scoreTop
void set_strength_score(int _score)
Set the strength score for password. The value is from 1 to 5.
Supported from version: 1.0.0.0
set_indicator_textTop
void set_indicator_text(float _text)
Set the indicator text.
Supported from version: 1.0.0.0
get_strength_scoreTop
int get_strength_score()
Get the calculated strength.
Supported from version: 1.0.0.0
get_valueTop
string get_value()
Get the input text of password textbox.
Supported from version: 1.0.0.0