examples/bootstrap/Editor.html
authorEdward <edward@roojs.com>
Fri, 13 Feb 2015 08:04:03 +0000 (16:04 +0800)
committerEdward <edward@roojs.com>
Fri, 13 Feb 2015 08:04:03 +0000 (16:04 +0800)
examples/bootstrap/Editor.html

index f27c881..c292ed4 100644 (file)
             Roo.XComponent.build();
         });
         
+        Roo.XComponent.on('buildcomplete', function() {
+            Roo.Ajax.request({
+                url : baseURL + '/editor/data.php',
+                method: 'GET',
+                success : function(r)
+                {
+                    Roo.log(r);
+                }
+            });
+        });
+        
+
+        
     </script>
   </body>
 </html>
\ No newline at end of file