Hi,
I have multiple view pages which is designed using webix ui component.Onclick of option the control should goes to another page with parameter .I have to use angular js routing concept here.But Once I am creating seperate html views I am getting confused.I could not run the code properly.So could you please share code snippet for the same ASAP.
Have you found a solution for this? If you did I would appreciate if you share. Thanks!
You can use this to store value.
webix.storage.cookie.put(‘key’, value);
and for migrating to another page use normal window.location option