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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 558 - 587 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
558
Hey guys, I'm enjoying the YUI 3.x but there's something that is annoying me and that's one of the main reasons I believe it will be a problem for everyone who...
renatoiwa
Offline Send Email
Apr 1, 2009
6:50 pm
559
... Normally you should use a single instance, and request what you need as you go -- this works fine. The issue you are demonstrating here is known, and is...
Adam Moore
adam.moore
Online Now Send Email
Apr 1, 2009
7:00 pm
560
Hey Renato, As you mentioned, this issue is also affecting yui2.x, and we have been discussing it for a while. In your example you have two subsequence...
Caridy Patino
caridyp
Online Now Send Email
Apr 1, 2009
7:03 pm
561
Ops, Adam is always faster than myself... hehehehe Best Regards, Caridy...
Caridy Patino
caridyp
Online Now Send Email
Apr 1, 2009
7:04 pm
562
Referring to the www.yahoo.com <http://www.yahoo.com> page, the horizontal menu bar roughly shows: Yahoo! Home My Yahoo! How would go about doing this is...
cwgabel
Offline Send Email
Apr 1, 2009
7:15 pm
563
Hi! What ist the status of the dispatcher? I really need it now... Thanks!...
pro1712
Offline Send Email
Apr 2, 2009
8:36 am
564
CW - The MenuNav plugin is design to support drop-down menu navigation. The example that you site from the homepage isn't drop-down navigation. Therefore, I...
Todd Kloots
toddkloots
Offline Send Email
Apr 2, 2009
5:28 pm
565
... If you look at YUI 2 widgets, you'll find that one widget handles the content, and the overlay handles the popup and framing. The pattern is pretty...
Maris Fogels
vednis
Offline Send Email
Apr 2, 2009
7:21 pm
566
Hello all, I'm playing with the latest YUI3 code from github and testing its integration with our existing code base. I've hit a situation where I've used...
Logan Bowers
l0g4nb
Offline Send Email
Apr 2, 2009
9:44 pm
567
Hi Logan, ... Yep, you can do this: var node = Y.get(selector); var rawNode = Y.Node.getDOMNode(node); Thanks, J....
Jamu Kakar
jkakar@...
Send Email
Apr 2, 2009
9:56 pm
568
Hi, Mock objects do work in the way you've described, but there's some scoping issues with your code which are causing the error. The method webRequest returns...
nicholas.zakas
Online Now Send Email
Apr 3, 2009
12:19 am
569
... I am actually rather surprised by this answer. The MenuNav plugin has some features that make it rather attractive for building new widgets. I recently...
Maris Fogels
vednis
Offline Send Email
Apr 3, 2009
3:02 pm
570
Hi, I'm still working on it. There are few issues with the get utility (basically I want to implement the cache at the get utility level instead of doing it at...
Caridy Patino
caridyp
Online Now Send Email
Apr 3, 2009
4:02 pm
571
Maris, MenuNav is a technical demonstration of what we can accomplish with YUI 3 in building specialized components encapsulating a well-known interaction...
Eric Miraglia
ericmiraglia
Online Now Send Email
Apr 3, 2009
5:29 pm
572
... Thanks for the reply Eric, that makes perfect sense. I will be interesting to see where the community takes the light-weight approach in YUI: towards more...
Maris Fogels
vednis
Offline Send Email
Apr 3, 2009
7:28 pm
573
There is an xss example as follows: http://developer.yahoo.com/yui/3/examples/io/io-xdr_clean.html But after I tried,only to find that it just supports this...
sjtumj
Offline Send Email
Apr 3, 2009
7:42 pm
574
... The documentation explains this: http://developer.yahoo.com/yui/3/io/#xdr -Adam...
Adam Moore
adam.moore
Online Now Send Email
Apr 3, 2009
7:44 pm
575
Maris, I agree with you that there's room for both. There is significant demand for interactive elements that are uncompromising wrt to k- weight at the...
Eric Miraglia
ericmiraglia
Online Now Send Email
Apr 3, 2009
7:45 pm
576
Hi, thought I would get the builder project. Here is the result of a clone: rkmbp:Sites me$ git clone http://github.com/yui/builder Initialized empty Git...
Robert Koberg
rob.koberg
Offline Send Email
Apr 4, 2009
9:37 pm
577
Try this command: git clone http://github.com/yui/builder.git You forgot the .git on the end ;) Dav -- Dav Glass davglass@... blog.davglass.com +...
Dav Glass
dav.glass
Offline Send Email
Apr 4, 2009
11:59 pm
578
... uff... yes...
Robert Koberg
rob.koberg
Offline Send Email
Apr 5, 2009
2:47 pm
579
I have created a simple Calendar widget using YAHOO.Calendar wrapped in a YUI 3 widget. I would now like to place this object in the 'body; section of a YUI 3...
Brian
brianke
Offline Send Email
Apr 6, 2009
12:40 am
580
Hello, I'm playing around with version 3.0 and have come across a couple of things related to the Node object that I wanted to ask. 1) I have augmented Node...
accron1
Offline Send Email
Apr 7, 2009
4:41 pm
581
Hi, haven't tried, but does Y.get(arr) work? -Rob...
Robert Koberg
rob.koberg
Offline Send Email
Apr 7, 2009
4:59 pm
582
Hi, I tried it but result is the same: the first item is empty. Thanks ... From: Robert Koberg <rob@...> To: yui3@yahoogroups.com Sent: Tuesday, April...
Michel
accron1
Offline Send Email
Apr 7, 2009
5:35 pm
583
I solved it by calling 'Y.all(arr)' instead, which actually makes sense given the array. Thank to Rob for putting me on the right track. Now if anyone...
Michel
accron1
Offline Send Email
Apr 8, 2009
8:22 am
584
I celebrated too quickly.... Although the returned nodelist is seemingly fine, it doesn't set the nodes when you do something like: var nodelist = Y.all(arr); ...
Michel
accron1
Offline Send Email
Apr 8, 2009
8:30 am
585
I think I finally solved it, by obtaining the native HTML node object from Node before storing it in the array. The final code looks like this: getAllFollowing...
Michel
accron1
Offline Send Email
Apr 8, 2009
9:25 am
586
How do I build a pipe for yahoo weather data given a location (zip code, for example)? ...
jliuecmd
Offline Send Email
Apr 9, 2009
3:35 pm
587
Try YQL: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20location%3D95014&format=xml Hope that helps ;) Dav -- Dav...
Dav Glass
dav.glass
Offline Send Email
Apr 9, 2009
3:52 pm
Messages 558 - 587 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