jQWidgets Forums

jQuery UI Widgets Forums Angular jqxMenu disable subitem display

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 6 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxMenu disable subitem display #103863

    Kavya
    Participant

    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”>

      <li id = “cuttree”>Cut
      <li id = “copytree”>Copy
      <li id = “pastetree”>Paste
      <li id = “addobject”>Add
      <ul id = “options” style=”width: 200px;”>

    • String
    • Number

    </jqxMenu>

    Disabling of items and subitems works, but i need to stop showing subitem

    jqxMenu disable subitem display #103880

    Martin
    Participant

    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/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.