config.menu = [ { text: 'Item 1', iconCls: 'x-fa fa-home', handler: function() {alert('click')} }, { text: 'Item 2' }, { text: 'Item 3' }, { text: 'Item 4' } ]  
    • Like
    1