KoolDropDownList Class [PHP]

Summary

Properties Description
id Get the id of KoolDropDownList.
SelectedIndex Get or set the selected index.
SelectedText Get the selected text.
SelectedValue Get the selected value.
Methods Description
Render Render the drop down list
AddItem Add item to dropdown list.

Properties Detail

idTop

string id

Get the id of KoolDropDownList.

Show/Hide Code

Supported from version: 1.0.0.0

SelectedIndexTop

string SelectedIndex

Get or set the selected index.

Show/Hide Code

Supported from version: 1.0.0.0

SelectedTextTop

string SelectedText

Get the selected text.

Show/Hide Code

Supported from version: 1.0.0.0

SelectedValueTop

string SelectedValue

Get the selected value.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

RenderTop

void Render()

Render the drop down list

Show/Hide Code

Supported from version: 1.0.0.0

AddItemTop

void AddItem(string $text, [string $value])

Add item to dropdown list.

Show/Hide Code

Supported from version: 1.0.0.0