source: cats/ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/components/ExplorerView.xml @ 5276

Last change on this file since 5276 was 5276, checked in by Menzo Windhouwer, 10 years ago

M components/DCSViewer.xml
M components/ExplorerView.xml
M components/DataCategoryBasket.xml
M components/appCanvas.xml

  • set some overflow to hidden
File size: 4.4 KB
Line 
1<serialization jsxversion="3.9" xmlns="urn:tibco.com/v3.0">
2  <name></name>
3  <icon></icon>
4  <description></description>
5  <onBeforeDeserialize></onBeforeDeserialize>
6  <onAfterDeserialize><![CDATA[jsx3.require("org.isocat.gui.Explorer");
7
8objExplorer = new org.isocat.gui.Explorer(objJSX);]]></onAfterDeserialize>
9  <object type="jsx3.gui.Block">
10    <variants jsxoverflow="2"></variants>
11    <strings jsxname="ExplorerView" jsxwidth="100%" jsxheight="100%" jsxrelativeposition="1"></strings>
12    <object type="jsx3.gui.Splitter">
13      <variants jsxleft="0" jsxtop="0"></variants>
14      <strings jsxname="view" jsxsubcontainer1pct="25%"></strings>
15      <object type="jsx3.gui.Block">
16        <variants jsxoverflow="2"></variants>
17        <strings jsxname="pane" jsxwidth="100%" jsxheight="100%" jsxbgcolor="white"></strings>
18        <dynamics jsxborder="@Inset"></dynamics>
19        <object type="jsx3.gui.Block">
20          <variants jsxoverflow="2"></variants>
21          <strings jsxname="ExplorerWorkspaceViewer" jsxwidth="100%" jsxheight="100%" jsxrelativeposition="1"></strings>
22          <include src="components/WorkspaceViewer.xml" async="false"></include>
23        </object>
24      </object>
25      <object type="jsx3.gui.Block">
26        <variants jsxoverflow="2"></variants>
27        <strings jsxname="pane" jsxwidth="100%" jsxheight="100%"></strings>
28        <dynamics jsxborder="@Inset"></dynamics>
29        <object type="jsx3.gui.TabbedPane">
30          <variants selectedIndex="2" jsxselectedindex="0" jsxshowtabs="0"></variants>
31          <strings jsxname="tabs" jsxtextalign="0"></strings>
32          <object type="jsx3.gui.Tab">
33            <variants jsxzindex="3" jsxheight="20"></variants>
34            <strings jsxname="tab" jsxtext="overview" jsxbgcolor="#e8e8f5"></strings>
35            <object type="jsx3.gui.Block">
36              <variants jsxoverflow="2" jsxrelativeposition="0" jsxleft="0" jsxtop="0"></variants>
37              <strings jsxname="overview" jsxwidth="90%" jsxheight="90%" jsxdisplay="" jsxvisibility="visible"></strings>
38              <dynamics jsxbgcolor="@Solid Medium"></dynamics>
39            </object>
40          </object>
41          <object type="jsx3.gui.Tab">
42            <variants jsxzindex="3" jsxheight="18"></variants>
43            <strings jsxname="tab" jsxtext="detail" jsxbgcolor="#d8d8e5"></strings>
44            <object type="jsx3.gui.Block">
45              <variants jsxoverflow="2" jsxrelativeposition="0" jsxleft="0" jsxtop="0" jsxloadtype="4"></variants>
46              <strings jsxname="detail" jsxwidth="100%" jsxheight="100%" jsxdisplay="none" jsxvisibility="visible"></strings>
47              <dynamics jsxbgcolor="@Solid Medium"></dynamics>
48              <object type="jsx3.gui.Splitter">
49                <variants jsxorientation="1" jsxleft="0" jsxtop="0"></variants>
50                <strings jsxname="splitter (--)" jsxsubcontainer1pct="50%" jsxstyleoverride="overflow:hidden;"></strings>
51                <object type="jsx3.gui.Block">
52                  <variants jsxoverflow="2"></variants>
53                  <strings jsxname="pane" jsxwidth="100%" jsxheight="100%" jsxbgcolor="white"></strings>
54                  <dynamics jsxborder="@Inset"></dynamics>
55                  <object type="jsx3.gui.Block">
56                    <variants jsxoverflow="2"></variants>
57                    <strings jsxname="ExplorerDataCategorySelectionViewer" jsxwidth="100%" jsxheight="100%" jsxrelativeposition="1" jsxtext=""></strings>
58                    <include src="components/DataCategorySelectionViewer.xml" async="false"></include>
59                  </object>
60                </object>
61                <object type="jsx3.gui.Block">
62                  <variants jsxoverflow="2"></variants>
63                  <strings jsxname="pane" jsxwidth="100%" jsxheight="100%" jsxbgcolor="white"></strings>
64                  <dynamics jsxborder="@Inset"></dynamics>
65                  <object type="jsx3.gui.Block">
66                    <variants jsxoverflow="2"></variants>
67                    <strings jsxname="ExplorerDataCategoryViewer" jsxwidth="100%" jsxheight="100%" jsxrelativeposition="1" jsxtext="" jsxbgcolor="white"></strings>
68                    <include src="components/DataCategoryViewer.xml" async="false"></include>
69                  </object>
70                </object>
71              </object>
72            </object>
73          </object>
74        </object>
75      </object>
76    </object>
77  </object>
78</serialization>
Note: See TracBrowser for help on using the repository browser.