function afterCreate(sender) { if (sender.getCompact() == true) { var tbar = Ext.get(Ext.get(sender.element.query('.x-toolbar')).elements[0]); if (tbar) { tbar.component.items.items[3].hide(); tbar.component.insert(4, { xtype: "button", iconCls: "x-fa fa-arrow-left", handler: function() { sender.movePrevious() } }); tbar.component.insert(5, {
    • Like
    1