| Widget Type | #textArea |
| Widget iOS class | MobileTextArea |
| iOS category | IOSWidgets |
| Widget Web class | MobileTextArea |
| web category | WebWidget |
| Widget Android class | MobileTextArea |
| Properties | autocapitalize - autocomplete - autocorrect - collapseSelection - rows - spellcheck - cols - position - top - bottom - left - right - readOnly |
| Events | #needsRows #needsCols #needsResize #getContents #getConfiguration (and inherited events from its superclass) |
| Sample use in spec | (#widgets -> (
(#description -> (
(#class -> #MobileTextArea ),
(#configuration -> (
(#order -> 1 ), (#cols -> 40), (#rows -> 10),
(#height -> 60 ),
"(#width -> #100% ),
(#border -> '0px solid'),"
(#listeners -> (
(#needsValue -> [:coordinator | coordinator model comment ])
))
))
)),
... |