fires when layout resizes
from version 4.0, new usage:
myLayout.attachEvent("onResizeFinish", function(){
// your code here
});
this event was called when layout was attached to dhtmlxWindow and only after the dhtmlxWindow was resized. In all other cases when something could affect the layout's external size, the event onResizeFinish was used
Back to top