hangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegram
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
344 B
9 lines
344 B
/** |
|
* @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' |
|
}); |