Check documentation for the latest version of dhtmlxSuite close DHTMLX Docs

close

closes a cell (only header is visible)

void close(boolean callEvent);
callEventbooleanset to true to call the onActive event

Example

myAcc.cells(id).close(callEvent);

Back to top