Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / panel / bubble-panel / resources / manifest.js
diff --git a/examples/panel/bubble-panel/resources/manifest.js b/examples/panel/bubble-panel/resources/manifest.js
new file mode 100644 (file)
index 0000000..4b9f277
--- /dev/null
@@ -0,0 +1,14 @@
+Ext.onReady(function() {
+    Ext.manifest = {
+        widgets: [
+            {
+                xtype: 'widget.panel',
+                ui: 'bubble'
+            },
+            {
+                xtype: 'widget.header',
+                ui: 'bubble'
+            }
+        ]
+    };
+});
\ No newline at end of file