Bootstrap Top Menu generator.
v 1.0

Sample App:
https://visualneo.com/tutorials/neotopmenu

 

neoTopMenuInitialize

Purpose:

Initialize neoTopMenu (call this action before any other one)

Category:

neoTopMenu

Syntax:

neoTopMenuInitialize "objId" menuLogo "menuTitle" theme "theMode

 

objId

Select an empty Container object

menuLogo

Menu logo (height 50px - optional)

menuTitle

Menu title (optional)

theme

Theme

"theMode

Position mode"

 

neoTopMenuAddItem

Purpose:

Add a new menu item

Category:

neoTopMenu

Syntax:

neoTopMenuAddItem "objId" "itemLabel" itemPosition itemLink

 

objId

Select a Container object

itemLabel

Menu item label

itemPosition

Item position

itemLink

Link to page, URL or action with neo.subroutine()

 

neoTopMenuAddDropdown

Purpose:

Add a new menu dropdown

Category:

neoTopMenu

Syntax:

neoTopMenuAddDropdown "objId" "dropdownId" "dropdownLabel" itemPosition

 

objId

Select a Container object

dropdownId

Dropdown id (you will need it to add dropdown items)

dropdownLabel

Dropdown label

itemPosition

Dropdown position

 

neoTopMenuAddDropdownItem

Purpose:

Add a new menu item into a dropdown

Category:

neoTopMenu

Syntax:

neoTopMenuAddDropdownItem "objId" "dropdownId" "itemLabel" itemLink

 

objId

Select a Container object

dropdownId

Dropdown Id

itemLabel

Item label

itemLink

Link to page, URL or action with neo.subroutine()

 

neoTopMenuAddDropdownSeparator

Purpose:

Add a seperator into a dropdown

Category:

neoTopMenu

Syntax:

neoTopMenuAddDropdownSeparator "objId" "dropdownId"

 

objId

Select a Container object

dropdownId

Dropdown id

 

neoTopMenuSetColors

Purpose:

Set menu colors

Category:

neoTopMenu

Syntax:

neoTopMenuSetColors "menuDarkColor" "menuLightColor" "menuAccentColor" "menuBackgroundColor" "menuDropDownColor" "menuFocusTextColor"

 

menuDarkColor

Theme dark color

menuLightColor

Theme light color

menuAccentColor

Theme accent color

menuBackgroundColor

Theme background color

menuDropDownColor

Theme dropdown color

menuFocusTextColor

Theme focus text color

 

neoTopMenuResetColors

Purpose:

Reset menu colors

Category:

neoTopMenu

Syntax:

neoTopMenuResetColors