forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandroidTextInput.xml
More file actions
68 lines (52 loc) · 1.78 KB
/
Copy pathandroidTextInput.xml
File metadata and controls
68 lines (52 loc) · 1.78 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
<doc>
<legacy_id></legacy_id>
<name>androidTextInput</name>
<type>object</type>
<syntax>
</syntax>
<synonyms>
</synonyms>
<summary>A native, single line, Android text input control.</summary>
<examples>
<example>mobileControlCreate "input"</example>
<example>mobileControlCreate "input", "name entry"</example>
</examples>
<history>
<introduced version="5.5.1">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
</history>
<objects>
<androidTextInput/>
</objects>
<platforms>
<android/>
</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="inputReturnKey">inputReturnKey Message</message>
</references>
<description>
<overview>A native Android control for text 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.</comments>
</description>
</doc>