Categories | Question details Back To List | ||
scheduler event details do not show details for events (using my own .xml file and the one provided in the samples folder) do not load up any of the details information, only the <text> fields. I this a .xml issue? I do not really want to use a database and would prefer using .xml file. testing on: www.mandaj.com/calendar Answer posted by Stanislav (support) on Jan 14, 2010 02:44 The data correctly loaded from XML, in your case, but to see extra info in the form - you need to configure form first. scheduler.config.lightbox.sections=[ {name:"description", height:130, map_to:"text", type:"textarea" , focus:true}, {name:"location", height:43, type:"textarea", map_to:"details" }, {name:"time", height:72, type:"time", map_to:"auto"} ] http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:custom_details_form |