Skip to content

text_area_size

mmaness edited this page Oct 9, 2011 · 1 revision

A question trait that modifies the size of a text area used for input.

Format

text_area_size height
text_area_size height, width
  • height - sets the height of the text area in number of lines
  • width - sets the width of the text area in number of characters. This width parameter is optional. The default width is 60 characters

Detailed Description

Trait Options

None

Can Be Used With:

Example

TextArea PurchaseReason
  text "What reasons lead you to purchase your current home?"
  text_area_size 5, 60

Related Pages


Go back to Question Trait

Home | JULIE Intro | Getting Started with JULIE | JULIE References | JULIE Development | Survenity Language