[DE] Added button id for tests.

This commit is contained in:
Julia Radzhabova 2018-01-25 10:49:28 +03:00
parent 987e10fb2a
commit f196b57cb4

View file

@ -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,