initial import
[roojs1] / examples / view / chooser.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
2 <html>\r
3 <head>\r
4         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5         <title>JsonView Example</title>\r
6          <link rel="stylesheet" type="text/css" href="../../cssX/roojs-all.css"/>
7     <link rel="stylesheet" type="text/css" href="../../cssX/xtheme-slate.css"/>
8
9      <script type="text/javascript" src="../../roojs-all.js"></script>   
10   \r
11         <link rel="stylesheet" type="text/css" href="chooser.css" />\r
12         <script type="text/javascript" src="chooser.js"></script>\r
13         <script type="text/javascript" src="chooser-example.js"></script>\r
14         \r
15         <!-- Common Styles for the examples -->\r
16         <link rel="stylesheet" type="text/css" href="../examples.css" />\r
17 </head>\r
18 <body class="xtheme-gray">\r
19         <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->\r
20         <h1>JsonView Example</h1>\r
21         <p>This example demonstrates how to use some of the advanced features of a JsonView. It also shows how \r
22         to use the LayoutDialog and DomHelper.Template classes.</p>\r
23         <div id="buttons" style="margin:20px;"></div>\r
24         <div id="images" style="margin:20px;width:400px;"></div>\r
25 </body>\r
26 </html>