This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathhide-groups.xml
More file actions
46 lines (46 loc) · 2.33 KB
/
Copy pathhide-groups.xml
File metadata and controls
46 lines (46 loc) · 2.33 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>1596</legacy_id>
<name>hide groups</name>
<type>command</type>
<syntax>
<example>hide groups</example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Appearance & Positioning</category>
</classification>
<references>
<command tag="show groups">show groups Command</command>
<command tag="hide menubar">hide menubar Command</command>
</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>Removes the underline from <glossary tag="grouped text">grouped text</glossary>.</summary>
<examples>
<example>hide groups</example>
<example>if the lookAndFeel is "Motif" then hide groups</example>
</examples>
<description>
<p>Use the <b>hide groups</b> <glossary tag="command">command</glossary> to remove the underline from grouped text.</p><p/><p><b>Comments:</b></p><p>Text with its <b>textStyle</b> set to "link" is treated specially by the <function tag="clickText">clickText</function>, <function tag="clickChunk">clickChunk</function>, <function tag="mouseText">mouseText</function>, and <function tag="mouseChunk">mouseChunk</function> <glossary tag="function">functions</glossary>: a style run of <glossary tag="grouped text">grouped text</glossary> is treated as a single <keyword tag="word">word</keyword>. This makes <glossary tag="grouped text">grouped text</glossary> handy to use for <glossary tag="hypertext">hypertext</glossary> or "clickable text" features.</p><p/><p>The <b>hide groups</b> <glossary tag="command">command</glossary> sets the <command tag="global">global</command> <property tag="underlineLinks">underlineLinks</property> <glossary tag="property">property</glossary> to false. It does not affect the <object tag="stack">stack</object> <property tag="underlineLinks">underlineLinks</property> <glossary tag="property">property</glossary>, so if a <glossary tag="stack">stack's</glossary> <property tag="underlineLinks">underlineLinks</property> is true, <b>hide groups</b> does not remove the underlining in that <object tag="stack">stack</object>.</p>
</description>
</doc>