Tiptext
1 post tagged with "Tiptext"
.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.