`
syy.love
  • 浏览: 7959 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

Extjs4.0

阅读更多

//extjs 4.0 多行工具条配置
    dockedItems: [{
           xtype: 'toolbar',
           dock: 'top',
           items: [
               {text: '新增', itemId: 'insertBtn', iconCls: 'icon-add'}, '-',
               {text: '删除', itemId: 'deleteBtn', iconCls: 'icon-delete'}, '-',
               {text: '保存', itemId: 'saveBtn', iconCls: 'icon-save' ,id:'saveId'}
           ]
        },{
            xtype: 'toolbar',
            dock: 'top',
            items: [
                {text:'Toolbar 2 Button 1'}
            ]
        }
    ],

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics