formSection(name)

Required library edition: This method works with any edition of DHTMLX library

  • name - name of lightbox section

allows to get|set values in the lightbox

    //get value
var value = scheduler.formSection('description').getValue();
    //set value
scheduler.formSection('description').setValue('abc');