Insert Form Element: Text Area

Options
Text Area SizeSets the size of the Text Area by specifying the number of visible columns and rows at any one time
Name of Text AreaAn internal name for the Text Area. This name can then be used to access the Text Area through scripting
Word WrapControls how long lines of text should be displayed within the Text Area
Word Wrap Examples
OffHard
Default Text Area ContentsAllows you to specify the default text present in the Text Area when the page loads, or the form is reset
Read OnlyThis setting prevents visitors modifying the contents of the text area. They can, however, still select and copy text within the text area
DisabledThis setting prevents visitors from modifying contents of the text area. The content of the text area also appears "greyed out". Some browsers also prevent text from being selected in disabled text areas
EventsAttach scripted "events" which trigger upon certain user actions/events - Read More about Events
Style ClassAttach a previously defined Style Class to your text areas to further customize their appearance
StylesThe "Styles" button allows you to further customize the appearance of text areas

Next Topic: End Form >