up Inquisit Language Reference

textboxWidth property

Deprecated

The width of the textbox used by survey item.

Member of

<textbox>

Syntax

textbox.name.textboxWidth

Read/Write

Type

extent

Remarks

The value can be specified in percentages, pixels, or points.

Examples

The following displays the value of textboxWidth in a text stimulus:

<text myText>
/ items= ("textboxWidth = <% textbox.q1.textboxWidth %>")
</text>

The following displays the value of textboxWidth in an instruction page:

<page myPage>
textboxWidth = <% textbox.q1.textboxWidth %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.