blob: 727c3e9eacf6f8a7e2618cfe2975d1c10fdb93b8 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.mdl.TextArea",
"baseClassname": "org.apache.royale.mdl.supportClasses.TextFieldBase"
,
"description": "The TextArea is a multiline input components. The Material Design Lite (MDL) text area component is an enhanced version of the standard HTML <input type=&quot;textarea&quot;> elements. A text area consists of a horizontal line indicating where keyboard input can occur and, typically, text that clearly communicates the intended contents of the text area. The MDL text area component provides various types of text fields, and allows you to add both display and click effects. To get more functionaluty in TextArea you can use beads to float a label or have a prompt for example.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.mdl.TextArea",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "rows",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The number of rows in the textarea. Defaults to 2",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "maxrows",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The max number of rows in the textarea.",
"tags": [
{ "tagName": "default",
"values": ["0"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.core.WrappedHTMLElement",
"qname": "positioner",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "method",
"qname": "createElement",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.WrappedHTMLElement", "HTMLDivElement", "HTMLInputElement", "HTMLLabelElement", "Text"]} ],
"return": "org.apache.royale.core.WrappedHTMLElement",
"params": []}
]
}