<regions:content>
AJAX
Data
Forms
Layout
Logic
Navigation
Personalisation
Standard
Templates
Regions
ATTRIBUTES
Third Party

<regions:content />

The <regions:content /> tag defines the area in the design where the page's editable content is rendered.

Each design needs to have exactly 1 content region visible at any one time (as Pages only have 1 primary content).

Multiple can be present if they are surrounded by <logic:if> and <logic:else> tags to create different scenarios inside the design.

If more editable regions are required, the <regions:contentadditional> tag can be used.

Attributes

id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
requiresSection
boolean
Set to true when it is appropriate to have an templates:section as the default page contents for pages using this design.
Typically, full width content regions will set requiressection="true"

Examples

No examples yet.