YOU ARE VIEWING DOCUMENTATION FOR ioL v.1. Click here for documentation for older v.0.9x versions of ioL.
ioL

Programming manual (doc.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. !>