summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/Builder_3.html
blob: e3d4b0b39ee1ce8a27e94bceb7a8e92f2273e97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>qooxdoo &raquo; Demo</title>
  <link type="text/css" rel="stylesheet" href="../../resource/css/layout.css"/>
  <!--[if IE]>
  <link type="text/css" rel="stylesheet" href="../../resource/css/layout_ie.css"/>
  <![endif]-->
  <script type="text/javascript" src="../../script/qx.js"></script>
</head>
<body>
  <script type="text/javascript" src="../../script/layout.js"></script>

  <script type="text/javascript">
    qx.core.Init.getInstance().defineMain(function() {
      new qx.client.Builder().buildFromUrl(qx.ui.core.ClientDocument.getInstance(), 'Builder_3.xml');
    });
  </script>
  <div id="demoDescription">
    <p>qx.client.Builder demo.</p>
    <p>Build your web apps using qooxdooml.</p>
    <p>Property Editor Example</p>
  </div>
</body>
</html>