![]() | ![]() |
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
Methods Detail
AddItemTop
void AddItem(string $text, [string $value])
Add item to dropdown list.
Supported from version: 1.0.0.0
![]() | ![]() |