Can I modify that little form while creating the Event?, I need to show a select type for my scheduler.
Thanks in advance.
Can I modify that little form while creating the Event?, I need to show a select type for my scheduler.
Thanks in advance.
You can find the information about custom details form here:
Hi Alexandra thanks for your time, i want to modify this form:
I thinks is not the EDIT one, is the NEW Event one… is there any way to customize it?
Thanks
This one is hardcoded and can be modified only in source code of component ( which is not complex, but will prevent code updates in future )
You can use
scheduler.config.details_on_dblclick = true;
scheduler.config.details_on_create = true;
and , as result, you will always see full details form instead of inline one.
Details form can be customized without code modifications.
This one was helpful !!! Appreciate your help