Cutom details form with Recurring

I have a custom details form shown below. How can I show the default Recurring section?

scheduler.config.lightbox.sections=[ {name:"classselect", height:40, map_to:"class", type:"select", options: scheduler.serverList("class_id"), script_url: 'php/events_rec.php', vertical:"true" }, {name:"instructorselect", height:100, map_to:"instructor", type:"multiselect", options: scheduler.serverList("instructor_id"), script_url: 'php/events_rec.php', vertical:"true" }, {name:"recurring", height:100, type:"rec_type", map_to:"rec_type"}, //DOES NOT WORK {name:"time", height:150, type:"time", map_to:"auto"} ]

Sorry - found it. I simply need to read more… :laughing:

http://docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:custom_details_form#recurring_events