Menus
5 posts tagged with "Menus"
.menu
element
The .menu action creates a menu anchor position. It belongs to the menus category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
tiny
small
medium
large
extra
Tags
active
opens immediatley
Examples
// Basic Usage
.menu
Action code: 1307839911
Version: 0.6.4-1
Last updated: 2025-06-13
.menu-item
element
The .menu-item action a menu item. It belongs to the menus category within the ui area.
Action Syntax
.menu-item "text" [file]
A quoted text string followed by A file reference
.menu-item $variable [file]
A variable name starting with $ followed by A file reference
.menu-item !set:icon "text" [file]
An icon in format !set:name followed by A quoted text string followed by A file reference
.menu-item !set:icon $variable [file]
An icon in format !set:name followed by A variable name starting with $ followed by A file reference
.menu-item +imagetag "text" [file]
An image tag starting with + followed by A quoted text string followed by A file reference
.menu-item +imagetag $variable [file]
An image tag starting with + followed by A variable name starting with $ followed by A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.menu-item "Label" [block]
// Using Variables
// Display dynamic content from variables
.menu-item $var [block]
Action code: 2009087226
Version: 0.6.4-2
Last updated: 2025-06-13
close-menu
The close-menu action closes a menu. It belongs to the menus category within the ui area.
Action Syntax
close-menu E
A value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
close-menu *id
Action code: 3960636124
Version: 0.6.4
Last updated: 2025-06-13
open-menu
The open-menu action opens a menu. It belongs to the menus category within the ui area.
Action Syntax
open-menu E
A value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
open-menu *foo
Action code: 1231406847
Version: 0.6.4-0
Last updated: 2025-06-13
toggle-menu
The toggle-menu action toggles a menu open/close. It belongs to the menus category within the ui area.
Action Syntax
toggle-menu E
A value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
toggle-menu *id
Action code: 869372262
Version: 0.6.4
Last updated: 2025-06-13