Hover-Over
2 posts tagged with "Hover-Over"
.button
element
(.b)
The .button action Creates a clickable button that can trigger actions or navigate. It belongs to the buttons category within the ui area.
Action Syntax
.button "text"
A quoted text string
.button "text" [file]
A quoted text string followed by A file reference
.button !set:icon "text"
An icon in format !set:name followed by A quoted text string
.button !set:icon "text" [file]
An icon in format !set:name followed by A quoted text string followed by A file reference
.button $variable
A variable name starting with $
.button [file]
A file reference
.button !set:icon [file]
An icon in format !set:name followed by A file reference
Valid sizes
small
medium
large
extra
huge
Modifiers
click
The .button action supports the click modifier.
.column
element
(.col)
The .column action a column element: children will appear in a vertical column. It belongs to the layout 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
Modifiers
hover-over
The .column action supports the hover-over modifier.
click-on
The .column action supports the click-on modifier.
Examples
// Basic Usage
.column
Action code: 798263034
Version: 0.6.4-1
Last updated: 2025-06-13