Hi,
I add some code below into dhtmlxscheduler_recurring.js
“
Index.aspx
Data.xml:
But it did not load data from Data.xml. Please help me.
Hi,
I add some code below into dhtmlxscheduler_recurring.js
“
Index.aspx
Data.xml:
But it did not load data from Data.xml. Please help me.
Hello,
You will need to explain what you are trying to do and why you are adding dhtmlxcombo in dhtmlx_recurring.js file.
Best regards,
Ilya
Hi,
It’s my mistake. Please see image below for detail
I want to add dhtmlcombobox between “Repeat event” and “Time period” section.
Thank you for your help Ilya
Hello,
scheduler.config.lightbox.sections=[
{ name:"description", height:50, map_to:"text", type:"textarea", focus:true },
{ name:"recurring", type:"recurring", map_to:"rec_type", button:"recurring" },
{ name:"snack", options: snacks, map_to:"combo_select", type:"combo", image_path: "../../../dhtmlxcombo/codebase/imgs/", filtering: true },
{ name:"time", height:72, type:"time", map_to:"auto"}
];
You can find additional information on the Details page in our documentation.
Best regards,
Ilya