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 759 - 791 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
759
Hello! In YUI 2.7.0 the result of an iframe-upload is passed back as responseText and responseXML. Taken from connection.js: // responseText and responseXML...
pro1712
Offline Send Email
Jul 1, 2009
9:58 am
760
Hi, I would like to hear some comments about a practice I'm going to use. The need I'm trying to cater for is that of having external libraries included in a...
Paolo Nesti Poggi
paolonesti
Offline Send Email
Jul 1, 2009
10:59 am
761
ehm, of course the module code ends with the line: Mycode.Mod_1 = M; //<<--- }()); Paolo Nesti Poggi skrev: }; //from here you can use Y in your module M.tryme...
Paolo Nesti Poggi
paolonesti
Offline Send Email
Jul 1, 2009
12:17 pm
762
... It is an existing task, and the feature will be implemented for the next release. Feel free to open a ticket so you can track any commits as they are...
tssha
Offline Send Email
Jul 1, 2009
5:12 pm
763
Hi, I've tried to use overlay but I faced a few memory troubles. Let me explain with a very sample case: I have a function which creates a very sample overlay...
pao_lino72
Offline Send Email
Jul 1, 2009
6:33 pm
764
Calling the destroy() method is a good idea, but after you do that you probably want to drop any references to the *destroyed* Object. Another solution might...
Eric Ferraiuolo
eric.ferraiuolo
Offline Send Email
Jul 1, 2009
9:19 pm
766
I have implemented a combobox with autcomplete and div(performing as button). I am facing problem in aligning them....
vrusha1512
Offline Send Email
Jul 3, 2009
4:12 am
767
... Wow, sounds exciting. Is there some code we can look at? Are you using the MenuNav for the list part of the widget? We (Launchpad.net) used it to develop...
Tom Berger
t0mberger
Offline Send Email
Jul 3, 2009
8:08 am
768
I have datatable component below the autocomplete.When container opens up it works fine in Mozilla but in IE, some part of autocomplete container is populating...
vrusha1512
Offline Send Email
Jul 3, 2009
9:59 am
769
vrusha1512, You may want to check out this setting in AutoComplete -- http://developer.yahoo.com/yui/autocomplete/index.html#iframe -- and to take a look at...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jul 6, 2009
5:17 pm
771
YUI 3 roadmap: http://yuilibrary.com/projects/yui3/roadmap YUI 2 roadmap: http://yuilibrary.com/projects/yui2/roadmap Our advice would be to begin new...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jul 9, 2009
4:59 pm
773
Hi, I'm not completely sure what supposed to be the status of YUI3's FocusManager plugin - the YUI homepage talks about, but the beta 1 release notes are...
janos_pal_toth
Online Now Send Email
Jul 14, 2009
10:48 am
774
... Please use the bug tracker to report bugs. I raised an issue for you: http://yuilibrary.com/projects/yui3/ticket/2528089 ... For feature requests too: ...
Adam Moore
adam.moore
Offline Send Email
Jul 15, 2009
8:06 pm
775
... Do this guys get unsubscribed from the list for spamming like this? Anthoni Shogan...
Anthoni Shogan
anthoni.shogan
Offline Send Email
Jul 16, 2009
8:18 am
776
Adam, Thanks for that - I wasn't sure about the ie bug being a bug, maybe my eyes, that's why I asked. Cheers, Janos...
janos_pal_toth
Online Now Send Email
Jul 16, 2009
9:17 am
777
This happens on exceptional-performance from time to time. Generally forwarding the message to abuse@yahoo leads to resolution....
Jared Hirsch
jaredhirsch
Offline Send Email
Jul 16, 2009
11:41 am
778
Just out of interest, since when has CSS Grids been dropped from YUI3? I was just thinking about starting to migrate new designs over to the new framework and...
Alex Leonard
alexleonard2006
Offline Send Email
Jul 16, 2009
11:44 am
779
This was done on the latest release of YUI3. I prompted Eric about it and he answered this: Matt, who has taken ownership of the YUI CSS engineering effort,...
Diogo Vincenzi
diogo.vincenzi
Offline Send Email
Jul 16, 2009
12:35 pm
780
Oh right, that sounds interesting. I guess there's no timeframe on when we can expect to see this? Cheers for filling me in. Alex...
Alex Leonard
alexleonard2006
Offline Send Email
Jul 16, 2009
2:25 pm
781
No problem, And yeah, they didn't give any sort of timeframe for it and from the looks of it, I would doubt that we are going to see it in the initial GA...
Diogo Vincenzi
diogo.vincenzi
Offline Send Email
Jul 16, 2009
2:35 pm
782
Jared, Spammers get banned and their messages deleted as soon as we notice them. That practice has kept spam mostly in check. Just ignore this stuff when it...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jul 16, 2009
4:34 pm
783
Hi, Forgive me if I missed something, but shouldn't be orders of attributes in Y.on and Y.later standardized? We call: Y.later(msec,scope,fn) and (applies to...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jul 17, 2009
12:19 am
784
When I have a Node instance, which in my case is referencing a button element, and I want to attach a listener for on click, I use myNode.on('click', fn) where...
Greg Hinch
greg.hinch
Offline Send Email
Jul 20, 2009
1:22 am
785
Hi, It is unclear in documentation (it is still in beta I think). The pattern of "on" is: myNode.on(event, fn, scope, params) where: event is DOM or custom...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jul 20, 2009
11:11 am
786
Hi Adrian, That's exactly what I'm trying to do, but scope and params don't seem to be properties you can pass to myNode.on. When fn is executed, the only...
greg.hinch
Offline Send Email
Jul 20, 2009
3:41 pm
787
In YUI3 we are promoting the use of Y.bind: http://developer.yahoo.com/yui/3/api/YUI~oop.html#method_bind For example: myNode.on('click', Y.bind(function() { ...
Dav Glass
dav.glass
Offline Send Email
Jul 20, 2009
4:05 pm
788
Aha! Thank you Dav, that was exactly the answer I was looking for. Greg...
greg.hinch
Offline Send Email
Jul 20, 2009
4:30 pm
789
I'm using YUI3 b1 (http://yui.yahooapis.com/3.0.0b1/build/yui/yui-min.js) and it works. Are there plans to disable this functionality? Adrian...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jul 20, 2009
4:42 pm
790
Hi, Firebug can show contents of JS objects. If you are using console.log(object), link to DOM tab is shown. The same is when using Y.log, but only until you...
adrian.kalbarczyk
adrian.kalba...
Offline Send Email
Jul 20, 2009
5:21 pm
791
... Adrian, It's a great suggestion, and definitely a common issue. I had in mind to build a plugin for Console for just such a purpose, but it's good to hear...
Lucas Smith
y_lsmith
Online Now Send Email
Jul 20, 2009
5:40 pm
Messages 759 - 791 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