<panel>
Description
Specifies the panel that appears in the panel container.
Attributes
id, visibleTab
id
is a number that indicates the ID for the panel. The following table contains a list of values:Product
ID
Panel
Flash
1
Properties
2
Actions
3
Align
4
Behaviors
5
Components
6
Component Inspector
7
Color Mixer
8
Color Swatches
9
History
10
Info
11
Library
12
Movie Explorer
13
Output
14
Properties
15
Project
16
Transform
17
Scene
18
Strings
19
Debugger
101-110
Library Panels
Dreamweaver
1
Properties
Zorn
1
Properties
visibleTab
is a Boolean value:true
if the tab and the panel should be visible;false
otherwise.
Contents
None.
Container
This tag must be contained in a panelcontainer
tag.
Example
<panelset> <panelframe rect="196 453 661 987" visible="true" dock="floating"> <panelcontainer title="Color" height="250" visible="true" expanded="true" activepanel="20"> <panel id="20"></panel> </panelcontainer> </panelframe></panelset>