I believe this is possible.
Given the current implementation, I believe you will always have to have
one tab open
when rendered, and make sure that each tab's "contentheight" ensures
that the tab fills the
page (minus the tab headers). However if the page is resized, the
accordion may not adjust accordingly.
You will also want to have the open tab close when another tab is
opened. Otherwise
the overall height of the accordion will be the sum of each tab's
content height.
It may be possible to use the theme mechanism to redefine the selectors
and define
new selectors to make this behavior implicit, but you will have to
examine the generated
html, identify the existing selectors and create new ones as necessary.
See
http://webdev2.sun.com/woodstock-theme-doc/index.html#toc
For information about customizing the theme. Essentially you define
application level
overrides for any theme properites.
-rick
Christian Smith - Sun Microsystems - Dublin Ireland wrote:
> Hi Folks,
>
> I am using Woodstocks accordion component and am unable to get it to
> resisze properly. I would like the component to always fill the pages
> height (100%) if possible. Is this possible?
>
> Thanks,
> Christian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>