[Seaside] JQAccodordion inside JQTabs

Paul DeBruicker pdebruic at gmail.com
Thu Nov 19 18:46:18 UTC 2009


Robert Sirois wrote:
> Has anyone heard of accordions not working well inside of tabs? I seem 
> to be have an issue with the accordion not expanding very far.
> 
> RS


You might set

	autoHeight: false;

and either
	fillSpace: true;
or
	clearStyle: true;


where you set up your accordion in your render method and see if that 
takes care of it.


see the "Options" tab  here:
http://jqueryui.com/demos/accordion/




More information about the seaside mailing list