Files
DocumentServer-v-9.2.0/OfficeWeb/vendor/touch/src/table/Row.js
2015-04-28 17:59:00 +03:00

11 lines
174 B
JavaScript

Ext.define('Ext.table.Row', {
extend: 'Ext.table.Cell',
xtype: 'tablerow',
config: {
baseCls: 'x-table-row',
defaultType: 'tablecell'
}
});