I know this is a question that gets avoided, but I'll ask anyway. Could someone please drop some hints as to the future roadmap for YUI3. To be more precise,...
Jan -- I can't give you any date, but I can tell you that the RTE hasn't even been started for YUI 3. I haven't even started with the feature list that I want ...
... Thanks. That's probably what I will do -- I'll try to base my work on YUI3 (things like basic AJAX support) and use YUI2 widgets. This does have the...
Pawel, Sorry for the long delay! Have you made any progress on this issue? Have you tried creating a new FF profile to make sure it wasn't caused by profile...
Hi, I really like the way yui3 is structured and the api/documention is clear and well organized. Is there any work being done to provide a 'clean' yui3 that...
Hi, Is there any thing built in to allow execution of javascript in (X)HTML loaded through io-base (or anything else)? dojo provides the option of using an...
Hey Rob, There is not build-in function for that. In YUI 2.x the dispatcher plugin does the trick, but the dispatcher is not ready yet for YUI 3.x, it should...
Hi, Here is what I am doing to load a remote HTML fragment and execute either inline scripts or referenced script. Some points to consider: * FSR.send is...
For future reference, what is the best way to send formatted code? I am using my osx Mail.app to send rather than the yahoo web mail client (which is the most...
Hey Robert, Better and/or more YUI'ish? I think you code should be a module or a plugin, that actually extends the current IO, instead of wrapping it. About...
... Hmmm... Yea, I just tested on FF3 and Safari and it worked :). Just tested on Opera and it didn't. (don't have a windows machine handy currently). I guess...
Hello Robert, Here is the diagram for the dispatcher on top of YUI 2.x, probably will help to clarify some of the problems. And within the dispatcher code, you...
Oh, I forgot the link: http://bubbling-library.com/eng/api/docs/plugins/dispatcher-overview.html Best Regards, Caridy ... execute ... node (to ... relative to ...
ufff... :) that is a great deal of depth to consider - impressive! I think I am going to take a different tack where I 'precompile' the loaded HTML as a script...
OK, that was much easier :) It will need a well-formed source xml/ xhtml/html. It uses Saxon 9x (XLT 2.0 and XPath 2.0). It could be run in a server...
Hi, Here is a better version of the XSL I posted yesterday to 'pre- compile' HTML inlined and reference javascript into a single javascript instance. This...
Hi, I am thinking of using YUI, and then I saw yui3. I saw a warning that YUI3 is not stable. How much stability are we talking about. If I start using YUI3 in...
... Like all YUI releases, Yahoo! appears to be keeping all the YUI3 preview releases up on their CDN (or you can always host yourself). So, you can plan when...
I am fairly new to YUI3. I am totally lost as to the way YUI3 is referring to Y. In the examples, I see that Y is a parameter that is passed to a function when...
... The 'Y' object simple refers to an instance of YUI. It can be used in the framework you show above, where it is sent in as an argument to YUI().use(),...
I'm trying to implement the YUI core, as per this example: http://developer.yahoo.com/yui/3/examples/yui/yui-core_clean.html It works fine if I create the YUI...
Are you working with the files on a server or on your localhost? On Thu, 12 Feb 2009 06:27:38 -0200, Dan Willis <dan.willis@...> ... -- Diogo Vincenzi -...
I ask because if you were using a remote server, sometimes uploads fail and data gets lost. Have you tried using a different filter instead of debug? Have you...
On the base filter, did you make sure you have a / after the directory? So if the directory is yui, the base filter would be: 'yui/' Not sure if this would...
Problem solved. We have our own js compressor that I'd forgotten about, and it was breaking the files. It's a little strange, as it handled YUI 2.x files fine....
Heh, doh. Glad to know you solved it :) Cheers On Thu, 12 Feb 2009 13:32:47 -0200, Dan Willis <dan.willis@...> ... -- Diogo Vincenzi - diogovincenzi.com...