Back
textAreaHeader
Editing, Updating and Creating Records
textAreaHeader
Attributes for <textarea> tag when editing/creating records
Default:
Use this to control the attributes of the text header.

Although you can use this property to change the size of the textarea, we recommend using the textSizeLens property. If the textSizeLens is defined, it will override the value defined in textAreaHeader.

Syntax
# Define for all textareas:
$lens->textAreaHeader = 'rows=3 cols=80';

# Suppose you have 2 textareas linked to columns A and B:
$lens->textAreaHeader= 'A^rows=2 cols=60;B^rows=10 cols=60';

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 1.0]