[Zope-CVS] CVS: Packages/Moztop/moztop/content/Main - MainOverlay.xul:1.3 ShellOverlay.xul:1.2
Stephan Richter
srichter@cbu.edu
Wed, 15 Jan 2003 00:21:52 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/Main
In directory cvs.zope.org:/tmp/cvs-serv5455/moztop/content/Main
Modified Files:
MainOverlay.xul ShellOverlay.xul
Log Message:
There are some prelimary View Tabs...
Here are two tasks that need to be solved quickly:
1. Is it possible to create XUL Elements from Javascript. If so, how?
2. Can Tabboxes be RDF driven? I was unsuccessful!
=== Packages/Moztop/moztop/content/Main/MainOverlay.xul 1.2 => 1.3 ===
--- Packages/Moztop/moztop/content/Main/MainOverlay.xul:1.2 Tue Jan 14 23:04:43 2003
+++ Packages/Moztop/moztop/content/Main/MainOverlay.xul Wed Jan 15 00:21:19 2003
@@ -18,16 +18,19 @@
<tabpanels id="active-contents-tabpanels" flex="100%">
<tabpanel id="Welcome-Panel" orient="vertical">
- <tabbox orient="vertical">
- <tabs orient="horizontal">
- <tab label="Get Started" />
+
+ <tabbox orient="vertical" id="contents-views">
+ <tabs orient="horizontal" id="contents-views-tabs">
+ <tab label="Get Started"/>
</tabs>
- <tabpanels>
+ <tabpanels id="contents-views-tabpanels">
<tabpanel orient="vertical">
- <label value="Foo Bar" />
+ <iframe src="chrome://moztop/content/Welcome/getstarted.html"
+ flex="1"/>
</tabpanel>
</tabpanels>
</tabbox>
+
</tabpanel>
</tabpanels>
=== Packages/Moztop/moztop/content/Main/ShellOverlay.xul 1.1.1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/Main/ShellOverlay.xul:1.1.1.1 Sun Jan 12 17:30:15 2003
+++ Packages/Moztop/moztop/content/Main/ShellOverlay.xul Wed Jan 15 00:21:19 2003
@@ -3,12 +3,12 @@
<overlay id="ShellOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <box id="shell"
+ <tabpanel id="shell"
orient="vertical">
<label>This is a Zope shell that allows you to manipulate Zope obejcts quickly via a
command prompt</label>
<editor type="content-primary" id="shell-textarea" flex="1"
style="width: 300px"/>
- </box>
+ </tabpanel>
</overlay>