forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputEndEditing.xml
More file actions
69 lines (54 loc) · 2.14 KB
/
Copy pathinputEndEditing.xml
File metadata and controls
69 lines (54 loc) · 2.14 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>inputEndEditing</name>
<type>message</type>
<syntax>
<example>inputEndEditing</example>
</syntax>
<synonyms>
</synonyms>
<summary>Sent when a mobile text input control has lost focus and editing has ceased.</summary>
<examples>
<example><p>on inputEndEditing -- <i>enable the next button while editing is finished</i></p><p> enable button "next"</p><p>end inputEndEditing</p></example>
</examples>
<history>
<introduced version="4.6">Added</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version="5.5.1">Androud 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="inputTextChanged">inputTextChanged Message</message>
<message tag="inputReturnKey">inputReturnKey Message</message>
</references>
<description>
<overview>The <b>inputEndEditing</b> message is sent when a mobile text input control has lost focus and editing has ceased.</overview>
<parameters>
</parameters>
<value></value>
<comments>Handle the <b>inputEndEditing</b> message if you want to move LiveCode controls, make changes to the interface or perform an action when the user stops editing text in an iosTextInput, iosMultiline, androidTextInput or androidMultiline control.<p></p><p>The <b>inputEndEditing</b> message is sent to the object containing the script that created the text input control.</p></comments>
</description>
</doc>