Editors
3 posts tagged with "Editors"
.editor
element
The .editor action simple overlay text editor. It belongs to the editors category within the appdev area.
Action Syntax
.editor $variable
A variable name starting with $
.editor "text" $variable
A quoted text string followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Modifiers
+when-close
The .editor action supports the +when-close modifier.
Examples
// Basic Usage
.editor $var
Action code: 1920049540
Version: 0.6.4-15
Last updated: 2025-06-13
+when-close
The +when-close action action to take when the parent element is closed. It belongs to the editors category within the appdev area.
Action Syntax
+when-close [file]
A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
+when-close [block]
Action code: 3937145023
Version: 0.6.4-19
Last updated: 2025-06-13
editor-onkey
The editor-onkey action generic/core onkey handler for editors. It belongs to the editors category within the appdev area.
Action Syntax
editor-onkey 123 [file]
A numeric value followed by A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
editor-onkey 12 [block]
Action code: 978241822
Version: 0.6.4
Last updated: 2025-06-13