jQuery UI Widgets › Forums › Angular › jqxMenu disable subitem display
Tagged: Angular, jqxMenu
This topic contains 1 reply, has 2 voices, and was last updated by Martin 6 years, 3 months ago.
Hi,
I have menu with items and subitems, I need to stop showing subitem for a particular scenario.
Ex: <jqxMenu #cMenu [width]=”150″ [height]=”290″ [mode]=”‘popup'” [autoOpenPopup]=”false” [theme]=”appTheme”>
</jqxMenu>
Disabling of items and subitems works, but i need to stop showing subitem
Hello Kavya,
There is not such functionality for hiding items. You can use javascript or jquery for removing the items that you do not want to show.
Best Regards, Martin
jQWidgets Team http://www.jqwidgets.com/
You must be logged in to reply to this topic.