Spry

Open panels programatically

You can programatically open different panels by using JavaScript functions. For example, you might have a button on your page that opens a particular accordion panel when the user clicks the button.

 Use the following JavaScript functions to open accordion panels:
<input type="button" onclick="acc10.openFirstPanel()" >open first panel</input>
<input type="button" onclick="acc10.openNextPanel()" >open next panel</input>
<input type="button" onclick="acc10.openPreviousPanel()" >open previous panel</input>
<input type="button" onclick="acc10.openLastPanel()" >open last panel</input>
<script type="text/javascript">
	var acc10 = new Spry.Widget.Accordion("Accordion1");
</script>
You can also use acc10.openPanel(panelNumber) to open any panel. The accordian panels use a zero-based counting system, so setting the value to 2 opens the third panel.

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/WSB2789CBD-99E7-47cc-AB6B-C092E7D97AEE.html