Override parent div (outer div) ui.view or ui.icon via webix.protoUI

Hey Folks,

is it possible to override the ui.view or ui.icon parent html node?

Actually each icon within my toolbar is surrounded by an div, but i don’t need this div.

Is it possible to “replace” the outer div with the button?

If not, would it be possible to override the webix.ui.icon button and span with the code above (section: i want this one)?

Currently this my Code:

<\\div class=“webix_view” view_id="$icon22" style=“border-width: 1px 0px 0px; margin-left: 5px; margin-top: 4px; width: 35px; height: 42px;”><\\button class=“mdl-button mdl-js-button mdl-button–icon” data-upgraded=",MaterialButton"><\\i class=“material-icons”>notifications_none<\\/i><\\/button><\\/div>

And i want this one:

<\\button class=“mdl-button mdl-js-button mdl-button–icon” data-upgraded=",MaterialButton"><\\i class=“material-icons”>notifications_none<\\/i><\\/button>

You can provide your own template for the icon, if necessary

http://webix.com/snippet/d36a93fb

As for extra DIV, there is no way to remove it. This element is necessary to define correct sizes and space between controls.