This support forum belongs to the AutoComplete Gallery Module.
AutoComplete has a bug tracker here: http://github.com/isaacs/yui3-gallery/issues
| Page 1 of 1 | [ 2 posts ] |
|
Hi,
I don't know if anyone is monitoring this forum - but I think there's a few things wrong with the example code posted: 1. I think the gallery build should be : gallery-2010.01.27-20 2. you need to put the 'node' module in the use method Even after doing this, I still get the following error: "Y.ACWidget is not a constructor" If anyone knows how to get this working I'd like to hear about it Kind Regards Swami |
|
Hi,
I just ran into the same problem. The error is in the line Code: YUI.add('gallery-autocomplete', function(Y){}, 'gallery-2010.01.27-20' ,{use:['gallery-ac-plugin']}); of the gallery module. The use-statement misses 'gallery-ac-widget' here. You can fix this by adding this manually to your use-statement. Code: var Y = YUI({ gallery: 'gallery-2010.01.27-20' , filter:"DEBUG" }).use('gallery-ac-widget'... hth Eike |
| Page 1 of 1 | [ 2 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