Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by leigh on Dec 08, 2009 08:26
open dhtmlx forum
ok, i understand that, so my last question is, how do you add the extra pane to display user's as like in the multiple demo


Answer posted by Stanislav (support) on Dec 08, 2009 10:28
The next collection scheduler.config.lightbox.sections contains configuration of the details form


scheduler.config.lightbox.sections=[
   {name:"description", height:130, map_to:"text", type:"textarea" , focus:true},
   {name:"users", height:21, type:"select", map_to:"userId", options:[
        { key:0, label:"Private event" }, //those list need to be replaced with list of users 
        { key:1, label:"Shared event" }
   ]},
   {name:"time", height:72, type:"time", map_to:"auto"}
]