KoolTextBox Class [PHP]

Summary

Properties Description
id Get the id of KoolTextBox.
Methods Description
set_value Set the value for textbox.
get_value Get the input text of textbox.
get_element Get the html object of textbox.

Properties Detail

idTop

string id

Get the id of KoolTextBox.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

set_valueTop

void set_value(string text)

Set the value for textbox.

Show/Hide Code

Supported from version: 1.0.0.0

get_valueTop

string get_value()

Get the input text of textbox.

Show/Hide Code

Supported from version: 1.0.0.0

get_elementTop

[input element] get_element()

Get the html object of the textbox.

Show/Hide Code

Supported from version: 1.0.0.0