spry

Showing a loader while Spry XMLDataset loads the data

i am using Spry (SpryData.js,xpath.js) var ds1 = new Spry.Data.XMLDataSet("_db/db.xml", "bildiriler/bildiri",{useCache:false}); // load the xml tree .... <!-- use it in a loop - Sometimes the page use "ds1.loadData();" to refresh the data --> <div spry:region="ds1" spry:repeatchildren="ds1"> <a href="#">{author}</a></div> ...

Double if condition in Spry Region

<div spry:region="ds1" spry:repeatchildren="ds1"> <b spry:if=" '{title}'!='' "> <!-- this is the first if --> <a href="#" spry:if=" '{author}'!='' ">{author} <!-- this is the second if --> </a> </b> </div> I wonder if there is any method as simple as if(x==y && i>j) in <b>spry</b> region. I can't fin...

Ajax locally testing

Hi.. 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 i save it locally. this is what i've done so far : Firefox -> save pages as ..(index.html) new folder ( test23 ) also saved the pro...

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. ...

Generating lists: javascipt 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 function that generates a new ul tag in the same div every 4 li tags like: <ul spry:re...

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. ...

sIFR and Spry collapsible Panels

Hello, I'm having trouble getting my sIRF headers to display in collapsed panel . Here is the file: http://bananas.hu/aeco-test/mainpage.php (button at bottom: "A hét további hírei") sIFR can't replace hidden elements I know. Could you please describe detailed how could I call the replacement code when clicking on the panel button? ...

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) other frameworks like Spry framework (http://labs.adobe.com/technologies/spry/). Thx! ...

IE6 Box Model bug. Spry Sub-Menu displays over my Normal Menu in IE6. Wrong Positioning.

Hello, first of all im a beginner so any descriptive help i would really appreciate. so my spry menu looks fine in every browser except IE6... my website is ritztheatre.net (srry cant post more then one hyperlink) here is a screenshot of what happens when you hover in IE6. any ideas? http://img130.imageshack.us/img130/1612/spryprob.j...

Retrieving file name with Javascript (without URL?)

I need to retrieve the file name of an HTM file - the file needs to retrieve its own file name - to use in another Javascript function within the same file. So far I have - var Docname = "ESSA_CL_2009_01" var DSstem = new Spry.Data.XMLDataSet("ESSA10_DA_sourceData_19_1.xml", "ESSA_CL_2009/" + Docname + "/Item_stem"); (the Spry or AJAX...

Open a Spry accordion panel by "onmouseover" instead of "onClick"?

Hi, I added a spry accordion, but the panels only open if the user clicks on it. Is it possible to open a panel by mouseover? And if so how? If you go here, they show you how to do this using buttons, but the methods only include: 1)OpenFirstPanel() 2)OpenNextPanel() 3)OpenPreviousPanel() Is there maybe a method I'm missing? ...

Slicing or some other way to only write part of a Spry XML record

I'm trying to import items from a XML RSS feed and use Spry to show recent blog posts in a blog on a site. It works fine, but I want to show just the first 30 characters followed by an ellipsis. I can't seem to find a way to shorten the spry element since in the region, {description} will not be evaluated before the surrounding code so I...

Single Sign On Solution (WebSeal) interfering with Adobe Spry

We have an application which relies heavily on Adobe Spry. For authentication purposes a Single Sign On Solution is used. (Its a WebSeal, but I don't think that matters to much) We now have pretty much exactly the problem described here: http://www.ibm.com/developerworks/tivoli/library/t-ajaxtam/index.html#user_session_expire i.e. we ge...

using spry in asp.net master page

I am using Spry menu bar in asp.net but the problem is that when i use the menubar js and the css alongwith the javascript to initiate the widget in a master page nothing happens on mouse over while when i use the same code in a simple .net page it works perfectly. Am i missing something. Please suggest. A menu should be used in master p...

modifying the colour of the spry sub menu bar (i.e. drop down content) in dreamweaver

whenever i try and edit the css code, the entire menu is coloured. how can i fix this? i would like the submenu and menu bar to have different colours. thanks in advance: /*Menu Bar styling classes*/ ul.MenuBarHorizontal{ margin: 0; padding: 0; list-style-type: none; font-size: 100%; cursor: default; width: auto; } ul.MenuBarAct...

jQuery / Spry Validation / Problem

Hi Chaps, I have a PHP form with one input and a button. A jQuery script ('loading' animated gif) is triggered on the click of the submit button. I also have a Spry Validation field linked to the input. At the moment, if the validation is triggered, the animated gif continues and won't stop. The furthest I've managed to get with it, is ...

jQuery Validate() special function

I'm using the jQuery validate() plugin for some forms and it goes great. The only thing is that I have an input field that requires a special validation process. Here is how it goes: The jQuery validate plugin is called in the domready for all the required fields. Here is an example for an input: <li> <label for="nome">Nome comple...

How to enable/create elements on the fly

Hi all 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. All my listboxes (SELECT) are working fine, and they update properly using the Spry elements. Each listbox is populated from a diffe...

spyr validation text with jquery serialize()

Code like this : <form> <ol> <li> <fieldset> <legend>test</legend> <ol> <li> <label for="qwerty">qwerty</label> <span id="sprytextfield1"> <input name="qwerty" type="text" id="qwerty" /> <span class="textfieldRequiredMsg">error no qwerty input</span></sp...

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 not moving forward fast and there's not much information about it, does it have future ? ...