Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vibhav Agrawal on Dec 14, 2009 04:28
open dhtmlx forum
Hidden cell in dhtmlxLayout

Hi,

I want to have a 3E layout using DHTMLX Layout and make third row as hidden (user should have a feeling of 2E layout).
Is there any way to make any cel of the dhtmlxLayout hidden?

Thanks,
Vibhav Agrawal
Answer posted by Alex (support) on Dec 14, 2009 05:23

Hello,

You can try to use undock()/dock() methods in this case: dhtmlxLayout/samples/02_conf/08_dockundock.html 

dhxLayout.cells("c").undock();

dhxLayout.dhxWins.window("c").hide();