3.0 source code
This commit is contained in:
16
OfficeWeb/vendor/touch/src/dataview/ListItemHeader.js
vendored
Normal file
16
OfficeWeb/vendor/touch/src/dataview/ListItemHeader.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @private - To be made a sample
|
||||
*/
|
||||
Ext.define('Ext.dataview.ListItemHeader', {
|
||||
extend: 'Ext.Component',
|
||||
xtype : 'listitemheader',
|
||||
|
||||
config: {
|
||||
/**
|
||||
* @cfg
|
||||
* @inheritdoc
|
||||
*/
|
||||
baseCls: Ext.baseCSSPrefix + 'list-header',
|
||||
docked: 'top'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user