Rank: Advanced Member Groups: Member
Joined: 8/22/2007 Posts: 30
|
Will EO support at some point the abilty to add menu items via javascript? Large slide menu's don't need to load all the menu items each time, its much faster to add items when users expand groups, Im looking for a way to speed it up.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately this not possible. The reason is if we were to allow that, these new items will have to be transferred back to the server side so that the server side code will see the changes you made on the client side.
If you do not have a lot of items, a workaround is to pre-create many items, then use our client side JavaScript API to show/hide menu item and also dynamically modify menu item text.
Thanks!
|