iosMultiline | |
Type | object |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | A native iOS control, UITextView, which allows the editing of multiple lines of text. |
Introduced | 4.6.4 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Command: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate Function: mobileControlGet, mobileControlTarget Message: scrollerEndDecelerate, scrollerBeginDrag, inputBeginEditing, scrollerDidScroll, scrollerEndDrag, inputTextChanged, scrollerScrollToTop, inputEndEditing, scrollerBeginDecelerate |
Description | A multi-line iOS Text Input (UITextView) control is created using a control type of "multiline". The input control allows multiple lines of text to be edited with the 'return' key ending each line.
|
Tags | objects |