Categories | Question details Back To List | ||
dhtmlxScheduler I can i integrate it in my java code and please explain about scheduler.config.xml_date="%Y-%m-%d %H:%i"; scheduler.config.date_step = "5" scheduler.init('scheduler_here'); scheduler.load("./xml/events.xml"); scheduler.attachEvent("onClick", function (event_id, native_event_object){ // alert(event_id); }); Answer posted by Alex (support) on Jul 02, 2009 05:00 Hello, Yes, you can use scheduler. Its client-side part (javascript) will work without problems: this part includes also loading data using Ajax and sending requests with changed data to the server. Regarding the server-side ... we have only php ready solution for connector (that is used to send changes to the server). If you need the java one, you can contact us at support@dhtmlx.com and we send its beta version. |