forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiosMultiline.xml
More file actions
73 lines (57 loc) · 2.33 KB
/
Copy pathiosMultiline.xml
File metadata and controls
73 lines (57 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<doc>
<legacy_id></legacy_id>
<name>iosMultiline</name>
<type>object</type>
<syntax>
</syntax>
<synonyms>
</synonyms>
<summary>A native iOS control, UITextView, which allows the editing of multiple lines of text.</summary>
<examples>
<example>mobileControlCreate "multiline"</example>
<example>mobileControlCreate "multiline", "name entry"</example>
</examples>
<history>
<introduced version="4.6.4">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
</history>
<objects>
<iosTextInput/>
</objects>
<platforms>
<ios/>
</platforms>
<classes>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Objects & Messages</category>
</classification>
<references>
<function tag="mobileControlGet">mobileControlGet Function</function>
<function tag="mobileControlTarget">mobileControlTarget Function</function>
<command tag="mobileControlCreate">mobileControlCreate Command</command>
<command tag="mobileControlDelete">mobileControlDelete Command</command>
<command tag="mobileControlSet">mobileControlSet Command</command>
<command tag="mobileControlDo">mobileControlDo Command</command>
<message tag="inputBeginEditing">inputBeginEditing Message</message>
<message tag="inputEndEditing">inputEndEditing Message</message>
<message tag="inputTextChanged">inputTextChanged Message</message>
<message tag="scrollerBeginDrag">scrollerBeginDrag Message</message>
<message tag="scrollerEndDrag">scrollerEndDrag Message</message>
<message tag="scrollerBeginDecelerate">scrollerBeginDecelerate Message</message>
<message tag="scrollerEndDecelerate">scrollerEndDecelerate Message</message>
<message tag="scrollerScrollToTop">scrollerScrollToTop Message</message>
<message tag="scrollerDidScroll">scrollerDidScroll Message</message>
</references>
<description>
<overview>A multi-line iOS Text Input (UITextView) control is created using a control type of "multiline". </overview>
<parameters>
</parameters>
<value></value>
<comments>The input control allows multiple lines of text to be edited with the 'return' key ending each line.<p></p><p></p><note>For full details of what the UITextView control is capable of and a background on it, see the iOS reference document.</note></comments>
</description>
</doc>