When the user enters a page defined by 'view', how do we know?

Using webix’s example application: file views/app.js

The user enters this page by for instance selecting dashboard from the side menu. I’d like manipulate some elements in the view after that. How do I know the user enters the page? Just adding debugging in the beginning of the page fires when the app starts.

You can try $onurlchange event handler: