Hello
How can I remove time and date period section in the lightbox?
Hello
How can I remove time and date period section in the lightbox?
Hi,
Just redefine lightbox sections config
https://docs.dhtmlx.com/scheduler/api__scheduler_lightbox_config.html
For example if you change the default definition, you will get only the description section in the lightbox:
scheduler.config.lightbox.sections=[
{name:"description", height:200, map_to:"text", type:"textarea" , focus:true}
]