All objects displayed on the screen are rendered inline relative to surrounding content by default.
Setting this field to false on an applicable object means it is positioned relative to the edges of its container, irrespective of any surrounding content.
box, button, checkBox, choiceBox, clientFrame, ellipse, img, input, line, span, table, tabRow, video
This field takes a single boolean value:
Value | Description |
---|---|
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. |
Changing the inline property affects the positioning behaviour of the top, bottom, left, right fields. When inline is false, these fields position the edges of an object relative to the edges of its container. When true, they either have no effect on the object (e.g. for span tags which flow with surrounding content) or position the object relatiive to its normal inline position (for box tags).