This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathinputReturnKey.xml
More file actions
69 lines (54 loc) · 2.22 KB
/
Copy pathinputReturnKey.xml
File metadata and controls
69 lines (54 loc) · 2.22 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
<doc>
<legacy_id></legacy_id>
<name>inputReturnKey</name>
<type>message</type>
<syntax>
<example>inputReturnKey</example>
</syntax>
<synonyms>
</synonyms>
<summary>Sent when the return key is pressed and focus is removed from an mobile text input control.</summary>
<examples>
<example><p>on inputReturnKey -- <i>save the details when the return key is pressed, then focus on the next control</i></p><p> saveUserName</p><p> mobileControlDo tEmailFieldID, "focus"</p><p>end inputReturnKey</p></example>
</examples>
<history>
<introduced version="4.6">Added</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version="5.5.1">Android Support Added</changed>
</history>
<objects>
<iosTextInput/>
<androidTextInput/>
<androidMultiline/>
</objects>
<platforms>
<ios/>
<android/>
</platforms>
<classes>
<mobile/>
</classes>
<security>
</security>
<classification>
</classification>
<references>
<function tag="mobileControlGet">mobileControlGet Function</function>
<function tag="mobileControlTarget">mobileControlTarget Function</function>
<function tag="mobileControls">mobileControls Function</function>
<command tag="mobileControlCreate">mobileControlCreate Command</command>
<command tag="mobileControlDelete">mobileControlDelete Command</command>
<command tag="mobileControlSet">mobileControlSet Command</command>
<message tag="inputBeginEditing">inputBeginEditing Message</message>
<message tag="inputEndEditing">inputEndEditing Message</message>
<message tag="inputTextChanged">inputTextChanged Message</message>
</references>
<description>
<overview>The <b>inputReturnKey</b> message is sent when the return key is pressed and focus is removed from the mobile text input control.</overview>
<parameters>
</parameters>
<value></value>
<comments>Handle the <b>inputReturnKey</b> message if you want to make changes to the interface or perform an action when the return key is pressed and focus is removed from an iosTextInput, androidTextInput or androidMultiline control.<p></p><p>The <b>inputReturnKey</b> message is sent to the object containing the script that created the text input control.</p></comments>
</description>
</doc>