forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackspaceKey.xml
More file actions
46 lines (46 loc) · 1.52 KB
/
Copy pathbackspaceKey.xml
File metadata and controls
46 lines (46 loc) · 1.52 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
<doc>
<legacy_id>1595</legacy_id>
<name>backspaceKey</name>
<type>message</type>
<syntax>
<example>backspaceKey</example>
</syntax>
<library></library>
<objects>
<button/>
</objects>
<synonyms>
</synonyms>
<classification>
<category>User Interaction</category>
</classification>
<references>
<message tag="cutKey">cutKey Message</message>
<message tag="deleteKey">deleteKey Message</message>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary>Sent to the <glossary tag="active control">active (focused) control</glossary>, or to the <glossary tag="current card">current card</glossary> if no <keyword tag="control">control</keyword> is <glossary tag="focus">focused</glossary>.</summary>
<examples>
<example>on backspaceKey <code><i>-- in the script of a field</i></code></p><p><code><i>-- clear the whole field instead of removing one character:</i></code></p><p> put empty into me</p><p>end backspaceKey</example>
</examples>
<description>
<p>Handle the <b>backspaceKey</b> message if you want to do something special when the user presses the Backspace key.</p><p/><p><b>Comments:</b></p><p>The Backspace key is not the same as the Forward Delete key. On some keyboards, the Backspace key is labeled "Delete".</p>
</description>
</doc>