forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard.lcdoc
More file actions
37 lines (22 loc) · 740 Bytes
/
card.lcdoc
File metadata and controls
37 lines (22 loc) · 740 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
Name: card
Synonyms: cd
Type: object
Syntax: card
Summary:
An <object type> that is a single page of a <stack>.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
go to first card
Example:
set the marked of this card to true
Description:
Use the <card> <object type> to display different sets of
<control|controls> in the same <stack window>.
A card corresponds to a single page of a stack: one card of each stack
can be seen at a time. Each stack contains one or more cards.
Cards are contained in stacks, and may contain any kind of control.
References: stack window (glossary), object type (glossary),
templateCard (keyword), stack (object), control (object)
Tags: objects