forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhilite.lcdoc
More file actions
43 lines (28 loc) · 922 Bytes
/
Copy pathhilite.lcdoc
File metadata and controls
43 lines (28 loc) · 922 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
34
35
36
37
38
39
40
41
42
Name: hilite
Type: command
Syntax: hilite <button>
Summary:
<highlight|Highlights> a <button>.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
hilite button "Overlay"
Example:
hilite button nextButtonToShow
Example:
hilite button ID (the buttonRecord of this card)
Parameters:
button:
Any button reference.
Description:
Use the <hilite> <command> to draw attention to a <button(keyword)>, or
to emulate the action of a <button(keyword)> when it's being pressed, or
to turn on a <checkbox> or <radio button>.
The <hilite> <command> sets the <button(object)|button's> <hilite>
<property> to true.
References: enable (command), unhilite (command), select (command),
property (glossary), highlight (glossary), radio button (glossary),
command (glossary), checkbox (glossary), button (keyword),
button (object), autoHilite (property), hilite (property)
Tags: ui