Spry is a JavaScript framework created by Adobe. It is included with Dreamweaver and makes extensive use of custom XHTML attributes and inline events to facilitate use by web designers. In August 2012, Adobe announced that the Spry framework will no longer be developed.
Questions tagged [spry]
127 questions
6
votes
8 answers
Stylesheets for content?
Forgive my ignorance since this seems like its something I should know by now.
I know I could make a stylesheet that will allow me to make changes in my CSS throughout several pages that use the CSS. I also know that you can make an external…

tom
- 71
- 1
- 3
4
votes
1 answer
How good Adobe Spry comparing to JQuery and what are perspectives
It seems JQuery, its plugins and UI has largest popularity among JS platforms. I love and use Adobe technology stack every day, I wonder if Adobe Spry will be good addition to skill set.
Is it good enough comparing to JQuery ? Spry development is…

Rodion Bykov
- 614
- 1
- 7
- 14
3
votes
3 answers
SproutCore javascript
Hey... I started using Javascript MVC SproutCore Framework (sproutcore.com) and I found it impressive. But...
Where can I find good tutorials for it?
Where can I find widgets for it?
How can I use (best practice, loading librarys, implementation)…

xpepermint
- 35,055
- 30
- 109
- 163
2
votes
1 answer
different XML Data on html page
I have different XML files in my intranet which is getting refreshed every 5 min & Data get changed on every refresh interval.., i want to create a HTML page where i can show all my XML feed.
what is a best way to create & load different XML feed…

Brahm Dutt
- 134
- 2
- 9
2
votes
1 answer
Vertical Spry Menu Bar - Width in IE
I am working on a website in Dreamweaver and I am somewhat of a beginner to some aspects of web design.
I have a vertical Spry Menu Bar running along the left side of my page that is working fine in most browsers, except good old internet explorer.…

Ross Hays
- 341
- 4
- 19
2
votes
0 answers
Non-working Spry menu in DIV
I have two spry menus on one page. One is main site and one is that individual page's menu that shows and hides div accordingly.
The "artistMenu" div doesn't work and it doesn't even have the hover effects, although it's set up exactly like the…

BDSmith
- 33
- 9
2
votes
0 answers
google custom search getting no results
I made a Google custom search for my site and I can't seem to get it to work. Every time I try to use it, it gives me 'no results'. I tried the forum on the Google site but no one responded. So if any of you have an idea why it's not working that…

Emily Magnuson
- 165
- 2
- 3
- 14
2
votes
1 answer
Spry Horizontal Drop down Menu in Internet Explorer displaying on top of menu item
I am at my absolute wits end. First, my website.
http://mojooutdoors.dreamhosters.com
if you hover over the menu in any browser that is not IE, it works fine. The drop downs are displayed right underneath the menu item, and all is fine. However! IE,…

Russ Toms
- 67
- 1
- 1
- 6
1
vote
1 answer
Removing spry validation on an input in javascript
I want to have a form in my checkout page that has an input for billing address and I have also a list of billing address. If the user has added any billing address from their account, it will listed on the checkout. Now if the user is on the…

Pathik Gandhi
- 1,345
- 1
- 17
- 36
1
vote
1 answer
JQuery Mobile with dynamic collapsible content blocks (via Spry) not expanding
I just don't get it! This is obviously a FAQ, but I just can't find a clear enough example for a dummy like me.
Problem
I have built a JQM page which is populated based on data loaded using Spry. The page layout works fine, but the collapsible…

Peter Gross
- 213
- 2
- 4
- 14
1
vote
0 answers
Pass parameter to filter function in Spry framework?
I have a Spry filter function which works:
function ffRed(ds, row, index){ var c = row["color"]; return c == 'red' ? row : null; };
Which is toggled by function called from the click handler of a checkbox:
function ToggleFilter(enable, f)
{
if…

Steve
- 14,401
- 35
- 125
- 230
1
vote
2 answers
Issue with spry validation from a dynamically updated input field vai javascript
I have a form on my website that uses spry validation widgets. I have recently added a date feature that uses 3 drop down boxes (day, month, year). I've used the onchange feature of the selection boxes to update a text field with the date and used…

serialchick
- 21
- 2
1
vote
0 answers
Display Bug in IE8 8.0.7601.17514
I am seeing a weird intermittent display bug on one of the sites I manage. It only seems to happen intermittently, and on certain machines running Windows7 SP1 and using IE8.0.7601.17514. I have not been able to repeat the bug on any other…

Simon Griffiths
- 31
- 2
- 4
1
vote
1 answer
Any way of updating all links in spry menu bar in all pages?
I am currently designing an e-learning course for a college project. I am using a horizontal spry menu bar. I only have all updated links to other pages on the homepage. All of the rest are empty. I will finish up having more than 140 pages so is…

user729786
- 11
- 1
- 4