Hello,
I’m using a custom lightbox, similar to yours in this example : https://docs.dhtmlx.com/scheduler/samples/02_customization/05_custom_editor.html
I would like to disable ‘Details’ when a text is written in ‘Text’.
I managed to do it using jQuery :
$('input[name=""]')
.
But is there a way to do it with scheduler methods ? Like :
scheduler.formSection()
Thank you for your help !
Khwaja