Check documentation for the latest version of dhtmlxSuite open DHTMLX Docs

open

opens a cell

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

Example

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

Details

in case of single mode - currently opened cell will be closed

Back to top