source: ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/components/TDG.xml @ 2029

Last change on this file since 2029 was 2029, checked in by mwindhouwer, 12 years ago

Initial import of all the *cats, i.e., ISOcat, RELcat and SCHEMAcat.

File size: 3.6 KB
Line 
1<serialization jsxversion="3.9" xmlns="urn:tibco.com/v3.0">
2  <name><![CDATA[Block - 100%]]></name>
3  <icon><![CDATA[images/prototypes/block.gif]]></icon>
4  <description><![CDATA[Simple block, relatively positioned with overflow=scroll.]]></description>
5  <onBeforeDeserialize></onBeforeDeserialize>
6  <onAfterDeserialize><![CDATA[jsx3.require("org.isocat.gui.TDG");
7
8objTDG = new org.isocat.gui.TDG(objJSX);
9]]></onAfterDeserialize>
10  <object type="jsx3.gui.Block">
11    <variants jsxoverflow="1"></variants>
12    <strings jsxname="TDG" jsxwidth="100%" jsxheight="100%" jsxrelativeposition="1"></strings>
13    <object type="jsx3.gui.LayoutGrid">
14      <variants jsxrelativeposition="0" jsxleft="0" jsxtop="0" jsxoverflow="2"></variants>
15      <strings jsxname="layout (--)" jsxrows="28px,*" jsxwidth="100%" jsxheight="100%"></strings>
16      <object type="jsx3.gui.Block">
17        <variants jsxoverflow="2"></variants>
18        <strings jsxname="pane" jsxwidth="100%" jsxheight="100%"></strings>
19        <dynamics jsxborder="@Outset"></dynamics>
20        <object type="jsx3.gui.LayoutGrid">
21          <variants jsxrelativeposition="0" jsxleft="0" jsxtop="0" jsxoverflow="2"></variants>
22          <strings jsxname="layout ( | )" jsxcols="125,*,125" jsxwidth="100%" jsxheight="100%"></strings>
23          <object type="jsx3.gui.Block">
24            <variants jsxoverflow="2"></variants>
25            <strings jsxname="pane" jsxwidth="100%" jsxheight="100%"></strings>
26            <dynamics jsxborder="@No jsxborder"></dynamics>
27            <object type="jsx3.gui.WindowBar">
28              <variants jsxbartype="1"></variants>
29              <strings jsxname="toolBar"></strings>
30              <dynamics jsxborder="@No jsxborder"></dynamics>
31            </object>
32          </object>
33          <object type="jsx3.gui.Block">
34            <variants jsxoverflow="2"></variants>
35            <strings jsxname="pane" jsxwidth="100%" jsxheight="100%"></strings>
36            <dynamics jsxborder="@No jsxborder"></dynamics>
37            <object type="jsx3.gui.WindowBar">
38              <variants jsxbartype="1"></variants>
39              <strings jsxname="toolBar" jsxtextalign="center"></strings>
40              <dynamics jsxborder="@No jsxborder"></dynamics>
41              <object type="jsx3.gui.Block">
42                <variants jsxrelativeposition="1" jsxoverflow="3"></variants>
43                <strings jsxname="label" jsxtext="thematic domain group" jsxmargin="6 4 4 4" jsxtagname="div"></strings>
44              </object>
45            </object>
46          </object>
47          <object type="jsx3.gui.Block">
48            <variants jsxoverflow="2"></variants>
49            <strings jsxname="pane" jsxwidth="100%" jsxheight="100%"></strings>
50            <dynamics jsxborder="@No jsxborder"></dynamics>
51            <object type="jsx3.gui.WindowBar">
52              <variants jsxbartype="1"></variants>
53              <strings jsxname="toolBar"></strings>
54              <dynamics jsxborder="@No jsxborder"></dynamics>
55            </object>
56          </object>
57        </object>
58      </object>
59      <object type="jsx3.gui.Block">
60        <variants jsxoverflow="1"></variants>
61        <strings jsxname="pane" jsxwidth="100%" jsxheight="100%" jsxbgcolor="white"></strings>
62        <dynamics jsxborder="@Outset"></dynamics>
63        <object type="jsx3.gui.Block">
64          <variants></variants>
65          <strings jsxname="TDGView" jsxwidth="100%" jsxtext="Please select a thematic domain group from the active workspace." jsxmargin="6"></strings>
66        </object>
67      </object>
68    </object>
69  </object>
70</serialization>
Note: See TracBrowser for help on using the repository browser.