customizing popup content

i want to customize recurring event popup content. how to do the same?

Hi,
can you pls clarify what do you mean?

If you meant the lightbox/edit popup, you can configure it as shown here:
docs.dhtmlx.com/scheduler/lightbox_editors.html

The default config of the recurring form is the following:

scheduler.config.lightbox.sections = [ {name:"description", map_to:"text", type:"textarea" , focus:true}, {name:"recurring", type:"recurring", map_to:"rec_type", button:"recurring"}, {name:"time", height:72, type:"time", map_to:"auto"} ];

And if you want to modify the controls for the recurrence selection, please check this article:
docs.dhtmlx.com/scheduler/recur … rringblock