longchar
longchar
Renders a text area
Attributes
| Name | Required | Default | Options | Description |
|---|---|---|---|---|
| ftStyle | No | The style for the text area | ||
| ftLimit | No | 0 | Limits the amount of data the user can input. Provides a counter above text area | |
| ftLimitMin | No | Use with ftLimit to define a range of acceptable characters | ||
| ftLimitOverage | No | truncate | Character limiter method: truncate (default) - truncates user input, warn - notifies user of excess data | |
| ftLimitWarning | No | You have exceeded the maximum character limit for this field | Warning message | |
| ftIncludeWrap | No | true | Include the div wrappers required for a standard form. Turn off if you wish to handle your own layout. | |
| ftAutoResize | No | false | Should the textarea use jquery autoresize to resize to comfortable |