inline = ...
All markup elements are rendered inline relative to surrounding content by default.
Setting this field to false means its position is now relative to the edges of its container irrespective of any surrounding content.
Specifying a boolean value for this field
The inline field evaluates a single boolean value:
- true: the inline property is enabled for this tag
- false: the inline property is disabled for this tag
Example
<some-content:box inline=false> <! specify that the inline property is not enabled for this tag. !> ... <some-content.inline true> <! change the field we previously set to enable that property now. !>