JQAccodordion inside JQTabs

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

JQAccodordion inside JQTabs

Robert Sirois
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


Windows 7: It works the way you want. Learn more.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: JQAccodordion inside JQTabs

Paul DeBruicker
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/


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: JQAccodordion inside JQTabs

Robert Sirois
That didn't seem to work :/ There's plenty of space for it to expand and the CSS allows for even more expansion, so I'll have to mess with it a bit. Thanks for the tips, though.

RS

> Date: Thu, 19 Nov 2009 13:46:18 -0500
> From: [hidden email]
> To: [hidden email]
> Subject: Re: [Seaside] JQAccodordion inside JQTabs
>
> 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/
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


Bing brings you maps, menus, and reviews organized in one place. Try it now.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside