ComboBox
Controls Suite 4.5 |
| Overview |
| Features |
| Reference Book |
| Live Demos |
| | Populating with Data |
| | Appearance |
| | Behavior |
| | Programming |
| | Application scenarios |
| | | Update Panel |
|
|
|
Please click on any item in the DropDown List to launch a client-side code.
The ClientSideOnItemClick property specifies the client-side code to be launched when any item is clicked. Property value can include variables $ComponentID$, $ItemID$ and $Title$. Each variable is replaced to the corresponding value.
To apply a separate client-side code for specific Item, set the item's ClientSideOnItemClick attribute (applied to the Google item in our scenario). Item's code overrides the component's code.
The ClientSideOnItemOver property specifies the client-side code to be launched while the mouse cursor is moving over the DropDown List items.
|