Email and landing page templates
MWML [TOP, BETWEEN, BOTTOM]-Tag
I'll translate the German HTML content into English while preserving the HTML structure: Enables the insertion of content at the beginning, between, and at the end of containers or tables of contents. Usage Email templates, Landing page templates ...
MWML [INPUT]-Tag
Creates a simple or complex input field in the editor whose value is rendered into the mailing or landing page. Usage Email templates, landing page templates Parent: <root>, ELEMENT, BLOCK Child: - Syntax [INPUT type='...' name='...' ... /] ...
MWML [INDEXITEMNAME]-Tag
Placeholder for the name of the table of contents entry. Usage Email templates, landing page templates Parent: INDEXITEM, INDEXITEMANCHOR Child: - Syntax [INDEXITEMNAME /] Example [INDEXITEM type='ul'] <li> [INDEXITEMANCHOR type='a'] [INDEXITEMNAME ...
MWML [INDEXITEMANCHOR]-Tag
Placeholder for the URL in a table of contents entry. Usage Email templates, landing page templates Parent: INDEXITEM Child: INDEXITEMNAME Syntax [INDEXITEMANCHOR ...]...[/INDEXITEMANCHOR] Example [INDEXITEM type='ul'] <li> [INDEXITEMANCHOR type='a'] ...
MWML [INDEXITEM]-Tag
Describes an entry in the automatic table of contents. Usage Email templates, landing page templates Parent: INDEX Child: INDEXITEMNAME, INDEXITEMANCHOR Syntax [INDEXITEM ...]...[/INDEXITEM] Example [INDEXITEM type='ul'] <li> [INDEXITEMANCHOR ...
MWML [INDEX]-Tag
Creates an automatic table of contents. Usage Email templates, landing page templates Parent: <root> Child: TOP, BETWEEN, BOTTOM, INDEXITEM Syntax [INDEX ...]...[/INDEX] Attributes Attribute Value Description type HTML-Tag any HTML tag: span, div, ...
MWML [ELEMENT]-Tag
Content element, allowed as a direct child within containers. Usage Email templates, landing page templates Parent: CONTAINER Child: <root>, BLOCK, INPUT, CONTAINER Syntax [ELEMENT name='...' ...]...[/ELEMENT] Attributes General Attribute Value ...
MWML [CONTAINER]-Tag
Structure element, allowed in document root (<root>) and as child in elements. Usage Email templates, landing page templates Parent: <root>, ELEMENT Child: TOP, BETWEEN, BOTTOM, ELEMENT Syntax [CONTAINER name='...' ...]...[/CONTAINER] Attributes ...
MWML [BLOCK]-Tag
Allows inputs to be grouped in the editor. If the block contains an input with the attribute required='true' and this input is not filled, the content of the block will not be displayed. Usage Email templates, landing page templates Parent: <root>, ...
MWML [ANCHOR ]-Tag
Creates an anchor point to which links are created from the automatic table of contents. Usage Email templates, landing page templates Parent: ELEMENT Child: - Syntax [ANCHOR /]