Update of /cvsroot/qooxdoo/qooxdoo/source/test/user
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23584/source/test/user
Modified Files:
Tag: renderer
Window_1.html
Log Message:
Reworked application startup, optimized layout of test examples
Index: Window_1.html
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/test/user/Window_1.html,v
retrieving revision 1.14.2.22
retrieving revision 1.14.2.23
diff -u -d -r1.14.2.22 -r1.14.2.23
--- Window_1.html 20 Dec 2005 08:17:06 -0000 1.14.2.22
+++ Window_1.html 25 Jan 2006 17:48:00 -0000 1.14.2.23
@@ -10,7 +10,7 @@
<meta name="MSSmartTagsPreventParsing" content="yes" />
<title>qooxdoo demo dev</title>
- <link type="text/css" rel="stylesheet" href="../../style/qooxdoo.css"/>
+
<link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/>
<script type="text/javascript" src="../../../tools/script/includer.js"></script>
@@ -18,10 +18,6 @@
<body>
<script type="text/javascript" src="../../../tools/script/demolayout.js"></script>
- <div id="testDescription">
- <p>This is the QxWindow widget. These should emulate the default look and behaviour of the application windows running under Microsoft Windows(TM).</p>
- </div>
-
<script type="text/javascript">
window.application.main = function()
{
@@ -310,6 +306,12 @@
w2.open();
w3.open();
};
+
+ //window.application.init();
</script>
+
+ <div id="testDescription">
+ <p>This is the QxWindow widget. These should emulate the default look and behaviour of the application windows running under Microsoft Windows(TM).</p>
+ </div>
</body>
</html>
\ No newline at end of file
|