[DE] Added button id for tests.
This commit is contained in:
parent
987e10fb2a
commit
f196b57cb4
|
@ -122,6 +122,7 @@ define([
|
||||||
/x-huge/.test(el.className) && (_cls += ' x-huge icon-top');
|
/x-huge/.test(el.className) && (_cls += ' x-huge icon-top');
|
||||||
|
|
||||||
var button = new Common.UI.Button({
|
var button = new Common.UI.Button({
|
||||||
|
id: "id-toolbar-" + iconCls + index,
|
||||||
cls: _cls,
|
cls: _cls,
|
||||||
iconCls: iconCls,
|
iconCls: iconCls,
|
||||||
caption: caption,
|
caption: caption,
|
||||||
|
|
Loading…
Reference in a new issue