Categories | Question details Back To List | ||
Layout Effects - example Layout Effects - example. I don't understend this exaple. For me changing effects doesn't change the Layout. What does it mean Layout.setEffect("collapse", false);. Is it works?. In opposite Layout.setEffect("resize", false); works. Answer posted by Alex (support) on Dec 04, 2009 01:41 The sample http://www.dhtmlx.com/docs/products/dhtmlxLayout/samples/02_conf/12_effects.html "collapse" is disabled - cells are just shown or hiden "collapse" is enabled - you can see moving effect of cell header.
Answer posted on Dec 05, 2009 07:46 I understand that it should work like this but i haven't this effect. Layout.setEffect("collapse", false); change nothing. I is a null operation. Please try your example again or tell me what was changed. Answer posted by Alex (support) on Dec 07, 2009 01:26 The example works as we described in the previous answer. What browser do you use for tests ? |