KoolNumericTextBox Class [PHP]

Summary

Properties Description
id Get the id of KoolNumericTextBox.
Methods Description
set_value Set the value for textbox.
get_value Get the input text of textbox.

Properties Detail

idTop

string id

Get the id of KoolNumericTextBox.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

set_valueTop

void set_value(float _value)

Set the value for textbox.

Show/Hide Code

Supported from version: 1.0.0.0

get_valueTop

float get_value()

Get the input text of textbox.

Show/Hide Code

Supported from version: 1.0.0.0