Questions tagged [spry]

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.

127 questions
0
votes
1 answer

Dreamweaver cs6 Spry validation

I have a textfield and a spry validation text field. In the spry properties I changed the max chars value to 50, checked required and on blurr. When I test the page I get all the error messages at once ("valure required", "exceeded max number of…
Vlad Otrocol
  • 2,952
  • 7
  • 33
  • 55
0
votes
1 answer

IE doesn't display Spry Table properly

I've added a sortable spry table on my website. It works great everywhere except Internet Explorer. And I'm really struggling because no one can't tell me how to resolve the issue. In the page, you can see the table right at the bottom.
0
votes
1 answer

How can I stop the spry menu from wrapping when zooming in and out with the browser?

I have been to the end of the internet and back trying to solve this. Here is the page withe the spry menu. You will notice some inline styling to get it to fit the design of 980px wide. The HTML Here is the spry CSS. [CSS][2]
0
votes
1 answer

spryassets click event in jQuery

I have the following in my page, This is a spryasset. This has 3 tabs. When I click "reviews" it shows reviews, if "more" then it shows more. My question is, How to listen to this "CLICK" event on a spryasset tab in jQuery?
beck03076
  • 3,268
  • 2
  • 27
  • 37
0
votes
2 answers

How to maintain font styles in json file?

I am trying to convert a spry(dreamweaver) table to a json file. The json file is working fine but I can't figure out how to read a paragraph of text(string) and maintain the paragraph's styling. I have mixed bold, italic, and underlines in each…
user1204493
  • 184
  • 1
  • 4
  • 19
0
votes
1 answer

Link to Specific Tabbed Panel Not Working in ModalBox

I have a modal window using ModalBox that utilizes Spry Tabbed Panels inside of it. There are several panels inside the window which is supposed to be a account management window of sorts. My problem comes with calling, by an onclick event, a…
jbrown574
  • 99
  • 1
  • 3
  • 10
-1
votes
2 answers

How do I know when a new (Spry) accordion tab has been selected (similar to "on click")? I want to attach my own behaviors

I have an accordion set up to handle registration. I am wanting to validate the data entered on each panel when the user clicks on a different panel tab. I have a continue button on each panel, and am able to validate to my heart's content when the…
1 2 3
8
9