forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenable.xml
More file actions
47 lines (47 loc) · 1.6 KB
/
Copy pathenable.xml
File metadata and controls
47 lines (47 loc) · 1.6 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
<doc>
<legacy_id>1488</legacy_id>
<name>enable</name>
<type>command</type>
<syntax>
<example>enable <i>object</i></example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>User Interaction</category>
</classification>
<references>
<command tag="enable menu">enable menu Command</command>
<command tag="disable">disable Command</command>
<command tag="hilite">hilite 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>Enables a <keyword tag="control">control</keyword> so that it responds to user actions.</summary>
<examples>
<example>enable the selectedObject</example>
<example>enable field "Info" of stack "Entry"</example>
</examples>
<description>
<p>Use the <b>enable</b> <glossary tag="command">command</glossary> to allow an <glossary tag="object">object</glossary> to respond to mouse clicks or keypresses.</p><p/><p><b>Parameters:</b></p><p>The <i>object</i> is any <keyword tag="control">control</keyword> in an open <object tag="stack">stack</object>.</p><p/><p><b>Comments:</b></p><p>The <b>enable</b> <glossary tag="command">command</glossary> is equivalent to setting the <glossary tag="object">object's</glossary> <property tag="enabled">enabled</property> <glossary tag="property">property</glossary> to true.</p>
</description>
</doc>