forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhide-groups.lcdoc
More file actions
45 lines (31 loc) · 1.24 KB
/
hide-groups.lcdoc
File metadata and controls
45 lines (31 loc) · 1.24 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
Name: hide groups
Type: command
Syntax: hide groups
Summary:
Removes the underline from <grouped text>.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
hide groups
Example:
if the lookAndFeel is "Motif" then hide groups
Description:
Use the <hide groups> <command> to remove the underline from grouped
text.
Text with its textStyle set to "link" is treated specially by the
<clickText>, <clickChunk>, <mouseText>, and <mouseChunk>
<function|functions>: a style run of <grouped text> is treated as a
single <word>. This makes <grouped text> handy to use for <hypertext> or
"clickable text" features.
The <hide groups> <command> sets the <global> <underlineLinks>
<property> to false. It does not affect the <stack> <underlineLinks>
<property>, so if a <stack|stack's> <underlineLinks> is true,
<hide groups> does not remove the underlining in that <stack>.
References: show groups (command), hide menubar (command),
global (command), clickChunk (function), mouseChunk (function),
clickText (function), mouseText (function), property (glossary),
grouped text (glossary), command (glossary), function (glossary),
hypertext (glossary), word (keyword), stack (object),
underlineLinks (property)
Tags: ui