[All Adaptavist Apps]
...
Excerpt |
---|
This macro allows you to automatically change the layout used for a specific page, optionally latching that layout for the rest of the user's session. |
page under construction - see wiki notation guide (when editing a page using wiki markup mode) for more info
Parameter | Mandatory | Default | Notes |
---|---|---|---|
default |
| The ID of the layout to use | |
latch | false | Whether to latch the layout for subsequent page views throughout the site:
|
Code Block |
---|
{use-layout:LAYOUTID}
{use-layout:LAYOUTID|latch=true}
|
You can use this macro to create URLs for mobile phone users, etc., that will automatically select an appropriate layout when accessed.
...