An area in a design which can be toggled on or off on a per page basis using a checkbox that appears in the design.
applyClassWhenVisible
string
Applies a CSS class to the element(s) specified by ApplyClassWhenVisibleTo
applyClassWhenVisibleTo
string
Applies the class specified by ApplyClassWhenVisible to elements matched by the selector
Example: #id1, .class2
defaultVisible
bool
Determines whether or not the togglable region is defaultly visible for newly created pages.
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') ?]).
label
string
When editing page content, this will shown as the label of the tickbox.
labelPositionMy
string
Anchor the label from this position.
Default = 'bottom left'.
labelPositionMyAt
string
Anchor the label at this position of the togglable region.
Default = 'top left'.