X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/portal/PortalColumn.js diff --git a/examples/portal/PortalColumn.js b/examples/portal/PortalColumn.js deleted file mode 100644 index 16d83d53..00000000 --- a/examples/portal/PortalColumn.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -Ext.ux.PortalColumn = Ext.extend(Ext.Container, { - layout: 'anchor', - autoEl: 'div', - defaultType: 'portlet', - cls:'x-portal-column' -}); -Ext.reg('portalcolumn', Ext.ux.PortalColumn); \ No newline at end of file