@ Sebastian

Have a look at this simple sample (it is from your demo but shorten)
if you "run" this page, you see, what's wrong ;-)

Olli


--- CUT ---
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="de">
<head>
<script type="text/javascript">window._htmlstart=(new Date).valueOf()</script>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
 <meta http-equiv="MsThemeCompatible" content="yes" />
 <meta http-equiv="ImageToolBar" content="no" />
 <meta name="MSSmartTagsPreventParsing" content="yes" />

 <title>qooxdoo demo dev: Tree 1</title>
<link type="text/css" rel="StyleSheet" href="../../style/layouts/application.css"/>

 <script type="text/javascript" src="../../script/qooxdoo.js"></script>
</head>
<body>
<script type="text/javascript" src="../../../tools/script/layout.js"></script>

 <div id="testDescription">
   <p>Introducing QxTree. A first small example.</p>
 </div>

 <script type="text/javascript">
   window.application.main = function()
   {
     var t = new QxTree("Root");

     with(t)
     {
       setBackgroundColor(255);
       setBorder(QxBorderObject.presets.inset);
       setOverflow("scrollY");

       setHeight(null);
       setTop(48);
       setLeft(20);
       setWidth(200);
       setBottom(48);
     };

     this.add(t);
   };
 </script>
</body>
</html>
--- CUT---



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to