webix demo app, open new tab on click left menu

Hello,

I have an application based on webix demo app (with require.js , routie.js , core.js etc…) (https://webix.com/demos/admin-app/#!/app/dashboard)

For the moment , when we clicked on a category of left menu , the good views is loaded.
In a special category of menu , is it possible to open view in new tab of browser and keep dependencies (require.js) and information in settings (user.getCurrentUser().settings) ?

I don’t know if it easy to do this ?

Thanks

It is ok for me with window.open, create new app, and check session for user settings.