Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

looking for an accordion component

  Asked By: Mona    Date: Jul 16    Category: Java    Views: 1289
  

I am looking for an accordion component with builtin pagination functionality. (mixture of display tag and accordion)

I did some googling but couldn't find something good. Does anyone know such component?

Share: 

 

6 Answers Found

 
Answer #1    Answered By: Adalwen Fischer     Answered On: Jul 16

You can use jquery accordian component...........

 
Answer #2    Answered By: Dylan Evans     Answered On: Jul 16

that doesn't have built-in paging, does it?

 
Answer #3    Answered By: Kerry Wright     Answered On: Jul 16

You should give ExtJS 3.0 Framework a try.

Here are the full Example list. : www.sencha.com/deploy/dev/examples/index.html
Here is what you want about accordion. : www.sencha.com/.../accordion.html

 
Answer #4    Answered By: Miriam Green     Answered On: Jul 16

Thanks but that still doesn't have the paging support, I was looking for something similar to

http://autos.yahoo.com/

 
Answer #5    Answered By: Alberta Miller     Answered On: Jul 16

there are no components with that kind of pagings out of the box out there

you might want to look into GWT-EXT but thats not a good  idea ider
java frameworks usualy dont see web parts like this and are more action oriented than component  based and leave the ui works to ui farmeworks out there .
UI frameworks worth mentioning are EXT , DOJO , and jquery is not some thing you can call a ui framework but you can build some thing like this with it in a snap .

best thing to do is to create a grid with the help of jquery and some ajax json actions on the server side to provide you with the grid data.

 
Answer #6    Answered By: Debbie Reyes     Answered On: Jul 16

I assure you, you can NOT find  that component  anywhere on the web. why?
Because that was a Complex, Customized, Single-time-usable component.
You can simply create, say, 5 Accordion components and hide-and-show
them due to another paging component you created on your page.
Whether the sample you want is exactly the same as I told you.

 
Didn't find what you were looking for? Find more on looking for an accordion component Or get search suggestion and latest updates.




Tagged: