mbr_texpand
Usage
This shortcode generates a link to expand/collapse the specified content.
Parameters
Parameters | Description |
---|---|
header | The link text to be displayed. Default: Click here to expand Required: no. |
Validity
This shortcode is evaluated for any type of visitor.
Conditional Branching
This shortcode does NOT support conditional branching with [ELSE_texpand].
Nesting
Shortcode nesting within is NOT supported.
Examples
- Example 1
- Example 2
Generates a link labelled 'Click here to expand' that when clicked displays 'Your hidden content.'.
[mbr_texpand]
Your hidden content.
[/mbr_texpand]
Generates a link labelled 'Terms & Conditions' that when clicked displays 'These are our full terms and conditions.'.
[mbr_texpand header='Terms & Conditions']
These are our full terms and conditions.
[/mbr_texpand]
API
Note
There is currently no ActiveMember360 API function equivalent for this shortcode.