FormField
|
+--TextField
|
+--TextAreaField
public class TextAreaField
extends TextField
| Field Summary | |
|---|---|
| mixed | The number of columns or height of the text area. |
| mixed | The number of rows or width of the text area. |
| Fields inherited from FORMfields.fields.TextField | |
|---|---|
| maxLength, minLength, size | |
| Fields inherited from FORMfields.fields.FormField | |
|---|---|
| autoPropagate, data, disableEnterHandler, displayValuesOnNewLine, editable, enabled, endingString, enterTabHandler, enterTabs, error, extraHtml, fieldBelowLabel, formError, help, hidden, htmlify, id, isData, label, labelForId, multiValues, name, required, subFieldDisplayValueSeparator, subFieldSeparator, subFieldValueSeparator, subFields, subFieldsCannotBeEmpty, trimWhitespace, validators, value, valueIsHtml | |
| Constructor Summary | |
|---|---|
TextAreaField(string name, string label, int required, int maxLength, int minLength, int rows, int cols) Constructs a new TextAreaField. |
|
__construct(string name, string label, int required, int maxLength, int minLength, int rows, int cols) Constructs a new TextAreaField. |
|
| Method Summary | |
|---|---|
| string | Returns the HTML used to display the input portion of this field. |
| Methods inherited from FORMfields.fields.TextField | |
|---|---|
| getEditableFieldTag, isValid | |
public mixed $cols
The number of columns or height of the text area.
public mixed $rows
The number of rows or width of the text area.
public TextAreaField(string name, string label, int required, int maxLength, int minLength, int rows, int cols)
Constructs a new TextAreaField.
public string getEditableFieldTag()
Returns the HTML used to display the input portion of this field.
TextAreaField is a field for editing multiple lines of text.