This support forum belongs to the Slideshow Gallery Module.
Slideshow has a bug tracker here: http://github.com/foxxtrot/yui3-gallery/issues
| Page 1 of 1 | [ 1 post ] |
Marco AsbreukYUI Contributor
|
Hi Jeff,
I wanted to make use of your slideshow, but it didn't work when rendering on an empty div. I think there is a small error in your renderUI function: Code: if (title.length > 0) { this._setHeaderContents(title); if (!Y.Lang.isValue(bodyNode)) { bodyNode = this._addTemplate(this.TEMPLATES.body); this.set('bodyNode', bodyNode); }} should be: Code: if (title.length > 0) { this._setHeaderContents(title);} if (!Y.Lang.isValue(bodyNode)) { bodyNode = this._addTemplate(this.TEMPLATES.body); this.set('bodyNode', bodyNode); } Sorry for not posting it on Github: I have not dived in Github yet... Another small thing: your codeexample mentioned new Y.Slideshow instead of new Y.SlideShow. Anyway, the slideshow works great now. Thanks for letting me take use of it. Kind Regards, Marco. |
| Page 1 of 1 | [ 1 post ] |
| 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