Hi All,
I need to to create an accordian that draws on several views listings I have created. Can someone point me in the right direction? I need to create a page that list several views block. Some of those blocks need to expand and collapse.
I figure I can create several blocks and each block is an accordian with the block label as the anchor taht opens the accordian. Is this possible?
Would be good if I can put multiple blocks within an accordian.
What I'm trying to accomplish,
I need to to list out groups of biographies. Each biography group has a description above it.
So it will look like this.
------
Category Description for Founders (Paragraph or Block)
Category listing (Accordian)
- Founders (Block listing Expanded)
John Smith (Views listing links to bio page)
CEO
Bob Jones
Chairmain
Etc...
Category Discription for Govenors (Paragraph or Block)
- Govenors (Block listing collapsed)
Category Discription for Honararys (Paragraph or Block)
- Honararys (Block listing collapsed)
- Etc.
Comments
JQuery
Have you looked at the jQuery UI accordion?
_
sorry, can't help but point out the painfully obvious:
http://drupal.org/project/modules?&text=views+accordion
very first item ;-)
Thx, yeah I'm looking at that but..
But I confused over all on how to get multiple views and blocks onto one page.
I think I need to adapt my views to blocks and then specify blocks to show up on a specifc page.