<!ELEMENT SplitArea (ScenarioArea|TaskArea|WorkingArea|CustomizableArea)+>
The
SplitArea has the following entry in the DTD file:
Table 1. SplitArea definitionLine entry in the DTD file |
Description |
<!ELEMENT SplitArea (ScenarioArea | TaskArea | WorkingArea | CustomizableArea)+> |
A SplitArea contains one or more ScenarioArea, TaskArea, WorkingArea,
and CustomizableArea, in any order. |
<!ATTLIST SplitArea
width CDATA "977"
height CDATA "457"
orientation (HORIZONTAL|VERTICAL) "HORIZONTAL">
|
Attribute list |
Table 2. SplitArea attributesAttribute |
Description |
width |
Width of the SplitArea |
height |
Height of the SplitArea |
orientation |
Position of the SplitArea in the Desktop. This position can be HORIZONTAL
or VERTICAL. |
The following is an example of an XML definition for a SplitArea:
<SplitArea orientation="HORIZONTAL" width="977" height="457">
<CustomizableArea width="247" height="457" name="TreeArea"/>
<WorkingArea defaultIcon="/images/logo.gif"
iconName="/images/background.gif"/>
</SplitArea>