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.

Properties Detail

idTop

string id

Get the id of KoolPasswordTextBox.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

set_strength_scoreTop

void set_strength_score(int _score)

Set the strength score for password. The value is from 1 to 5.

Show/Hide Code

Supported from version: 1.0.0.0

set_indicator_textTop

void set_indicator_text(float _text)

Set the indicator text.

Show/Hide Code

Supported from version: 1.0.0.0

get_strength_scoreTop

int get_strength_score()

Get the calculated strength.

Show/Hide Code

Supported from version: 1.0.0.0

get_valueTop

string get_value()

Get the input text of password textbox.

Show/Hide Code

Supported from version: 1.0.0.0