Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Supriyo on Nov 18, 2009 20:01
open dhtmlx forum
Server side integration with java backend


    Hi,
    In init method of client side following line is there:
        scheduler.init('scheduler_here',null,"month");
        scheduler.load("events.do?uid="+scheduler.uid());

Can u tell me what will be the 'scheduler_here' and  "events.do? as specfied

Thanks in advance,
Supriyo
Answer posted by Stanislav (support) on Nov 19, 2009 01:23
'scheduler_here' - name of html container on the page, inside which scheduler will be created
"events.do" - servlet, which will provide data for scheduler ( inside samples.war\WEB-INF\web.xml, events.do mapped to the Scheduler_BasicConnector class )