nils
#1
Hello;
Excuse-me but I can’t display the end modality of a repeat event on Firefox; only on this browser; Sould I modify Lightbox template to do it?
We can Modify time period and attach a calandar to it with:
scheduler.config.lightbox.sections = [
{ name:"description", height:200, map_to:"text", type:"textarea" , focus:true },
{name:"recurring", height:115, type:"recurring", map_to:"rec_type", button:"recurring"},
{ name:"time", height:72, type:"calendar_time", map_to:"auto" }
];
Can we do the same thing for repeat event end date ? (i don’t think so, because of the recusing event lightbox template, but i try ^^ )
Thank You
N.
Ilya
#2
Hello,
I am sorry, didn’t get the question. Can you please explain it in detail (maybe screenshots/sample)?
Kind regards,
Ilya
nils
#3
Hello,
here a Screenshot of my problem (same code, different browsers)
How can I limit a repeat event in time on Firefox?
Can we disable yearly / daily repeat?
Thank you! 
Ilya
#4
Hello,
Not sure why this is happening to you but please try to add following CSS styles:
.dhx_repeat_right {
width: 150px;
}
Is section is displayed correctly now?
No easy way to do it, try removing corresponding html sections from the dhtmlxscheduler_recurring.js file (at the end).
Kind regards,
Ilya
nils
#5
I did it and it’s work! thank you very mutch!
I did it but… nothing…

Should I try something else? Tank you very mutch
Best regards,
nils
nils
#6
I have just clean my cache and display end date of a repeat event works on Firefox (with patched CSS).
Problem solved, Thank you very mutch!
nils