examples/layout/viewpanel.html
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 09:51:56 +0000 (17:51 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 09:51:56 +0000 (17:51 +0800)
examples/layout/viewpanel.html

index 5fb8fda..1f86612 100644 (file)
@@ -32,5 +32,9 @@
 
 
 </body>
+<script type="text/javascript">
+    Roo.onReady(funtion() {
+        Roo.XComponent.build();
+    });
+</script>
 </html>