Node accordion - works in 3.0.0, not in 3.1.0
The nice NodeAccordion plugin by Caridy stops working in version 3.1.0. It doesn't collapse and expand anymore. I haven't been able to find out why (event propagation, maybe?), but it is easy...
View ArticleRe: Node accordion - works in 3.0.0, not in 3.1.0
Hey Henk, Few days ago I updated the code to work with yui 3.1.0, I was waiting for the CDN push to update the examples.The examples are ready... feel free to test it... Best Regards,caridy
View ArticleDeath by Firebug
I find when Firebug is enabled the accordion crawls. Is there a way to remove the logging or whatever is causing this please ?
View ArticleRe: Death by Firebug
Hey Coachz,All gallery modules are build using YUI Build script, which means that you will end up having 3 scripts, debug, raw and min. Where raw and min don't have any reference to console.log or...
View ArticleShow me '+' '-' sign, please?
I tested the widget on my page, it worked like a charm, thanks!Except, my item heads don't have the '+/-' sign indicating the expanding condition. I compared my code with the example, couldn't find a...
View ArticleRe: Show me '+' '-' sign, please?
Hey Will, can you share your example so I can check it? Normally this is related with a missing class or a missing css rule.Best Regards,Caridy
View ArticleRe: Show me '+' '-' sign, please?
Sure. Here it is,...<link rel="stylesheet" href="http://yui.yahooapis.com/3.2.0/build/cssreset/reset.css" type="text/css"><link rel="stylesheet"...
View ArticleRe: Node accordion - works in 3.0.0, not in 3.1.0
Hi, I saw you guys are stop communicated, I'd like to inform you that it is working fine, after my tested.
View ArticleRe: Node accordion - works in 3.0.0, not in 3.1.0
Bahnyen, thanks for the feedback!Best Regards,Caridy
View ArticleDefault collapsed?
Very nice!But I wish to have default collapsed and not expanded, how can I achieve this?This is what I have now:https://gist.github.com/766103Thanks!/J
View ArticleRe: Default collapsed?
Ok, got it working:Code: accords.each(function(v, k) { v.plug(Y.Plugin.NodeAccordion, { anim: Y.Easing.backIn }); v.accordion.collapseAllItems();});Still, it would be nice to have a...
View ArticleRe: Default collapsed?
Hello Joacim.If you use a script approach (vs. markup approach), you have expanded option.For instance:item3 = new Y.AccordionItem( {label: "Item3, added from script",expanded: true,alwaysVisible:...
View ArticleRe: Default collapsed?
Ooops... My bad! I had hardcoded the class "yui3-accordion-item-active" into my labb environment. Remove the class from the list item and all is well... * Embarrassing* Thanks!/J
View Article