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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 358 - 388 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
358
Hello everyone, I've run into a problem getting trigger from event with e.currentTarget : http://pastie.org/351713 Does anyone know how to get trigger in this...
beawesomeinstead
beawesomeins...
Offline Send Email
Jan 3, 2009
7:41 pm
359
hello, in YUI 3.x you can get the target NODE object using this: function onClickEvent(e) { // e.target // target is a node, you can do this: ...
Caridy Patino
caridyp
Offline Send Email
Jan 3, 2009
11:16 pm
360
Using the download version of the YUI3 example to display RSS weather data for a given Location ID, the GET from the weather.php proxy always returns '0'...
korgain
Offline Send Email
Jan 4, 2009
1:54 am
361
If you get weather.php source code then obviously PHP script is not interpreted. It means that if you want to run this example on your local machine, than you...
kamiltrebunia
Offline Send Email
Jan 4, 2009
4:32 pm
362
... Are you using a web server to serve your php file? Does that web server have php configured correctly? It sounds like the php file isn't being parsed,...
Paul Hummer
getuppaul
Offline Send Email
Jan 4, 2009
5:50 pm
363
OK, thanks. I now have php configured (with curl) and working in standalone mode with my Tomcat 5 server. The yui example gets farther, but weather.php fails...
korgain
Offline Send Email
Jan 5, 2009
3:05 am
364
Hello all,  I'm trying to prototype using YUI3 on an existing website that already makes extensive usage of YUI 2.6. I'm running into some problems with ...
l0g4nb
Offline Send Email
Jan 7, 2009
2:56 am
365
Hello, I'm somewhat new to YUI3 and I encountered a problem while experimenting with yui3 and php. I was using php to generate a combination of...
chs_peanut
Offline Send Email
Jan 7, 2009
7:02 am
366
... src="http://yui.yahooapis.com/combo?3.0.0pr2/build/yui/yui-debug.js&3.0.\ ... 0pr2/build/oop/oop-debug.js&3.0.0pr2/build/event/event-debug.js&3.0.0pr2\ ......
tssha
Offline Send Email
Jan 7, 2009
6:50 pm
367
Hi Thomas, Thanks for the quick reply. I'm pretty excited to be using YUI3; the syntax is great and the libraries have are more feature-rich than I expected....
Logan Bowers
l0g4nb
Offline Send Email
Jan 7, 2009
9:36 pm
368
... It does not yet support nodes. ... Any response data returned to the event handler will be specific to that transaction. While the responses may be...
tssha
Offline Send Email
Jan 8, 2009
5:29 am
369
I had this message pending for a long time and thanks to a message by Francois Faubert in the YDN list I knew what I should have said, I quote: "First of all,...
Satyam
satyamutsa
Offline Send Email
Jan 10, 2009
6:12 pm
370
So, I figured that the best way to learn about writing YUI3 module is to write a YUI3 module. I've been using the Google Ajax Feed API ...
eric.ferraiuolo
Offline Send Email
Jan 13, 2009
3:28 am
371
Eric, We'll be in touch off-list about setting this up -- thanks for the heads up. -Eric...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jan 13, 2009
11:23 pm
373
So I wasn't intending for my post's title to be confusing. I'm not trying to add something to YUI, just build on the widget framework in YUI3.  [:)] In trying...
eric.ferraiuolo
Offline Send Email
Jan 13, 2009
11:45 pm
374
Ah, thanks for clarifying. We're crunching on a 2.7.0 code freeze at present, so please forgive a slow feedback cycle here... -Eric...
Eric Miraglia
ericmiraglia
Online Now Send Email
Jan 13, 2009
11:56 pm
375
Hello all, I've been making extensive use of the YUI for years, now. I'm still running on the 2.x branch, and haved moved to 2.6.0 a few weeks ago. I've read...
yaundro
Offline Send Email
Jan 15, 2009
3:11 pm
376
... This is an Event.Custom API doc error. Event.Target (which is what you typically will be using in YUI3) has it right: ...
Adam Moore
adam.moore
Offline Send Email
Jan 15, 2009
8:10 pm
377
... Great! Thanks, Arnaud...
yaundro
Offline Send Email
Jan 16, 2009
8:27 am
378
hi, for the 'add' method in YUI. e.g. YUI.add("mymodule", function(Y) { ... }, {requires:['base','json']}), I have a simple loader program that prepare a YUI...
Mingfai
mingfai.ma
Offline Send Email
Jan 16, 2009
12:48 pm
379
Mingfai, I've found the same behavior when working with YUI.add and YUI.use. I also was under the impression that if I specified the required dependencies in...
eric.ferraiuolo
Offline Send Email
Jan 16, 2009
5:07 pm
380
It appears that loader module also contains a list of predefined requirements per module. I'm assuming that when calling the YUI.use function and passing say...
eric.ferraiuolo
Offline Send Email
Jan 16, 2009
6:20 pm
381
Hi, I'm writing a plugin and I don't really understand the difference between the NAME and NS attributes. The documentation at...
Francis J. Lacoste
fjlacoste
Offline Send Email
Jan 16, 2009
10:17 pm
382
yes, i also expect if in the add-module, requires is specified, it shouldn't need to be specified again. re. second question, e.g. YUI.add('dd', function(Y){},...
Mingfai
mingfai.ma
Offline Send Email
Jan 16, 2009
11:20 pm
383
Hello Francis, NS will be used when you plug method: example: node.plug(Y.plugin.Drag); node.dd.addHandle('h2'); the host object is "node", and NS is "dd". ...
Caridy Patino
caridyp
Offline Send Email
Jan 17, 2009
12:30 am
384
hi, To test event, we use wait() to wait for an interval. If the event is never called, the following error message will be shown: *Timeout: wait() called but...
Mingfai
mingfai.ma
Offline Send Email
Jan 17, 2009
11:00 am
385
hi, for any logged message display in the firebug console, it is displayed as from yui-min.js (line 7). is it a issue with yui log or firebug? if it's an ...
Mingfai
mingfai.ma
Offline Send Email
Jan 18, 2009
5:02 pm
386
... I don't think that NAME is for that purpose. 'dd-plugin' here should refers the the module name that defines the plugin. AFAICT, names in use maps to names...
Francis J. Lacoste
fjlacoste
Offline Send Email
Jan 19, 2009
3:25 pm
387
hi, some questions and comments to the io module: 1. does Y.io.queue ensure one io operation is completed before starting another? with a quick glance at...
Mingfai
mingfai.ma
Offline Send Email
Jan 19, 2009
11:10 pm
388
... not sure if the implementation correct. I made a small change to the _shift function in io-queue to try to chain the events as follows: var _current =...
Mingfai
mingfai.ma
Offline Send Email
Jan 19, 2009
11:59 pm
Messages 358 - 388 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