diff --git a/apps/documenteditor/main/app/view/Links.js b/apps/documenteditor/main/app/view/Links.js index 896d07fa0..c8eab50c1 100644 --- a/apps/documenteditor/main/app/view/Links.js +++ b/apps/documenteditor/main/app/view/Links.js @@ -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,