Spry

Add a panel to an Accordion widget

 Insert a div class="AccordionPanel" tag (along with tags for a panel tab and a panel content area) inside the container div tag for the accordion. Do not forget to add the closing </div> tag when you add the code. For example:
<div id="Accordion1" class="Accordion">
	<div class="AccordionPanel">
		<div class="AccordionPanelTab"></div>
		<div class="AccordionPanelContent"></div>
	</div>
</div>

The preceding code adds a panel to the Accordion widget. You can add unlimited panels.

Comments

Comments are no longer accepted for Spry 1.4. Spry 1.6 is the current version. To discuss Spry 1.4, please use the Adobe forum.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/en_US/Spry/1.4/WS554EB424-E0CB-4338-88CF-AACF5555A717.html