X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/portal/Portlet.js diff --git a/examples/portal/Portlet.js b/examples/portal/Portlet.js deleted file mode 100644 index ee6e277f..00000000 --- a/examples/portal/Portlet.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -Ext.ux.Portlet = Ext.extend(Ext.Panel, { - anchor: '100%', - frame:true, - collapsible:true, - draggable:true, - cls:'x-portlet' -}); -Ext.reg('portlet', Ext.ux.Portlet); \ No newline at end of file