dhtmlxLayout

Is it possible to specify the height of particular head ?

I need to put an image. ie:

dhxLayout = new dhtmlXLayoutObject(document.body, “1C”);

dhxLayout.cells(“a”).setText(’’);

but the height of the image is bigger then the head.

Is there ohter way ?



Solutions:
1. Fix the css/js files and make header larger;
2. Use 2E pattern, fix height for cell “a” and hide header for cell “a” and attach image into it using attachObject().