I'm facing the issue that the window/popup and context menu view that defined to extends JetView will not be able to init by this.ui() inside the parent view. Please see the example code below:
As my investigation, webpack build will transpile the class to function form in the end, and then webix will not able to determine the input layout/view, it will return a spacer view (something like that) as default.
So is there any solutions for this, I want to keep the layout and logic of the window/popup extends JetView.
Try to update your code to the latest version of Webix Jet
Starting from version 1.4, the code uses a more correct test for Webix Jet classes, so above must work
( Work for me locally, with Webix Jet 1.5.3 )
I'm facing the issue that the window/popup and context menu view that defined to extends JetView will not be able to init by
this.ui()
inside the parent view. Please see the example code below:As my investigation, webpack build will transpile the class to function form in the end, and then webix will not able to determine the input layout/view, it will return a spacer view (something like that) as default.
So is there any solutions for this, I want to keep the layout and logic of the window/popup extends JetView.
Please advise. Many thanks