examples/grid/view.html
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 09:00:01 +0000 (17:00 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 09:00:01 +0000 (17:00 +0800)
examples/grid/view.html

index ca5911e..c11b552 100644 (file)
 <body>
 <!-- EXAMPLES -->
 <h1>View Panel Example</h1>
-<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>
+
+
+<div id="grid-panel" style="width:600px;height:300px;">
+<div id="editor-grid"></div>
+</div>
 
 
 </body>