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