KoolButton Class [PHP]

Summary

Properties Description
id Get the id of KoolButton.
Methods Description
enable Enable or disable the control.
set_text Set the text for button.
get_text The the text of button.

Properties Detail

idTop

string id

Get the id of KoolButton.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

enableTop

void enable(bool enabled)

Enable or disable the control.

Show/Hide Code

Supported from version: 1.0.0.0

set_textTop

void set_text(string text)

Set the text for button.

Show/Hide Code

Supported from version: 1.0.0.0

get_textTop

string get_text()

The the text of button.

Show/Hide Code

Supported from version: 1.0.0.0