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)



italic = ...

Specifies whether the text inside this markup element should be rendered in italics.

Specifying a boolean value for this field

The italic field evaluates a single boolean value:

Example

<some-content:box italic=false>  <! specify that the italic property is not enabled for this tag. !>

...

<some-content.italic true>   <! change the field we previously set to enable that property now. !>