Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / ux / PortalColumn.js
1 /*!
2  * Ext JS Library 3.1.1
3  * Copyright(c) 2006-2010 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 Ext.ux.PortalColumn = Ext.extend(Ext.Container, {\r
8     layout : 'anchor',\r
9     //autoEl : 'div',//already defined by Ext.Component\r
10     defaultType : 'portlet',\r
11     cls : 'x-portal-column'\r
12 });\r
13 \r
14 Ext.reg('portalcolumn', Ext.ux.PortalColumn);\r