Disable section in lighbox

Hi,

How can i disable type dropdown in lightbox?
Or add element id so i can set it as read only,
Read only is applicable only to time and duration controls.

Thanks,

Please disregard :
This solve the issue.
gantt.getLightboxSection(“type”).node.children[0].disabled = “true”;