Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
8answers
111 views

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. ...
4
votes
1answer
287 views

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 ...
2
votes
1answer
367 views

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 ...
2
votes
3answers
1k views

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 ...
1
vote
1answer
34 views

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 ...
1
vote
2answers
58 views

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 ...
1
vote
1answer
75 views

Where to place HTML 5 elements when using SPRY?

I'm building a website using HTML 5 markup, but have hit a problem regarding where to place the the NAV element - because I'm using a SPRY 'Tabbed Panel' for both the navigation and the content: ...
1
vote
0answers
266 views

Limiting Spry Tabbed Panels Effect on Menu

i am creating a drop down menu with the Spry Tabbed Panels widget. I am trying to find a way to have the roll-over/drop-down effect only work on a couple of the tabs. (I have about 10 tabs in all.) ...
1
vote
1answer
437 views

Controlling the style of individual spry tabbed panels in Dreamweaver CS4

Hi I'm using Dreamweaver CS4's spry tabbed panels. I want to modify just one tab panel's style so that all the tab's backgrounds will look different. I've tried looking through the ...
1
vote
3answers
206 views

How to enable/create elements on the fly

I am using a combination of PHP, jQuery and Spry to serve a series of listboxes in which a user will select first the type of vehicle, then the make, then the model and finally the specific model. ...
1
vote
1answer
489 views

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.
1
vote
2answers
1k views

Ajax locally testing

im new to this Ajax thing . and i wanted to try this http://labs.adobe.com/technologies/spry/samples/data_region/SuggestSample.html neat little Autosuggest form. But this does'nt work anymore ..when ...
0
votes
0answers
23 views

Dynamic creation of Spry CollapsiblePanel wont default to closed position

I would like to add srpy collapsiblepanel to my website, but i am facing certain issues when i create the panel dynamically. The problem is that the panel won't default to a closed state. here is a ...
0
votes
0answers
9 views

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 ...
0
votes
0answers
13 views

how do i stop the video playing when i close my modal?

i have a FLV version of a video, i have created a modal in jquery to open upon request, however i need to code the (dreamwever plugin flv) video to stop upon clicking the close button on my modal. ...
0
votes
1answer
70 views

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 ...
0
votes
0answers
12 views

I can't get rid of a extra spry vertical drop down box at bottom of page

I have looked everywhere for a answer to the problem, it has a extra drop down, i would delete it but it doesn't show up on design view, I'm using Dreamweaver CS3. My menu bar wouldn't expand, so I ...
0
votes
0answers
30 views

Spry Form Validation with Elements Injected into the DOM

I am normally a jQuery user, but today I had to perform maintenance on a site that uses Adobe's Spry JavaScript library, so this was my first introduction to Spry. Overall, it is not a bad library, ...
0
votes
0answers
32 views

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 ...
0
votes
1answer
57 views

Weird behaviour spry tabbed panels

I have been working several of hours on creating an form for people to enter their contact information. The tabbed panel is displayed vertically where it should be displayed horizontally. ...
0
votes
0answers
64 views

Spry Tabbed Panel to show multi page output from ASP page inside the Tabs

I am using a simple Spry Tabbed panel set on my asp page to show the output from different ASP pages, inside the tabbed panels. The tabbed panels on the page under consideration (destination page) ...
0
votes
0answers
65 views

Spry Tabbed Panel display

