forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiosTextInput.xml
More file actions
64 lines (48 loc) · 1.72 KB
/
Copy pathiosTextInput.xml
File metadata and controls
64 lines (48 loc) · 1.72 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
<doc>
<legacy_id></legacy_id>
<name>iosTextInput</name>
<type>object</type>
<syntax>
</syntax>
<synonyms>
</synonyms>
<summary>A native iOS control, UITextField, which allows the editing of a single line of text.</summary>
<examples>
<example>mobileControlCreate "input"</example>
<example>mobileControlCreate "input", "name entry"</example>
</examples>
<history>
<introduced version="4.6">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>
</references>
<description>
<overview>An iosTextInput(UITextField) control is created using a control type of "input". </overview>
<parameters>
</parameters>
<value></value>
<comments>The input control allows the editing of a single line of text with the 'return' key ending editing and allowing you to perform an appropriate action.<p></p><p></p><note>For full details of what the UITextField control is capable of, and background about it see the iOS reference document.</note></comments>
</description>
</doc>