forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhilite.xml
More file actions
50 lines (50 loc) · 1.89 KB
/
Copy pathhilite.xml
File metadata and controls
50 lines (50 loc) · 1.89 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
47
48
49
50
<doc>
<legacy_id>1388</legacy_id>
<name>hilite</name>
<type>command</type>
<syntax>
<example>hilite <i>button</i></example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Appearance & Positioning</category>
</classification>
<references>
<property tag="autoHilite">autoHilite Property</property>
<command tag="enable">enable Command</command>
<property tag="hilite">hilite Property</property>
<command tag="unhilite">unhilite Command</command>
<command tag="select">select 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><glossary tag="highlight">Highlights</glossary> a <keyword tag="button">button</keyword>.</summary>
<examples>
<example>hilite button "Overlay"</example>
<example>hilite button nextButtonToShow</example>
<example>hilite button ID (the buttonRecord of this card)</example>
</examples>
<description>
<p>Use the <b>hilite</b> <glossary tag="command">command</glossary> to draw attention to a <keyword tag="button">button</keyword>, or to emulate the action of a <keyword tag="button">button</keyword> when it's being pressed, or to turn on a <glossary tag="checkbox">checkbox</glossary> or <glossary tag="radio button">radio button</glossary>.</p><p/><p><b>Parameters:</b></p><p>The <i>button</i> is any <href tag="reference/object_reference.rev">button reference</href>.</p><p/><p><b>Comments:</b></p><p>The <b>hilite</b> <glossary tag="command">command</glossary> sets the <glossary tag="button">button's</glossary> <b>hilite</b> <glossary tag="property">property</glossary> to true.</p>
</description>
</doc>