Search the web
Sign In
New User? Sign Up
yui3 · YUI 3.x Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 409 - 438 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
409
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 Rychter
jrychter
Offline Send Email
Feb 1, 2009
11:40 am
410
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 ...
Dav Glass
dav.glass
Offline Send Email
Feb 1, 2009
5:41 pm
411
... 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...
Jan Rychter
jrychter
Offline Send Email
Feb 2, 2009
11:57 am
412
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...
Lucas Smith
y_lsmith
Online Now Send Email
Feb 3, 2009
3:24 pm
413
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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 3, 2009
5:00 pm
414
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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 8, 2009
11:00 pm
415
... This functionality does not yet exist in io. For the moment, you will need to handle the response manually. Regards, Thomas...
tssha
Offline Send Email
Feb 8, 2009
11:14 pm
416
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...
Caridy Patino
caridyp
Offline Send Email
Feb 8, 2009
11:14 pm
417
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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 9, 2009
3:57 pm
418
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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 9, 2009
4:16 pm
419
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...
Caridy Patino
caridyp
Offline Send Email
Feb 9, 2009
4:19 pm
420
... 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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 9, 2009
4:26 pm
421
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...
Caridy Patino
caridyp
Offline Send Email
Feb 9, 2009
4:52 pm
422
Oh, I forgot the link: http://bubbling-library.com/eng/api/docs/plugins/dispatcher-overview.html Best Regards, Caridy ... execute ... node (to ... relative to ...
Caridy Patino
caridyp
Offline Send Email
Feb 9, 2009
4:54 pm
423
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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 9, 2009
6:34 pm
424
Sure, share the love... ... Best Regards, Caridy...
Caridy Patino
caridyp
Offline Send Email
Feb 9, 2009
6:39 pm
425
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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 9, 2009
7:40 pm
426
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...
Robert Koberg
rob.koberg
Offline Send Email
Feb 10, 2009
5:05 pm
427
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...
dls_thecool
Offline Send Email
Feb 11, 2009
1:36 am
428
... 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...
Jeff Craig
foxxtrot713
Online Now Send Email
Feb 11, 2009
2:58 am
429
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...
dls_thecool
Offline Send Email
Feb 12, 2009
12:14 am
430
... 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(),...
Jeff Craig
foxxtrot713
Online Now Send Email
Feb 12, 2009
2:14 am
431
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...
Dan Willis
d_w_willis
Offline Send Email
Feb 12, 2009
8:27 am
432
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 -...
Diogo Vincenzi
diogo.vincenzi
Offline Send Email
Feb 12, 2009
1:13 pm
433
I'm working with the files on a local server - i.e. Apache on my Macbook Pro - but not serving it as 'localhost', if you understand what I mean....
Dan Willis
d_w_willis
Offline Send Email
Feb 12, 2009
1:22 pm
434
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...
Diogo Vincenzi
diogo.vincenzi
Offline Send Email
Feb 12, 2009
1:28 pm
435
It's all on the one machine. I have the same problem if I use min (no filter) or raw. ... fail ... checked ... checks ... tags to ... files. I...
Dan Willis
d_w_willis
Offline Send Email
Feb 12, 2009
1:35 pm
436
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...
Diogo Vincenzi
diogo.vincenzi
Offline Send Email
Feb 12, 2009
1:49 pm
437
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....
Dan Willis
d_w_willis
Offline Send Email
Feb 12, 2009
3:32 pm
438
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...
Diogo Vincenzi
diogo.vincenzi
Offline Send Email
Feb 12, 2009
3:34 pm
Messages 409 - 438 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help