Where does controller method in Scheduler.Net come from?

Hi

I try to understand how does Scheduler.Net work because I will need to adapt javascript code to my needs.

When I trace dhtmlxscheduler.js I’am getting in the row 4577 in the definition of scheduler.load = function(url, call) the value of url ‘/BasicScheduler/Data’. I don’t understand where the load event is called and how is the url set. How are information about cotroller method ‘Data’ read from the server side?

I have attached one screenshot from Firebug.

Thanks
Wojtek


I have found the solution.

Scheduler is called from HTML with scheduler.load("/BasicScheduler/Data", “json”);