Text field read only for modifying event

Hello,

It’s in the subject, I would like to prevent modify of the text field for existing events only.
When the lightbox is open everything could be changed but the text field.

I don’t find anything about that in this huge forum…

Do you have any ideas?

Thank you!

Hi,
you can enable or disable text control dynamically based on event being opened in lightbox, here is a sample:
docs.dhtmlx.com/scheduler/snippet/754b4cdc

related docs:
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … state.html
docs.dhtmlx.com/scheduler/api__s … ction.html

Thank you!

This is the one!