idd on div?

I’m using the paging toolbar and I added text to the toolbar using the add text method. When i look at the html the div has an attribute on it called “idd”. It has the name I wanted the “id” to be when using

this.aToolBar.addText("searchLabel", NaN, "Test");

it outputs

<DIV style="WIDTH: 200px" class=dhx_toolbar_text title="" idd="searchLabel">Test</DIV>

What is the “idd”? Is it a misspelling for “id”?

Probably you don’t use 2.6 version. “idd” attribute as well as “id” isn’t set in it

Try to use the latest version and place the container with the text as a label:

this.aToolBar.addText(“searchLabel”, NaN, “

Test
”);