use bbar for paging toolbar

This commit is contained in:
Sebastian Sdorra
2011-04-19 11:52:09 +02:00
parent 1237a211ed
commit ef28035379

View File

@@ -966,13 +966,14 @@ Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, {
xtype: 'repositoryChangesetViewerGrid',
repository: this.repository,
store: changesetStore
}, {
}],
bbar: {
xtype: 'paging',
store: changesetStore,
displayInfo: true,
pageSize: this.pageSize,
prependButtons: true
}]
}
};
Ext.apply(this, Ext.apply(this.initialConfig, config));