var toppanel = Ext.create('Ext.panel.Panel',{
        layout : {
            type : 'absolute'
        },
        bodyStyle : {
            background : '#0B5EAA url(../images/index_top_bg.jpg) no-repeat',
            padding: '10px' 
        },
        bbar : ['->',{
            id:'pButton',//按钮id
            xtype : 'button',
            cls : 'images/id_bg.png',
            text : jsp_index_pending,
            handler : function(){                
                //点击执行的方法体
            }
        }]
    });

 

相关文章:

  • 2021-06-30
  • 2022-12-23
  • 2021-11-28
  • 2021-11-05
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-20
  • 2021-04-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-03-31
相关资源
相似解决方案