forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.lcdoc
More file actions
34 lines (22 loc) · 659 Bytes
/
help.lcdoc
File metadata and controls
34 lines (22 loc) · 659 Bytes
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
Name: help
Type: message
Syntax: help
Summary:
Sent when the user presses the Help or F1 key.
Introduced: 1.0
OS: mac, windows, linux
Platforms: desktop, server
Example:
on help
if the environment is "development"
then pass help
else go stack "My Help Tips"
end help
Description:
Handle the <help> <message> in order to substitute custom help for the
LiveCode help system, or to provide help in a <standalone application>.
The message is sent to the active (focused) control, or to the current
card if no control is focused.
References: message (glossary), standalone application (glossary),
functionKey (message), toolTip (property)
Tags: ui