|
More site info...
Spry Framework for Ajax (prerelease) | Forum profile
|
|
Forum profile page for Spry Framework for Ajax (prerelease) on http://www.adobeforums.com.
This report page is the aggregated overview from a single forum: Spry Framework for Ajax (prerelease), located on the Message Board at http://www.adobeforums.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Spry Framework for Ajax (prerelease)" on the Message Board at http://www.adobeforums.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Spry Framework for Ajax (prerelease):
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
117
|
393
|
1,041
|
|
Post:
|
206
|
785
|
2,064
|
|
|
Spry Framework for Ajax (prerelease) Posting activity graph:
|
Top authors during last week:
user's latest post:
template from adobe help with...
Published (2009-12-06 15:44:00)
It appears that this <script type="text/javascript"> var acc1 = new Spry.Widget.Accordion("Acc1", { useFixedPanelHeights: false, defaultPanel: -1 }); </script> is what you need at the bottom of the page, setting the variable. Do not change your javascript file. Beth
user's latest post:
Script Stops Tabbed Panel...
Published (2009-12-02 06:29:00)
Could you post a online url? It seems to me that the script you are including is generating a javascript error.
user's latest post:
Captions in Photo Album
Published (2009-12-04 10:31:00)
When the thumbnail is clicked we want the detailed region updated along with with the main image, I think this section of code is where it belongs. <div id="thumbnails" spry:region="dsPhotos"> ? ? <div class="thumbnail" spry:repeat="dsPhotos"><a href="{path}"><img alt="" src="{thumbpath}"...
user's latest post:
Accordian closed as default
Published (2009-12-02 19:59:00)
The page is uploaded here: http://www.sharpeacademy.co.uk/nick-jackson.co.uk/sharpeacademy/theatrearts/faq. html The javascript file is at: http://www.sharpeacademy.co.uk/nick-jackson.co.uk/sharpeacademy/SpryAssets/S pryAccordion.js Currently the extra code , { defaultPanel: -1 } is added, and the accordion isn't working. Label 1, Label 2, Label 3 & Label 4 are the tabs of the accordion.
user's latest post:
Disabling Tabs
Published (2009-12-02 14:43:00)
Hey Guys, Some one probably thought of this already but just to ask.... what about being able to disable a Tab for the Spry TabbedPanel?
user's latest post:
Problem using accordion inside...
Published (2009-12-04 05:52:00)
Thanks Phil for your reply. I have tried by changing the var name to dsEmployees1 but it doesnt work out.? Can u post the url of the page that u have mention in ur reply.
user's latest post:
YUI Calendar dates w/ events
Published (2009-12-05 16:41:00)
Phil, Cheers for the extra tips.? I will actually probably switch the colour ( )scheme to have normal dates lighter with black numbers and event dates darker with white. Well, I've been trying to work out how to mark your answer as correct, and , unfortunately, it seems that the only person who can do that in Adobe forums is the person who starts the discussion.? In this case, that would be ijosh79.? I guess...
user's latest post:
spry and YQL
Published (2009-11-30 12:49:00)
How can I use the code you posted in order to display the current pr ice in each row?
user's latest post:
External Link Icon
Published (2009-12-01 06:07:00)
Cool, thats making more sense now. First I will tidy it up, then I will blog about it tonight, see what people think, if at all. Steve
|
|
|
|
Latest active threads on Spry Framework for Ajax (prerelease)::
Started 1 week, 3 days ago (2009-11-28 10:31:00)
by Zabeth69
Um, sure, Stu does it... You will define deeply-nested menus with positioning that sends them out to the left, instead of the right. Define new style selectors in the MenuBarHorizontal.css stylesheet that will apply only to those sub-sub-sub menus and below: /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */ ul.MenuBarHorizontal ul ul ul ul ...
Started 1 week, 2 days ago (2009-11-28 12:24:00)
by Danilo
For an accordion, you can set the defaultPanel option to -1 to indicate no panels are open by default. I didn't see an accordion on the page you linked to (maybe I missed it), but I was going to try to use your code to show you what to do, but you can use code similar to the following as the constructor for the accordion. In you page once, you've added an accordion, you'll see code similar to ...
Started 2 days ago (2009-12-06 10:12:00)
by stlcards1
Hi all, I am working on converting my website from tables to css. I have created a spry navigation bar that has multiple issues. I created a menu bar previously but do not remember how to fix some of these issues. I have adjusted everything that I know how to and need some help. You can view the template at http://www.auburnillinois.us/testsite/ Here is my list of problems. 1. When...
Started 4 days, 5 hours ago (2009-12-04 05:54:00)
by pwr1965
Hello Tine, have you defined a position in your navigation div? I think something like position: relative; should do the trick. Hope it helps. Paul
Started 1 day, 20 hours ago (2009-12-06 13:59:00)
by Zabeth69
Here's a good answer referred to by David Powers on a Help page: http://labs.adobe.com/technologies/spry/samples/ac cordion/AccordionSample.html#A llPanelsClosed Beth
Started 1 day, 20 hours ago (2009-12-06 14:54:00)
by Zabeth69
I see what you mean; my scouring pad has also worn out! Well, to make Flash videos drop back behind Spry menus, we add a wmode parameter to the code. I don't think that will work with iframes. As a workaround, you might consider making your menus not drop down so far...by making each list item wider... Or, and I have no idea whether this will work, put the <iframe> on a collapsible ...
Started 1 day, 20 hours ago (2009-12-06 14:19:00)
by Zabeth69
Examine your CSS file to find "active", "hover", and other states of your collapsible panel tab. For an example, make a dummy site and page and insert a spry menu bar. There are handy flippy triangles used to indicate submenus. You don't need to use those triangles, of course, but if you examine the CSS file that goes with a menubar, you can see how they are positioned and perhaps how it ...
Started 1 day, 20 hours ago (2009-12-06 14:13:00)
by Zabeth69
You present an interesting dilemma with the vaguest title to your question. As the whole Forum deals with "how to" questions, if I delete that from your question, I get...nothing! I invite you to be more creative in your titling next time!!! You are (wisely) choosing NOT to use Frames. Thank you. They are not well supported and have many bad attributes. When you say, "put other pages ...
Started 2 days ago (2009-12-06 10:51:00)
by Zabeth69
Jason, the best place for us to analyze your files is from a server. Have you uploaded them? The second best place is in a set of site files...including the HTML table, the display file that uses the HTML table, the CSS and javascript file. Without those, it is pretty nigh impossible to work this problem! I suspect the errant character appears somewhere in your data table, but ...
|
|
Hot threads for last week on Spry Framework for Ajax (prerelease)::
Started 1 week, 4 days ago (2009-11-27 01:16:00)
by .V1
Started 1 week, 2 days ago (2009-11-28 12:24:00)
by Danilo
For an accordion, you can set the defaultPanel option to -1 to indicate no panels are open by default. I didn't see an accordion on the page you linked to (maybe I missed it), but I was going to try to use your code to show you what to do, but you can use code similar to the following as the constructor for the accordion. In you page once, you've added an accordion, you'll see code similar to ...
Started 3 days, 17 hours ago (2009-12-04 17:04:00)
by Zabeth69
I think I would have used Nested Templates...one principal Template that carries the menubar and other site-wide standard content, and Nested Templates that are made from child pages of the principal Template, customized for the differences (your Template 2, Template 3, etc.). By using Nested Templates, any update to the Principal Template (with the menubar) will propagate changes to all ...
Started 1 week ago (2009-12-01 05:25:00)
by .V1
Change: if(href.hostname != window.location.host) { alert(href); Spry.$$("a[href='" href "']").addClassName("external");} To: if( href.hostname != window.location.host ){ Spry.Utils.addClassName( href, 'external'); }
Started 7 months, 2 weeks ago (2009-04-24 01:27:00)
by .V1
Sounds more like a YUI feature than a Spry feature. As Spry does not need to color the dates in your YUI calendar, but YUI needs to do that. I would suggest checking out the YUI calendar API: http://developer.yahoo.com/yui/docs/module_calenda r.html
Started 1 week, 1 day ago (2009-11-30 05:57:00)
by coldfusion.lugano
It's more a question for lawyers than developers. Since I am not a lawyer, I am pointing you to some additional info. Hoping it could help: Spry is distributed under BSD license: http://labs.adobe.com/technologies/eula/spry.htm More on the BSD license: http://www.opensource.org/licenses/bsd-license.php http://en.wikipedia.org/wiki/BSD_licenses Massimo...
Started 5 months ago (2009-07-06 10:18:00)
by Donald Booth
Hi, If this is your XML http://www.lumina-media.com/gallerytest/wj.xml then you don't have a description attribute in your data. Try putting @thumb_path in the page to ensure that it is working, and then add descriptions to your XML. Hope this helps, Don
Started 3 days, 18 hours ago (2009-12-04 16:52:00)
by Zabeth69
Arnout has recently answered this: On a Spry Widget, add the links normally, and insert this code onclick="window.location = this.href;" into the <a> tag for the link. This worked for me on both a Spry Accordion and a Collapsible Widget. The Brown University site uses a JQuery accordion, which may function differently. Beth...
Started 2 days ago (2009-12-06 10:12:00)
by stlcards1
Hi all, I am working on converting my website from tables to css. I have created a spry navigation bar that has multiple issues. I created a menu bar previously but do not remember how to fix some of these issues. I have adjusted everything that I know how to and need some help. You can view the template at http://www.auburnillinois.us/testsite/ Here is my list of problems. 1. When...
Started 1 week, 1 day ago (2009-11-30 00:57:00)
by .V1
have you checked if the dataset is correctly defined?
|
|