Check documentation for the latest version of dhtmlxSuite fixSize DHTMLX Docs

fixSize

fixes the size of a cell

void fixSize( [boolean width,boolean height] );
widthboolean'says' to fix the width of the cell (optional)
heightboolean'says' to fix the height of the cell (optional)

Example

myLayout.cells(id).fixSize(true, false);

Back to top