Talk:Spry
From Adobe Labs
| Table of contents |
Photo Gallery Demo Source Files
Are the .css, .xml, .js files available to view to understand how the gallery demo functions. The page code is good, but the connection is lost without the meaty called files that are not posted. Thanks, John Wolf
--
Is there a Java Docs type document for the SPRY API? This would be very usefull as part of the documentation. The examples are great but would like to be able to easily see everything that is available in the API. Thanks.
--
There is no API doc yet.
We decided to hold off on it until we had the framework locked down some more. We figured it is better to wait and get it right the first time.
If you have specific questions, please let us know. We hope to add more samples as we go.
Thanks,
Donald Booth
Adobe Spry Team
Nested Combo boxes
Here is my problem, ??? 3 Combo boxes on a row with dynamic content. 1st one is in a spy:region 2nd one in spry:detail region and when the 1st one is changed, the list gets updated dynamically.
Now, I need the 3rd one to be updated from the second one. I tried to put it in another detail:region and it doesn't work, ie.a detailregion change do not update another detail:region. any ideas?
Nested Combo boxes
Here is my problem, 3 Combo boxes on a row with dynamic content. 1st one is in a spy:region 2nd one in spry:detail region and when the 1st one is changed, the list gets updated dynamically.
Now, I need the 3rd one to be updated from the second one. I tried to put it in another detail:region and it doesn't work, ie.a detailregion change do not update another detail:region. any ideas?
Spry.Effects.Opacity
Internet Explorer requires any element that uses the opacity alpha filter to have a width and a height defined.
i.e.
Will not work in internet explorer, but works fine in Mozilla.
Works.
In summary, when using Spry.Effects.Opacity, make sure that the element you're targetting has a width and a height set.
Code:
<div style="opacity: 0.5; filter:alpha(opacity=50);">This text should be 50% transparent</div>
<div style="opacity: 0.5; width: 100%; height: 30px; filter:alpha(opacity=50);">This text should be 50% transparent</div>
-- Jay Proulx seed at pollensoft dot com
An API documentation for spry ?
http://dev.infoaccelerator.net/spryDocs/
Help with tab panel
I know that you can set a default tab that is displayed when you load a page using the spry tab panel widget but can you link to a specific tab from a different page and have a that link activate a different tab then what the default tab is? I have 3 tabs in the body of a page and would like to link to the second tab or third tab from other pages in the site and have these tabs as the tab in the front as opposed to the default state of the page. Can anyone help?
Solution:
Check out this tutorial from David Powers: Opening Specific Tabs and Accordion Panels from Another Page
Joshua Lyman 15:23, 16 Apr 2008 (PDT)
Headline text
I want to have my tabbed panel page not open any tabbed panels when the page loads. I know the code to do that for the spry accordian but not tabbed panels. Anyone know how to do that and maybe more cool stuff?
HTMLDataSet Images Problem (IE 6)
I'm using an HTML table as a Spry dataset. If I put an image in one of the cells and call it via a Spry HTMLDataSet, it works fine in Safari & Firefox, but doesn't show up at all in IE6. No error. Just blank.
