+++ /dev/null
-/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-Ext.ux.PortalColumn = Ext.extend(Ext.Container, {\r
- layout : 'anchor',\r
- //autoEl : 'div',//already defined by Ext.Component\r
- defaultType : 'portlet',\r
- cls : 'x-portal-column'\r
-});\r
-\r
-Ext.reg('portalcolumn', Ext.ux.PortalColumn);\r