| Overview |
| Features |
| Reference Book |
| Live Demos |
| | Populating with Data |
| | Appearance |
| | Behavior |
| | Programming |
| | Application scenarios |
| | | Update Panel |
|
| | About Us | |
| | | Products | |
| | Solutions | |
| | Support | |
| | |
|
|
Please click on any menu item to launch a client-side code.
The ClientSideOnItemClick property specifies the client-side code (applied to entire menu) 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 Home item in our scenario). Item's code overrides the component's code.
The SubmenusHideOnItemClick property indicates whether the submenus should automatically close when an Item is clicked.
|