All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.extjs.ux.portal.PortalColumn.js Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
/**
 * @class Ext.app.PortalColumn
 * @extends Ext.container.Container
 * A layout column class used internally be {@link Ext.app.PortalPanel}.
 */
Ext.define('Ext.app.PortalColumn', {
    extend: 'Ext.container.Container',
    alias: 'widget.portalcolumn',

    requires: [
        'Ext.layout.container.Anchor',
        'Ext.app.Portlet'
    ],

    layout: 'anchor',
    defaultType: 'portlet',
    cls: 'x-portal-column'

    // This is a class so that it could be easily extended
    // if necessary to provide additional behavior.
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy