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
29 lines (18 loc) · 659 Bytes
/
Copy pathhelp.lcdoc
File metadata and controls
29 lines (18 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
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,web
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: toolTip (property), functionKey (message), message (glossary), standalone application (glossary)
Tags: ui