KoolDropDownList Class [PHP]

Summary

Properties Description
id Get the id of KoolDropDownList.
Methods Description
set_selected_index Set selected index for drop down list .
set_selected_value Set selected value for drop down list .
set_selected_text Set selected text for drop down list.
get_selected_text Get the selected text.
get_selected_value Get the selected value.
get_selected_index Get the selected index.

Properties Detail

idTop

string id

Get the id of KoolDropDownList.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

set_selected_indexTop

void set_selected_index(int _index)

Set selected index for drop down list .

Show/Hide Code

Supported from version: 1.0.0.0

set_selected_valueTop

void set_selected_value(string text)

Set selected value for drop down list .

Show/Hide Code

Supported from version: 1.0.0.0

set_selected_textTop

void set_selected_text(string text)

Set selected text for drop down list.

Show/Hide Code

Supported from version: 1.0.0.0

get_selected_textTop

string get_selected_text()

Get the selected text.

Show/Hide Code

Supported from version: 1.0.0.0

get_selected_valueTop

string get_selected_value()

Get the selected value.

Show/Hide Code

Supported from version: 1.0.0.0

get_selected_indexTop

string get_selected_index()

Get the selected index.

Show/Hide Code

Supported from version: 1.0.0.0