.back-header
element
The .back-header
action Header with back button for navigation. It belongs to the headers category within the layout area.
Action Syntax
.back-header "text"
A quoted text string
.back-header $variable
A variable name starting with $
.back-header !set:icon "text"
An icon in format !set:name followed by A quoted text string
.back-header !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.back-header +imagetag !set:icon "text"
An image tag starting with + followed by An icon in format !set:name followed by A quoted text string
.back-header +imagetag !set:icon $variable
An image tag starting with + followed by An icon in format !set:name followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.back-header "title"
// Using Variables
// Display dynamic content from variables
.back-header $title
Action code: 3747312468
Version: 0.6.4-2
Last updated: 2025-06-13