examples/grid/view.html
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 08:49:41 +0000 (16:49 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 08:49:41 +0000 (16:49 +0800)
examples/grid/view.html

index 3751105..ca5911e 100644 (file)
 <body>
 <!-- EXAMPLES -->
 <h1>View Panel Example</h1>
-
-
-    <div class="content">
-        <div class="container" id="view" style="width: 700px;height: 550px;margin-bottom: 50px;margin-left: 25px;">
-
-        </div>
-    </div>
+<h1>JsonView Example</h1>
+       <p>This example demonstrates how to use some of the advanced features of a JsonView. It also shows how 
+       to use the LayoutDialog and DomHelper.Template classes.</p>
+       <div id="buttons" style="margin:20px;"></div>
+       <div id="images" style="margin:20px;width:400px;"></div>
 
 
 </body>