Check documentation for the latest version of dhtmlxSuite lockItem DHTMLX Docs

lockItem

locks/unlocks an item

void lockItem(string|number id,boolean mode);
idstring|numberthe node's id
modebooleantrue - lock, false - unlock

Available only in PRO Edition

Back to top