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...
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'...
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...
... 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,...
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...
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 ...
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....
... 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...
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,...
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...
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...
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, 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...
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...
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){},...
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". ...
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...
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 ...
... 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...
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...
... 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 =...