forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport-widget.lcdoc
More file actions
32 lines (19 loc) · 772 Bytes
/
Copy pathimport-widget.lcdoc
File metadata and controls
32 lines (19 loc) · 772 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
Name: import widget
Type: command
Syntax: import widget from array <arrayVar>
Summary: Creates a widget from the supplied state array.
Introduced: 8.0
OS: mac,windows,linux,ios,android
Platforms: desktop,web,modile
Example:
import widget from array tMyArray
Parameters:
arrayVar: A variable containing a widget state array, previously obtained using
<export widget>
Description:
Use the <import widget> command to recreate a widget previously saved using the <export> command.
The imported object is placed in the current stack.
For details of the format of the widget state array see <export widget>.
>*Note*: The <export widget> command is subject to change throughout the 8.0
development cycle.
References: export widget (command), create widget (command)