get SelectBox Text in LightBox

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

I found a solution. There’s no problem anymore :slight_smile:

Hi would you please post the solution, i have the same need