Check documentation for the latest version of dhtmlxSuite onPanelResizeFinish DHTMLX Docs

onPanelResizeFinish

fires when one or several cells were resized

void onPanelResizeFinish(array names);
namesarrayan array with cells names

Example

myLayout.attachEvent("onPanelResizeFinish", function(names){
    // your code here
});

Back to top