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 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
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”}
]
dhtmlx.com/dhxdocs/doku.php?id=d … tails_form