I have made a Spry 4-tabbed panel from Dreamweaver and customised it to use as a portfolio site. I want to run 'Flickrshow' as the 3rd tabbed panel content. (Flickrshow is a javascript slideshow that ...
0
votes
0answers
39 views

spry tabbed menu and image swap

![enter image description here][1]I am very new to working to java script. I have inserted a spry tabbed menu into my site using dreamweaver. The rest of the site is basically a series of static ...
0
votes
1answer
26 views

Turn accordion widget on and off

I am setting up different CSS for the basic three media Screen, tablet and smartphone. I have a two list I would like to leave as is for Screen but would like to have the two lists become an accordion ...
0
votes
1answer
168 views

Spry validation prevents the form submission on unavailable fields

I'm working on a form in which few fields are added dynamically, those input fields also have spry validations, so that form submit after validation. that dynamic fields can also be removed if not ...
0
votes
0answers
419 views

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 ...
0
votes
0answers
33 views

Spry accordion intermittently working

I'm updating a page for a friend and their Spry accordion (Adobe Dreamweaver) only works about 1/10 times - of course I know that this isn't just by chance, but I don't know exactly how to replicate ...
0
votes
0answers
64 views

spry: validate form and check if username is free

The goals is to create a JS function that 1) validate a form with SPRY (taht's easy) 2) check if username from form is not taken (ajax): that's ok as well with Jquery BUT I CANNOT make them work ...
0
votes
1answer
141 views

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 ...
0
votes
1answer
44 views

Spry menu doesnt work on another server

I created a few linked pages on dreamweaver. When I send them all through a zipped file to another computer to test it, the image on all pages works fine. However the spry menu does not appear. ...
0
votes
1answer
46 views

Dreamweaver spry widgets compatibility

Just wondering if Dreamweaver widgets (e.g. TabbedPanels, menu bars, etc.) are compatible with most browsers?
0
votes
2answers
65 views

Delaying Javascript because it makes my Spry Tabbed Panels Hang

is there anything I can do to delay the loading of this script <script src="http://content.webcollage.net/p1084307575097/showcase?showcase=ciscodmr"></script> Because it affects my Spry ...
0
votes
1answer
90 views

ajaxForm using Spry validation

I am trying to use spry validation with ajaxForm. The problem is i dont think my forcing spry validation at time of beforeSubmit is finding the form. Im not getting any errors, seems like beforeSubmit ...
0
votes
0answers
43 views

How to write javascript to execute SpryMenu functions

I'm using a SpryMenu and would like to make one of my submenus (and possibly an item within that menu) visible when the page loads. <ul id="MenuBar"> <li><a href="#">ABOUT ...
0
votes
1answer
147 views

Expand Accordion tab automatically in spry

This is my Accordion, How can I expand "systemAccordion" automatically when its parent Configuration is expanded <div spry:region="mainData"> <div class="Accordion" id="mainAccordion" ...
0
votes
2answers
189 views

how to make spry accordion look like a tree

Here is my accordion how can i apply some stylesheet to this, so that looks like a tree. eg: + when accordion tab is closed and - when accordion is open <div class="Accordion" ...
0
votes
0answers
309 views

Spry Tabbed Panels Return to Default on Mouseout

I have one problem with the Spry Tabbed Panels that is driving me insane...Everything works perfectly, except I need the menu to return to it's original state on mouseout. As of right now, when you ...
0
votes
0answers
143 views

How to reload a spry XMLDataSet?

My js var ds1 = new Spry.Data.XMLDataSet("xml/data.xml", "rows/row"); var pv1 = new Spry.Data.PagedView( ds1 ,{ pageSize: 10 , forceFullPages:true, useZeroBasedIndexes:true}); var pvInfo = ...
0
votes
1answer
114 views

How to show a few pages using spry pagination

Hi I have a pagination using spry, which fetches data from a xml file and pagination is also added, but if say i have 1000's of rows then it displays 100 pages which gets my page to scroll ...
0
votes
1answer
190 views

Dreamweaver SPRY Custom Validation Format

I want a textfield to validated using dreamweaver spry option. I need the input to be in the below mentioned format 05632-25252525 The first (05632) part should contain minimum 3 no's, maximum upto ...
0
votes
0answers
326 views

Spry Menu bar messing up relative image position…?

seems a relatively simple question. I have a Spry horizontal menu bar at the top of a web page (you know the Dreamweaver CS5 kind). If you zoom in on the page the menu bar automatically wraps ...
0
votes
2answers
449 views

How to select a row from dynamic table on mouseclick event

How can get a row's value on mouse click or checking the checkbox preferably from the below given html table? Here is the js for getting values for my table from a xml using spry var ds1 = new ...
0
votes
3answers
232 views

Change background-color of 1st row in the table

Below is my table that is getting populated with spry dataset Here is my dataset var ds1 = new Spry.Data.XMLDataSet("/xml/data.xml", "rows/row"); Here is my jquery inside a method that is called ...
0
votes
1answer
100 views

Refresh a spry region after addition of a tuple in Spry.Data.XMLDataSet

Here is the dataset var ds1 = new Spry.Data.XMLDataSet("/xml/data.xml", "rows/row"); var pv1 = new Spry.Data.PagedView( ds1 ,{ pageSize: 10 , forceFullPages:true, useZeroBasedIndexes:true}); var ...
0
votes
1answer
84 views

How to add a row to spry XMLDataSet?

I have a Spry.Data.XMLDataSet I want a row to be added in the 1st location and also get highlighted when it appears in my table. var ds1 = new Spry.Data.XMLDataSet("/xml/data.xml", "rows/row"); ...
0
votes
2answers
79 views

referesh div not whole page

Here is my code: main.php: <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script> <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" ...
0
votes
1answer
209 views

dreamweaver cs3, using spry vertical. I need to move the location of the sub menus

Hello and thank you for you help, I have been playing with this and have had no success. Right now my sub menus are opening right beside the main menu on roll over as they typically should. I am ...
0
votes
3answers
317 views

Get rid of Spry Accordion bluebox

I have two questions. First I am using a spry accordion for this website I'm designing, however its the fist time I've used it so I wanted to know how to turn off the blue box that surrounds it ...
0
votes
1answer
123 views

Spry framework vs regular expressions

what is difference b/w regular expression and spry validation. which is important, best, easy, and mostly used in php programming.
0
votes
0answers
396 views

Content on Spry tabbed panels move upwards

I am trying to make the content of a Spry Tabbed Panel open upwards. I saw this flash examples and wanted to see if it was posible to do it fixing the java. www.alexarodulfo.com If you press on the ...

1 2