The textboxsize attribute defines the width and height of the bounding rectangle of the edit control on a textbox survey item.
<textbox>
width variable | The width of the rectangle in pixels (default), percent, or points. |
height variable | The height of the rectangle in pixels (default), percent, or points. |
The textboxsize attribute allows the edit control to be scaled to the desired size for a questionnaire, independent of the size of the entire item.
The following presents a textbox question, with the textbox sized to 200 by 100 pixels.
<textbox question1>
/ caption = "What is your name?"
/ textboxsize=(200, 100)
</textbox>