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
1
vote
1 answer

HTML, CSS, Etc. (Change Properties of a Spry Menu Bar Behavior.)

I've been experimenting with different ways to make a Spry Menu bar, and I also have found a way to make it act kind of like the Visual Studio Express 2012 Program Web Installer, where the border fades into a blue color. So far the only way i'm able…
Prince
  • 13
  • 3
1
vote
0 answers

Dreamweaver CS5: Spry Fading Flickering

I've been using Dreamweaver CS5's Spry framework to build my website, and have had some issues with fading. I have the following code:
1
vote
1 answer

Should I use Dreamweaver's Spry?

I was Dreamweaving a bit and saw something called Spry. Is this powerful or can I better use jQuery and code everything my own? Spry also messes up my code when I add a menu. Thanks in advance.
user142019
1
vote
1 answer

Ajax submit with Spry Validate

I am trying to have my form validate before the ajax runs but can't seem to get the coding right for this to happen. if i seperate them i can post using ajax with no validation or validation but it posts the default way here is my current code i am…
1
vote
3 answers

How to disable tab clicks in spry tabbed panel?

So far I have coding for making the tab's display property to none until the button is clicked. The code is given below. The problem is only one tab is showing at a time. What I want is, all tabs should be visible but not clickable. Please help me…
A Mohammed Hussain
  • 235
  • 1
  • 9
  • 20
1
vote
2 answers

How to set default tab in tabbed panel in dreamweaver using javascript

I'm trying to set the default tab in my tabbed panels. In Dreamweaver I used the following code:
1
vote
1 answer

(X/)HTML: meaning of

I would like to know the semantic meaning of Click Here. What is the meaning of the pound key in this context? I've just added a Spry Menu Bar Widget in Dreamweaver and I can see this notation in the code once the widget is added to the page. I am…
John Goche
  • 689
  • 2
  • 12
  • 27
0
votes
0 answers

Can't place a spry menu bar on top of an image in HTML, DW CS5

EASY READ: How do I move a spry menubar over about 20px to the left or the right (doesn't matter) with the code I'm using here (yes margins have to be like this). COMPLICATED READ: So what I'm trying to do is put a horizontal spry menu bar on top…
Jonathan
  • 5
  • 6
0
votes
1 answer

Load Content On Tab Open Using Spry

Is it possible to load the content of a Spry tab when the tab is opened, rather than load all the content of all the tabs in the beginning? I would prefer accomplishing this without the use of an iframe.
Sev
  • 15,401
  • 9
  • 56
  • 75
0
votes
1 answer

Spry Tabbed Panels JS core modification

I'm having trouble and I am not sure on how to tackle this problem. I have a Spry Tabbed Panels Widget with content. I know that the 3-level, 5-container structure is essential for the Tabbed Panels widget to work properly, but I would like to add…
chorijan
  • 23
  • 5
0
votes
1 answer

Srpy dataset if decision based on value from different dataset

Many thanks for reading this. I have asked as well in Adobe forums with no luck. I am building a small library application for school books. I have created a database with lets say 2 tables Books ( ID_Book , Writer , Title , Copies) and Loans (…
0
votes
1 answer

how to set regex for full name in spry framework

I want to change below php regex for java script regex to use them in spry validation framework. 1)"/^[\d]+$/" 2)"/^([\x{600}-\x{6FF}]+\s)*[\x{600}-\x{6FF}]+$/u" 3)"/^([\x{600}-\x{6FF}]+\d*\s)*[\x{600}-\x{6FF}]+\d*$/u" I don't know difference…
fire boy
  • 163
  • 2
  • 11
0
votes
1 answer

MooTools Slideshow and Spry Tabs

I'm new to this forum and I have a sticky problem with the website that I'm building for my client. I am having trouble with my MooTools Slideshow. I have a page with 4 Spry tabs and 3 of them have slideshows. I've set up the page for multiple…
Nektar72
  • 3
  • 1
0
votes
1 answer

How to move browser window to the top of an spry accordion tab?

I have a spry accordion in my site that has varying heights. Some are larger than the screen - when I click on the next tab the spry content area expands but shows only the content at the very end of the spry content area window. to explain: …
Aasim Azam
  • 498
  • 2
  • 6
  • 23
0
votes
2 answers

Create a accordion in jquery, that picks up its content from a xml file

I want to create a jquery accordion dynamically by getting node names from the xml. In the xml under product domainmetadata will be only once and there are only 2 services at the moment CMS and DIS so 2 service types are available. under service…
AabinGunz
  • 12,109
  • 54
  • 146
  • 218
1 2
3
8 9