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
31 lines (18 loc) · 729 Bytes
/
enable.lcdoc
File metadata and controls
31 lines (18 loc) · 729 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
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,web,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> to respond to mouse clicks or keypresses.
The <enable> <command> is equivalent to setting the <object|object's> <enabled> <property> to true.
References: control (keyword), enabled (property), hilite (command), enable menu (command), disable (command), object (object), command (glossary), property (glossary)
Tags: ui