Check documentation for the latest version of dhtmlxSuite removeContextZone DHTMLX Docs

removeContextZone

removes an object from the list of context zones

void removeContextZone(string zoneId);
zoneIdstringid of a context zone

Example

myMenu.removeContextZone(zoneId);

See also
Back to top