Hello,
Suppose I have a subview with button. Upon click button, I want to close current subview. How do I do that?
Thanks,
Leo
Hello,
Suppose I have a subview with button. Upon click button, I want to close current subview. How do I do that?
Thanks,
Leo
Hi Integral,
Thank you for your reply. But I need to close the whole view (toolbar and form).
Take a look at the following snippet
https://snippet.webix.com/y49sj569.
Regards,
Leo
try to navigate to some empty view
this.app.show("./empty");
That worked. So simple.
Many thanks.
Leo