Paragraph
2 posts tagged with "Paragraph"
.paragraph
element
(.p)
The .paragraph action a paragraph text container. It belongs to the paragraph 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
Examples
// Basic Usage
.paragraph
Action code: 2968567766
Version: 0.6.4-0
Last updated: 2025-06-13
.paragraph-text
element
(.ptext)
The .paragraph-text action inline paragraph text or value. It belongs to the paragraph category within the ui area.
Action Syntax
.paragraph-text $variable
A variable name starting with $
.paragraph-text "text"
A quoted text string
.paragraph-text "text" [file]
A quoted text string followed by A file reference
.paragraph-text "text" https://...
A quoted text string followed by A valid URL
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.paragraph-text $var
Action code: 264475052
Version: 0.6.4-1
Last updated: 2025-06-13