Categories | Question details Back To List | ||
dhtmlxLayout - Adding new cell? I was wondering if it were possible to add a cell to a layout without re-creating the entire layout? For example, if I had a 2U layout, is there a way to add a cell to turn it into a 3L layout without re-loading the "a" or "b" cells that already exist (just add the "c" cell, in other words)? Thanks, - Dave Answer posted by Support on Nov 11, 2008 00:25 Layout does not support such functionality. But you can use layout's cell-based init (layout-in-layout mode). Answer posted by David Hutchings on Nov 11, 2008 10:09 As I understand it, that would cause the already loaded cell to reload, which is unacceptable. Is there are way to hide a cell (and it's border) after it is rendered without throwing the whole layout into chaos? Thanks, - Dave Answer posted by Support on Nov 12, 2008 02:46 No, layout does not support such functionality. All functionality represented in demos here: http://dhtmlx.com/docs/products/docsExplorer/index.shtml |