Accordion panel Section

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.
11/18/2011 9:55:09 AM
Gravatar
Total Posts 27

Accordion panel Section

 I'm using Accordion panel in my page. When we select Accordion panel from template ,we get four sections(Header) but now i want to add  more sections(Header) in same accordion panel. how can i add more sections?.

 

Thanks..

11/18/2011 3:30:50 PM
Gravatar
Total Posts 2239

Re: Accordion panel Section

The accordion is created from H3 elements and the DIV elements that follow them. In the editor, click the "Source" button and then copy one of your sections and paste it where you want your new section to be located. Just make sure you keep it inside of the wrapping DIV with the class "mojo-accordion."

HTH,
Joe D.
 

11/19/2011 1:53:35 AM
Gravatar
Total Posts 27

Re: Accordion panel Section

Thanx Joe for quick response.

      Actually Client don't know about sourse code like(div, and p tag) so it will be difficult for him to add more sections from source code. So is there any possibility to add section from edit tools in same accordion panel.

Thanks.

 

11/19/2011 5:10:41 AM
Gravatar
Total Posts 27

Re: Accordion panel Section

Hi Joi,

 When we select accordion template automatic four sections are coming. my question is, can i increase number of sections so that if client add template he'll get 10 or 12 section. suppose if he want only 8 then he would be able to remove remaining section.

 

Thanks.....

11/21/2011 3:18:10 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Accordion panel Section

You can do this by setting up your own custom Content Template. Copy the text of the delivered Accordion content template, and add an addition dozen sections to it (or however many you want).

Jamie

11/21/2011 11:27:02 PM
Gravatar
Total Posts 27

Re: Accordion panel Section

thanx jamie. I finaly got the  solution

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