How to redirect a page?

Hi , is there any sample or examples on how to get the user from login form to submit login detail and once successful authenticated from server will redirect to another webix page ?

You can create a login form like this

http://docs.webix.com/samples/13_form/02_api/01_basic.html

with a function that will redirect users via simply href:" " depending on the server response.

Moreover, we have a handy solution in Webix Jet, which can really simplify navigation between different views.

About Webix Jet:

More specific about navigation (chapter “In-app navigation”):