-
1. Re: spry accordion open panel
Nancy O. Aug 20, 2013 3:08 PM (in response to I Love Doing Websites)Yes. But you need the SpryURLUtils.js files. And you won't find them on Adobe Labs anymore because Adobe abandoned Spry last year. The files have been moved to GitHub.
Tutorial:
http://foundationphp.com/tutorials/spry_url_utils.php
Spry Files:
Nancy O.
-
2. Re: spry accordion open panel
David_Powers Aug 21, 2013 4:07 AM (in response to Nancy O.)Nancy O. wrote:
Yes. But you need the SpryURLUtils.js files. And you won't find them on Adobe Labs anymore because Adobe abandoned Spry last year. The files have been moved to GitHub.
I've updated the tutorial to point directly to SpryURLUtils.js in the Github repository.
-
3. Re: spry accordion open panel
Nancy O. Aug 21, 2013 10:13 AM (in response to David_Powers)@David,
Good, good.
Nancy O.
-
4. Re: spry accordion open panel
I Love Doing Websites Aug 21, 2013 10:18 AM (in response to David_Powers)thank you!
so would you recomend in the future not to use the spry framework anymore and switch to jquery?
-
5. Re: spry accordion open panel
I Love Doing Websites Aug 21, 2013 10:18 AM (in response to Nancy O.)thank you
-
6. Re: spry accordion open panel
Nancy O. Aug 21, 2013 10:48 AM (in response to I Love Doing Websites)so would you recomend in the future not to use the spry framework anymore and switch to jquery?
I think that's a judgement call only you can make. You can keep using Spry if it meets your objectives. However, Spry is no longer available in DW CC.
Nancy O.
-
7. Re: spry accordion open panel
hans-g. Aug 21, 2013 11:26 AM (in response to I Love Doing Websites)Hello,
in case you want to use your SPRY for your website in question, I remember this to have it closed:
<script>var Accordion1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel: -1 });</script>
"defaultPanel: -1" makes a start with closed panels.
Hans-Günter




