Loading data to Dhtmlx scheduler from database using java -
i new dhtmlx scheduler.i need load data database scheduler.now loading data scheduler using code
scheduler.init('scheduler_here',new date(2013,3,24),"day"); scheduler.load("./data/events.xml"); but using code can load data xml file.i need use javacode loading content.is there way this.
you should definately use dhtmlxconnector java: http://dhtmlx.com/docs/products/dhtmlxconnector/index.shtml
here direct link download it. includes related samples. http://www.dhtmlx.com/x/download/regular/dhtmlxconnector_java.zip
Comments
Post a Comment