Page 1 of 1

Posted:
05 Mar 2013 11:38
by e-ngauge
Hi there,
I can see that it is possible to disable a menu item in an IWCGJQMenu
Is it possible to hide or make a menu item invisible?
If so then how please.

Posted:
05 Mar 2013 12:45
by Jorge Sousa
Hi
For now it's not possible to set a menu item invisible, sorry.
But it's a good idea.
http://www.cgdevtools.com/featuresbug-tracker/possibility-of-setting-a-menu-item-invisible/
Regards
cgdevtools
Re: IWCGJQMenu hide a menu item

Posted:
27 Aug 2013 19:48
by kmccoy
My workaround is to recreate the menu programmatically and leave out the menu items that are not needed. I use a database table to build a main menu that changes a lot on our web page. My ISAPI web app reads the current table contents and builds the menu.
Re: IWCGJQMenu hide a menu item

Posted:
27 Aug 2013 23:21
by Jorge Sousa
Hi kmccoy
Unfortunatelly this plugin doesn't have client api setters to dynamically change its options by javascript.
We count on do this on our side, progressively, in the future, but for now, you have to use Menu.AjaxReRender after making all changes.
Regards
cgdevtools