Class: Menu

netgis.Menu(config)

Menu Bar Module.
Parameters:
Name Type Description
config JSON Menu.Config

Members

(static) Config

Config Section "menu"
Properties:
Name Type Description
header String HTML content for the logo area in the top left.
items Array An array of menu items. See Commands for special ID values.
  • Basic Items:
    { "id": {String}, "title": {String} }
  • Nested Items:
    { "title": {String}, "items": {Array} }
compact Boolean Display smaller sub items in dropdowns.