X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/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 index 00000000..4b9f2772 --- /dev/null +++ b/examples/panel/bubble-panel/resources/manifest.js @@ -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