The display width of the item.
<instruct> <likert> <openended> <sliderTrial> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <button> <clearScreen> <clock> <html> <picture> <shape> <text> <video>
object.name.width
Read/Write
extent
The width can be specified in percentages, pixels, or points.
The following displays the value of width in a text stimulus:
<text myText>
/ items= ("width = <% text.foo.width %>")
</text>
The following displays the value of width in an instruction page:
<page myPage>
Width = <% instruct.width %>
</page>