Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
iwishman #1
Spry Configuration
Can anyone help me regarding the spry objects in dreamweaver. I wish to have a
couple of collapsable panels on a web page, however, when the page is opened I
would like the panels to be collapsed rather than the first open and the second
collapsed, if all that makes sense? I could use the same intention on the
accordian object, does the settings relate to both objects?
I can't find any setting in the css file, maybe it is in the js file????
Any help on this would be greatly appreciated....
iwishman Guest
-
Where is Spry ZIP???
Working from the spry help area, and following the steps... 1. Download and unzip the Spry ZIP file from the Adobe Labs website to your hard... -
Spry Bar Help
Alright guys I am kind of a newbie when it comes to dreamweaver (I was always a fan of golive because of its simplicity). Anyways I am running... -
Combine Spry Tabbed Panel and Spry HTML Panel
I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to... -
Can spry do this?
I want to have submenus display a block before I mouse over them... looky here at the menu on this page and you will see the problem ... -
spry us undefined
Hello I am trying alite dreamweaver to see how the spry meny works but i get this stupid error all the time. The sub menys wont work and I get the... -
ChrisBank #2
Re: Spry Configuration
In Dreamweaver CS3 when you have a Spry Collapsilbe Panel in you page you
should be able to click on the blue tab to get the Property Inspector for that
object. In the Property Inspector you can change the initial state from opened
to closed.
If you want to hand code, the JS for this looks like:
var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel1",
{contentIsOpen:false});
HTH,
Chris
Adobe Dreamweaver Engineering
ChrisBank Guest



Reply With Quote

