diff options
Diffstat (limited to 'swat/apps/qooxdoo-examples/example/DateChooser_1.html')
-rw-r--r-- | swat/apps/qooxdoo-examples/example/DateChooser_1.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/swat/apps/qooxdoo-examples/example/DateChooser_1.html b/swat/apps/qooxdoo-examples/example/DateChooser_1.html deleted file mode 100644 index 582ca8b386..0000000000 --- a/swat/apps/qooxdoo-examples/example/DateChooser_1.html +++ /dev/null @@ -1,31 +0,0 @@ -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>qooxdoo » 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> - - <div id="demoDescription"> - <p>The DateChooser shows calendar and allows choosing a date.</p> - </div> - - <script type="text/javascript"> - qx.core.Init.getInstance().defineMain(function() - { - var d = qx.ui.core.ClientDocument.getInstance(); - - var chooser = new qx.ui.component.DateChooser; - chooser.setLocation(10, 50); - chooser.setWidth("auto"); - chooser.setHeight("auto"); - d.add(chooser); - }); - </script> -</body> -</html>
\ No newline at end of file |