我是Dhtmlx Scheduler的新手。我需要将数据从数据库加载到scheduler。现在我使用代码将数据加载到调度程序
scheduler.init('scheduler_here',new Date(2013,3,24),"day");
scheduler.load("./data/events.xml");
但是通过使用这段代码,我只能从xml文件中加载数据。我需要使用javacode来加载内容。有没有办法做到这一点。
答案 0 :(得分:0)
你绝对应该使用dhtmlx Connector for Java: http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml
这是下载它的直接链接。它包括所有相关样本。 http://www.dhtmlx.com/x/download/regular/dhtmlxConnector_java.zip