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
0
votes
1 answer
How do I change the content but not the tab with Spry Tabbed Panels?
I have a site that consists mainly of Spry Tabbed Panels.
Right now I have it working where you click on a different tab and the content changes with the change of tab. But now I have links inside of the content of my tabs that I would like to link…

Emily Magnuson
- 165
- 2
- 3
- 14
0
votes
1 answer
Spry Tabbed Panels, Tabs aren't touching Content
I am working on a site with Spry Tabbed Pannels. My problem is that I can't get my .TabbedPanelsTab, .TabbedPanelsSelected, TabbedPanelsHover, and .TabbedPanelsTab a, to touch the .TabbedPanelsContentGroup.
There is a very thin white line in between…

Emily Magnuson
- 165
- 2
- 3
- 14
0
votes
1 answer
Spry Tabbed Panels Some Tabs work, some don't
I'm currently working with Spry Tabbed Panels in a Site. I've nested a set of panels inside of another set of panels. My problem is that 2 out of 4 tabs in the first panel don't work. And two out of four tabs in the nested set of panels don't…

Emily Magnuson
- 165
- 2
- 3
- 14
0
votes
1 answer
Spry Tabbed Panels - select menu item without click
I am using Spry Tabbed Panels. I want to select a menu without clicking. I have set one menu as the default.
When I click on one link or button, the default menu should be activated without a page reload.
How might this be done?

SREE ANI
- 304
- 2
- 5
- 13
0
votes
4 answers
Can javascript eval() take variables name and replace them before using
Many thanks for reading ,
Problem context: Use search function of spry in more than one accordion panel.
I am trying to use eval (since it is the only way I can think of) to accomplish this simple thing:
var ds1 = new…

Konstantinos Chertouras
- 349
- 1
- 5
- 20
0
votes
0 answers
Dreamweaver Spry Menu Vertical Navigation
I am unable to set the Menu in this format:
Menu1 SubMenu1.1 Submenu 1.1.1
somehow I have changed some setting and it looks like this:
Menu1
SubMenu1.1
Submenu 1.1.1
How can I get it back to a complete horizontal submenu ?

user1347219
- 271
- 1
- 3
- 14
0
votes
1 answer
Display two tables from mysql using PHP and spry or something similar
I'm trying to display data from two different tables in mysql using PHP and something like spry.. Originally, I wanted to used spry tabbed panels, but I'm not sure if that's possible. I would want the tab name to be populated from one table and the…

Sean McCully
- 117
- 1
- 3
- 12
0
votes
2 answers
Activate/deactivate spry validation on selectbox options
I'm trying to get spry to activate/deactivate validation depending on what was selected in a select box.
It's optional to add an address, if an address is selected the country & region fields are shown and the spry_country, spry_region will need…

monsterboy
- 153
- 3
- 17
0
votes
1 answer
Spry Javascript Duplicated values when typing
I need to validate PHP form using Spry and below is the javascript I used. The validation rule is: 9 digits followed by a literal 'v'. Validation works, but when entering some numbers are duplicated.
var id_num1 = new…

DEVEX
- 137
- 11
0
votes
1 answer
How to make the sprymenubar navigable by keyboard
The spry menu bar as autogenerated by Dreamweaver (CS4/5/6) (all defaults maintained)
According to the API you can enable keyboard navigation by changing the boolean value enableKeyboardNavigation in the list of parameters as such:
var MenuBar1 =…

Stumbler
- 2,056
- 7
- 35
- 61
0
votes
1 answer
Generating lists: javascript function with a multiple conditions
You don't have to be familiar with spry syntax but I'm using SPRY (AJAX widget) and trying to write a function to handle multiple conditions.
spry:when="{ds_CurrentRowNumber} == {ds_RowNumber} && {ds_RowNumber} < 4"
I'd like to turn this into a…
None
0
votes
2 answers
how to disable tabs in spry tabbed panel
I am using spry tabbed panel in dreamweaver. I am using the tabs as steps, for instance when the user completes the process in tab 1 and click complete button, tab 2 will open. Everything works fine till this step.
Now I want to disable the tabs,…

A Mohammed Hussain
- 235
- 1
- 9
- 20
0
votes
0 answers
my page displays differently in firefox than in safari
I'm working on a microsite for a client, and things are working almost fine, except when I tried viewing it on firefox, I was surprised by how mis-placed things looked like..even though I disabled horizontal scrolling, in firefox u could still do it…

user1641738
- 1
- 1
0
votes
2 answers
create a collapsible menu or spry menu using only CSS
i want to create a collapsible menu or even better a spry menu using just css/HTML. I want to use it on eBay but javascript/jquery is not allowed. I have seen it on other peoples eBay.
A spry menu would be best but this is probably not possible…

Steph
- 17
- 1
- 4
0
votes
1 answer
Using spry menu to create master page
Dreamweaver has spry menu function which lets user creating navigation bar quickly.
Suppose I have multiple pages in a web site, the navigation bar are all same.
Can we borrow the concept of master page from asp.net?
I mean that to create master…
user1108948