My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

Accordion Panel V3

(views: 18958)

Accordion Panel V3 is a professional accordion component that loads movies and movieclips and supports both horizontal and vertical orientation, it supports customized tweens, states and visual styles. Here are all known issues for Accordion Panel V3. If you have any questions that you think we should discuss here please let us know.



Panels with different sizes

(2008-11-11 - views: 3768)
Q: Is there any way I can set the height for each panel ? I would like the panels to have different heights.
A: The accordion panel can have different sizes for the panels (different height for the vertical component and different widths for the horizontal component). All you have to do is add a new attribute in the .xml file called <b>containerSize</b>, for each one of the <item> nodes, and set the size of the containers (height or width) through that attribute.
Files: AccPanel_DifferentPanelHeights.zip 


User Comments

Having Sub Menus
posted by socalfish on 2011-05-16
Tried adding a sub menu but it does not seem to read the info. Here is the XML:

<?xml version="1.0" encoding="UTF-8"?>
<component name="Accordion Panel v3">
<data childStyle="style1">
<item title="Jump" >
<item title="Working" contentPath="images/img2.jpg"/>
</item>
<item title="Working" contentPath="images/img2.jpg"/>
<item title="Drawing" contentPath="images/img3.jpg"/>
<item title="On meeting" contentPath="images/img4.jpg"/>
<item title="Having fun" contentPath="images/img5.jpg"/>
</data>

</component>

RE:Having Sub Menus
posted by kneo on 2011-05-17
In the data node instead of childStyle use style and see if it works.
<data style="style1">


Login to post your comment login to post your comment

Other questions in this item

Installing the Accordion Panel V3 Open the accordion panels automatically Vertical title for horizontal accordion panel Accordion Panel slide show Accordion Panel communicates with a loader Use the Accordion Panel without external XML file Stopping video content when changing the panel Auto open a panel on startup Use HandCursor on Accordion Panel's items the title isn't showing in the horizontal mode Access header title and panel content Non Latin characters Load different kind of data into AccordionPanelV3 Panel opens only after content is loaded, when loadExpandedItemsOnly is true Dimensions Open the Accordion Panel upwards Get the size of panel's content Access accordion panel loaded with loadMovie inside container clip Panel opens only after content is loaded, when loadExpandedItemsOnly is true Open URL from panel content, not from panel header Getting accurate accordion height Open URL from panel content, not from panel header Rotate the direction of the text on horizontal Accordion Flv playback inside accordion Open panels from bottom to top and left to right TEXTU appears in my file HyperLinking panels Load new content without XML Non Latin characters Graphics below the accordion panel Acces accordion panel from content Acces accordion panel from content Access header title and panel content Open panels upward for vertical accoirdion and to the left for horizontal accordion Accordion Panel communicates with a loader Open Accordion panels automatically (slide show) Get selected panel and content Load new content without XML

Back