【发布时间】:2014-05-12 16:34:44
【问题描述】:
我正在向 htmleditor 工具栏添加一个按钮。例如:
this.cmp.getToolbar().add([
{
iconCls: 'custom-btn-clear',
handler: this.remove_all_tags,
scope: this,
overflowText: 'Remove formatting'
}
]);
我需要把它放在第一个位置(从左侧开始)。如何指定按钮位置?
【问题讨论】:
标签: extjs