forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenable.lcdoc
More file actions
38 lines (24 loc) · 743 Bytes
/
enable.lcdoc
File metadata and controls
38 lines (24 loc) · 743 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
Name: enable
Type: command
Syntax: enable <object>
Summary:
Enables a <control> so that it responds to user actions.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
enable the selectedObject
Example:
enable field "Info" of stack "Entry"
Parameters:
object:
Any control in an open stack.
Description:
Use the <enable> <command> to allow an <object(glossary)> to respond to
mouse clicks or keypresses.
The <enable> <command> is equivalent to setting the <object|object's>
<enabled> <property> to true.
References: hilite (command), enable menu (command), disable (command),
object (glossary), command (glossary), property (glossary),
control (keyword), enabled (property)
Tags: ui