This support forum belongs to the AlloyUI State Interaction Gallery Module.
AlloyUI State Interaction has a bug tracker here: http://issues.liferay.com/browse/AUI
| Page 1 of 1 | [ 2 posts ] |
|
I'm trying to use the AUI classes together with YUI3 and I'm having difficulties.
If I want to mix YUI classes together with AUI classes in the same sandbox, can I 1) load AUI classes into my YUI sandbox, i.e. YUI().use('aui-base'), or 2) do I load my YUI classes from within the AUI sandbox? I've also defined a number of my own classes using Y.Loader module definitions that use YUI3 classes. Can I load these classes the same way from AUI().use()? |
|
figured it out. FWIW,
Code: <script src="alloy-1.0.1/build/aui/aui.js" type="text/javascript"></script> and then Code: AUI(yuiConfig).use('*', function(Y){ // using Y instead of A, all my yui3 classes are loaded by AUI }); |
| 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