Horizontal Accordion

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/18/2012 2:24:28 PM
Gravatar
Total Posts 32

Horizontal Accordion

Hi,

By default the accordion is vertical, how do i get it to be horizontal? In other words I want it to "page" from left to right.

Thanks in advance

Regards,

Lynton

 

7/18/2012 4:43:20 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Horizontal Accordion

The Accordion included in the jQuery library doesn't seem to support a horizontal configuration, so you'd have to find a third party Accordion that suits your needs, create a control for it, and integrate it into a custom feature.

Jamie

7/19/2012 2:52:29 AM
Gravatar
Total Posts 32

Re: Horizontal Accordion

Thanks Jamie

7/19/2012 2:55:39 AM
Gravatar
Total Posts 32

Re: Horizontal Accordion

Any recommendations?

7/19/2012 10:07:52 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Horizontal Accordion

I've never tried any of them, and if I needed one I would start with some web searching to find one that met my needs. Maybe someone else here has used one and will tell you about it.

Jamie

7/19/2012 12:18:14 PM
Gravatar
Total Posts 18439

Re: Horizontal Accordion

You will have to either find something that someone has already implemented or implement one yourself, this thread on stackoverflow has some ideas and a link about horizontal accordions.

7/20/2012 2:36:07 AM
Gravatar
Total Posts 32

Re: Horizontal Accordion

thanks guys

You must sign in to post in the forums. This thread is closed to new posts.