class
TextArea

package haxe.ui.components

↪ haxe.ui.components.TextArea


behaviour
bindable
autoScrollToBottom:Bool
Whether to automatically scroll to the bottom of the text when typing or not.
behaviour
bindable
dataSource:DataSource<String>
Might be more efficient to use to this field instead of directly setting
text if you work with large amounts of text.
behaviour
bindable
htmlText:String
A string containing HTML markup to be displayed inside the text field.
behaviour
bindable
placeholder:String
Placeholder text to display inside the text area when text is empty.
behaviour
bindable
wrap:Bool
Whether or not the text area should automatically transfer text for which
there isn't enough space from the end of the current line of text to the beginning of the next.


override
cloneComponent():TextArea
scrollToBottom():Variant
Scrolls to the bottom of the text area
scrollToTop():Variant
Scrolls to the top of the text area