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

static.extjs.ux.RowExpander.js Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
/**
 * @deprecated
 * Ext.ux.RowExpander has been promoted to the core framework. Use
 * {@link Ext.grid.plugin.RowExpander} instead.  Ext.ux.RowExpander is now just an empty
 * stub that extends Ext.grid.plugin.RowExpander for backward compatibility reasons.
 */
Ext.define('Ext.ux.RowExpander', {
    extend: 'Ext.grid.plugin.RowExpander'
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy