Hi, i’m trying to create control for empty field on lightbox. I’ve find an example on documentation in onEventSave event.
I’ve tried to implement this in my code but it return always “undefined”, where i’m wrong?
[code]
<!doctype html>
Hi, i’m trying to create control for empty field on lightbox. I’ve find an example on documentation in onEventSave event.
I’ve tried to implement this in my code but it return always “undefined”, where i’m wrong?
[code]
<!doctype html>
Hi,
in your code you have the following lines
scheduler.attachEvent("onEventSave",function(event_id,native_event){
var denom = scheduler.formsection('Denominazione');
instead of scheduler.formsection it should be scheduler.formSection
docs.dhtmlx.com/scheduler/api__s … ction.html