Rank: Advanced Member Groups: Member
Joined: 8/22/2007 Posts: 30
|
I was looking to increase the performance of the slider menu, by adding the menu items when the user expands the parent menu (much like the tree control examples).
Is this possible to add menu items with the client side api? I didn't see any reference, maybe I'm missing something.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately it is not possible to do that. It is possible to create an invisible menu item on the server side and then use JavaScript to show it on the client side. But it is not possible to create a brand new item on the client side.
Thanks!
|