Sidemenu in window view

Hello,

Can a sidemenu be used in a separate window view? I have a window view with a hamburger icon in the header of the window. I’m trying to display a sidemenu with position:‘right’ within that window but I’m getting errors:

Uncaught TypeError: Cannot read property ‘0’ of undefined
at result._setPosition (webix.js:48114)
at result.show (webix.js:48088)

if you have a sample of sidemenu within a separate window view that would be great.

Thanks,
Pieter

Hello,

Yes, it can. At first, this will not look good because of the default sidemenu animation and position. Fortunately, you can deal with that using custom animation effects and by redefining state: Code Snippet

Great. I’ll try it out.
Thank you.