[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');
|
||||
|
||||
var button = new Common.UI.Button({
|
||||
id: "id-toolbar-" + iconCls + index,
|
||||
cls: _cls,
|
||||
iconCls: iconCls,
|
||||
caption: caption,
|
||||
|
|
Loading…
Reference in a new issue