Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / ux / PortalColumn.js
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.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);