Ext gridpanel tbar 左右位置问题

默认是居左:

tbar : [{
             text : 'test',
             iconCls : 'NewMod-icon',
               handler : test
           },'-', {
           text : 'test',

          iconCls : 'DelMod-icon',
           handler : test
        }]

加上“->”是按钮居右

tbar : ['->',{
             text : 'add',
             iconCls : 'NewMod-icon',
              handler : test
           },'-', '->',{
           text : 'test',

      iconCls : 'DelMod-icon',
           handler : test
        }]

你可能感兴趣的:(Ext gridpanel tbar 左右位置问题)