r21325: delete children in reverse order since the array is manipulated during the...
[Samba/gbeck.git] / webapps / qooxdoo-0.6.3-sdk / frontend / demo / source / html / test / Builder_3.html
blobe3d4b0b39ee1ce8a27e94bceb7a8e92f2273e97d
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>qooxdoo &raquo; Demo</title>
5 <link type="text/css" rel="stylesheet" href="../../resource/css/layout.css"/>
6 <!--[if IE]>
7 <link type="text/css" rel="stylesheet" href="../../resource/css/layout_ie.css"/>
8 <![endif]-->
9 <script type="text/javascript" src="../../script/qx.js"></script>
10 </head>
11 <body>
12 <script type="text/javascript" src="../../script/layout.js"></script>
14 <script type="text/javascript">
15 qx.core.Init.getInstance().defineMain(function() {
16 new qx.client.Builder().buildFromUrl(qx.ui.core.ClientDocument.getInstance(), 'Builder_3.xml');
17 });
18 </script>
19 <div id="demoDescription">
20 <p>qx.client.Builder demo.</p>
21 <p>Build your web apps using qooxdooml.</p>
22 <p>Property Editor Example</p>
23 </div>
24 </body>
25 </html>