This support forum belongs to the Accordion Gallery Module.
Accordion has a bug tracker here: http://github.com/ipeychev/yui3-gallery/issues
| Page 1 of 1 | [ 3 posts ] |
Sebastián Gurin
|
First of all very good work for this widget. I integrated it on a new project YUIGWT http://code.google.com/p/yuigwt/ - A YUI Java API. The Accordion example is :
http://cancerbero.vacau.com/yuigwt/?test=accordion1 It work very good and it was easy to integrate in Java: however, the only bad detail I noticed is that the widget do not automatically style itself, like the other YUI widgets. Instead, I must explicitly load the accordion.css file (in my example using Y.get, see the example java sources). So, I'm missing something here, like a accordion config or something for automatic style? (as a high level widget I expect that behavior when I say YUI.use("accordion"...).) Regards |
|
Cancerbero wrote: First of all very good work for this widget. I integrated it on a new project YUIGWT http://code.google.com/p/yuigwt/ - A YUI Java API. The Accordion example is : http://cancerbero.vacau.com/yuigwt/?test=accordion1 Nice work, looks awesome! Cancerbero wrote: It work very good and it was easy to integrate in Java: however, the only bad detail I noticed is that the widget do not automatically style itself, like the other YUI widgets. Instead, I must explicitly load the accordion.css file (in my example using Y.get, see the example java sources). So, I'm missing something here, like a accordion config or something for automatic style? (as a high level widget I expect that behavior when I say YUI.use("accordion"...).) Regards What is probably missing is skinable:true. Maybe this is some regression, I will take a look. Thanks for your report! |
|
Okay, I added this property, that should do the trick.
Iliyan |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group