JqxListMenu

From NSB App Studio
Revision as of 08:15, 11 July 2013 by James (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There is no control for the JqxListMenu, however, you can add one dynamically via code.

Start by adding an HTMLView and adding the unordered list from http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxlistmenu/jquery-listmenu-getting-started.htm

Next, add the following line of code to your Main function:

$("#list").jqxListMenu({ width: "50%", showHeader: True, showBackButton: True, showFilter: False })