Custom Tab with non-scheduler view

Hi there!

I’m still experimenting with the scheduler, and even it’s the first version it can do awesome things, but the last one I need it’s my question.



how can I create a tab to direct me to a page where I put search fields, like a range of dates, and then load the scheduler with the search criteria,



or in other words



It is posible to redirect to a blank/custom page when I click on a custom tab, but without losing the tab menu?



Thanks for the atention.

You can add new tab to the view, simple by adding new div element as







In current version, the only way to catch the tab selection - create a wrapper for the setCurrentView method ( which is called , each time when tab selected )
Oncoming update will provide ability to catch the tab selection moment without code modification and also provide an easy way to show custom modal dialogs, unfortunately related sample and documentation is still not ready.