Hello
Is there a way to get the text shown below at the following position?
scheduler.save_lightbox = function() {
if (this.checkEvent("onEventSave") && !this.callEvent("onEventSave", [this._lightbox_id, this._lightbox_out({
id: this._lightbox_id
}), this._new_event])) {
return
}
-------> H E R E <-------
this._empty_lightbox();
this.hide_lightbox()
};
Thank you