YOU ARE VIEWING ARCHIVAL DOCUMENTATION FOR ioL VERSIONS 0.9x. Go to doc.iol.science for the latest version.
ioL

Programming manual (doc0.iol.science)



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:

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. !>