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 83 - 112 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
83
I found debugging in YUI 3 quite tough. Most Node objects contain very few properties, the key is the yuid, which is a reference to some hash somewhere...
Satyam
satyamutsa
Offline Send Email
Sep 3, 2008
9:20 pm
84
hi, I just spent some time exploring YUI 3 and made some notes.Its pretty rough right now but I request you to check this and give your feedback and...
Kapil Bhatia
kapil1312
Offline Send Email
Sep 4, 2008
5:23 pm
85
Hey Satyam, this was my first thought when I look into the current custom events implementation, which is quite similar to the bubbling extension...
Caridy Patino
caridyp
Offline Send Email
Sep 4, 2008
7:38 pm
86
Or built a plugin for the FireBug plugin, ;-) Otherwise, we are like decades ago when all the tools we had for debugging were printing to stderr or some other...
Satyam
satyamutsa
Offline Send Email
Sep 4, 2008
8:24 pm
87
A documentation issue: In the Attribute utility, http://developer.yahoo.com/yui/3/attribute/#configuration I guess it would be clearer to the reader in the...
Satyam
satyamutsa
Offline Send Email
Sep 7, 2008
5:50 pm
88
I need to get the left margin setting for a Node which I have stored as an attribute in 'barEl'. I did a parseInt of it, to strip the 'px' ... DIV...
Satyam
satyamutsa
Offline Send Email
Sep 7, 2008
8:17 pm
89
I was about to start working on a new layout with the reset-fonts-grids css when I suddenly realized the urls dont work! ...
Andrew
triptych999
Offline Send Email
Sep 7, 2008
11:43 pm
90
on this page http://developer.yahoo.com/yui/3/cssgrids/ look for "resert" :)...
Andrew
triptych999
Offline Send Email
Sep 7, 2008
11:48 pm
91
... http://yui.yahooapis.com/3.0.0pr1/build/reset-fonts-grids/reset-fonts-grids.css ... BTW please post where when the link is fixed, or there's a new link. ...
Andrew
triptych999
Offline Send Email
Sep 7, 2008
11:50 pm
92
Andrew, Here's a URL you can use for the three combined files right now: ...
Eric Miraglia
ericmiraglia
Online Now Send Email
Sep 8, 2008
2:48 am
93
You must get ele's style like this: this.get('barEl').getStyle('marginLeft') this.get('barEl').getStyle('borderLeft') this.get('barEl').getStyle('cssFloat') ...
freyaoo
Offline Send Email
Sep 8, 2008
3:01 am
94
That worked, thanks. I just moved code from 2.x and didn't think about this alternative. However, a) it would be good if this is documented in the Migration...
Satyam
satyamutsa
Offline Send Email
Sep 8, 2008
6:32 am
95
Hi, How can I get YUI() to re-evaluate the items in a page that are draggable? I've used the example "Drag & Drop Utility: List reorder w/Bubbling" example...
stevearussell
Offline Send Email
Sep 9, 2008
12:54 pm
96
Steve -- You don't need to call the YUI() again, you can simply call the relevant parts of the example code. Like this (assuming that the new UL has an id of...
Dav Glass
dav.glass
Offline Send Email
Sep 9, 2008
2:28 pm
97
Hi Satyen I didn't drop the project, but was unable to give it much attention. Finally, I got it right, or quite close. Both 2.5 and 3.0 versions of ...
Satyam
satyamutsa
Offline Send Email
Sep 9, 2008
8:51 pm
98
http://developer.yahoo.com/yui/3/api/Event.html#method_addListener When you look for "on" you find this: on static void on ( ) Y.Event.on is an alias for...
Andrew
triptych999
Offline Send Email
Sep 9, 2008
9:55 pm
99
Andrew -- It's marked as deprecated so you need to check the checkbox next to deprecated at the top of the page. Dav Dav Glass dav.glass@... ...
Dav Glass
dav.glass
Offline Send Email
Sep 9, 2008
10:05 pm
100
Clicking the checkbox doesnt seem to change anything for the docs on that page for me... Also, if its depreciated, shouldnt you place the description of how ...
Andrew
triptych999
Offline Send Email
Sep 9, 2008
11:35 pm
101
I got it to work finally -- I guess what I mean is that you should change the Y.on doc to something more like this: static Boolean on ( el , type , fn , obj ,...
Andrew
triptych999
Offline Send Email
Sep 9, 2008
11:37 pm
102
I can see what the menu example should do in 2.5 on my Firefox browser just fine. YUI1 show the menu button, but clicking on it does nothing. Any ideas?...
cwgabel
Offline Send Email
Sep 10, 2008
9:24 pm
103
cwgabel, I'm not exactly sure what you're asking, but it sounds like you're working on a YUI 2.5.2 Menu Control implementation. If that's the case, you'll...
Eric Miraglia
ericmiraglia
Online Now Send Email
Sep 10, 2008
10:00 pm
104
Hello, I started to play with YUI 3 for two weeks now, and I tried to make an InputEx-like framework for YUI 3. Here is my attempt : ...
mickael.menu
Offline Send Email
Sep 10, 2008
11:35 pm
105
... browser ... nothing....
cwgabel
Offline Send Email
Sep 11, 2008
2:55 am
106
I downloaded the 3.0.0 PR1 project zip. File C:/yui/examples/menu/example01.html does not show the popup menu when you click on the button. Of course, it...
cwgabel
Offline Send Email
Sep 11, 2008
3:22 am
107
Hello, There is no "examples/menu/example01.html" in the YUI 3 release, you have probably downloaded the YUI 2. Try here :...
mickael.menu
Offline Send Email
Sep 11, 2008
6:06 am
108
Take a look at this code samples: <p style="font-weight: bold;">Lorem <em>ipsum</em></p> <h2>Lorem <em>ipsum</em></h2> in both cases "ipsum" will have...
kamiltrebunia
Offline Send Email
Sep 13, 2008
11:12 am
109
I'm doing Y.all("someselector").each(function(){ Y.log(this) }); However what I get back from the "this" is the nodelist each time. How do it get the...
Andrew
triptych999
Offline Send Email
Sep 16, 2008
7:02 am
110
The function passed to each is passed each element in the collection in turn as the first parameter. Y.all("someselector").each(function(el){ Y.log(el); }); ...
Lucas Smith
y_lsmith
Online Now Send Email
Sep 16, 2008
3:48 pm
111
jQuery has really benefitted from having a really easy to set up way to create plugins for it. There aught to be something like this for YUI. Please consider...
Andrew
triptych999
Offline Send Email
Sep 18, 2008
11:07 pm
112
In your "YUI 3 CSS Foundation" examples, I don't see any samples for CSS on file upload in "CSS Base", "CSS Reset", and "CSS Fonts". The examples I'm looking...
diehardboss
Offline Send Email
Sep 19, 2008
2:36 pm
Messages 83 - 112 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