Hi,
I have window that contains tabview. TabView contains several tabs. Each tab contains several widgets.
Every time when I show the window I am creating new config. before setting new config I call window.destructor();
However I am still getting errors of none unique ids for widgets I am placing on the window.
What is the correct way to destroy properly window and everything it contains?
Calling window.destructor() or just window.close(); must trigger destruction of all inner components. Can you share some minimal snippet where issue can be reconstructed ?
Hi,
I created the snippet: http://webix.com/snippet/0e9baea7
It does not show the errors but if you create stand alone files
it will show errors of none unique ids