DocumentServer/OfficeWeb/3rdparty/touch/src/table/Row.js
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

11 lines
174 B
JavaScript

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