INPUT /  OUTPUT /  LANGUAGE






bold field

Category: scalar field

Specifies that text inside an object should be rendered in boldface on the screen.

Applies to...

Usage

This field takes a single boolean value:

ValueDescription
true the field property is enabled for this tag
false the field property is disabled for this tag
null the field is left unspecified. Default behaviour applies.

Example

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

...

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