I need add some controls in list item. I use “active content from” documenation.
http://webix.com/snippet/54cc6bce
But I don’t understand how set values to item widgets.
And I need add some css class to icon, when status changed. Using “css” propeties add class to parent item. I can accsess on html item directly (icon holder), but I think that is bad solution.
Also, when you click on the toggle button, an error occurs at the first time and button don’t toggled.
console output:
Uncaught NotFoundError: Failed to set the 'innerHTML' property on 'Element': The node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event handler?