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