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 617 - 647 of 927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
617
Thanks for contributing a nifty component. It seems I get the same results as before when using the Polling component where it returns the cached data. I am...
irwin_a
Online Now Send Email
May 1, 2009
5:57 pm
618
When you said: "an xml file on my local domain" Are you using an HTTP server (http://localhost/) or the file-system (file:///)? It becomes much easier to deal...
Eric Ferraiuolo
eric.ferraiuolo
Offline Send Email
May 1, 2009
6:21 pm
619
Hey Irwin, I don't think we need to use a polling approach for this particular use case. So, I will like to add an example for the approach described by...
Caridy Patino
caridyp
Offline Send Email
May 1, 2009
6:49 pm
620
Thanks to Thomas for the idea and you for the example. It seems to have resolved the issue I was having....
irwin_a
Online Now Send Email
May 1, 2009
7:40 pm
621
I'm experiencing a range of element positioning issues in Mac Safari 3 and 4 using setX() and setY(). Elements are being set hundreds of pixels off from where...
ydevuser
Offline Send Email
May 4, 2009
3:55 pm
622
Can you post a link to a test page? Dav ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A...
Dav Glass
dav.glass
Offline Send Email
May 4, 2009
4:03 pm
623
I created a simple page with just two elements to demonstrate the issue, however it turns out I can't reproduce the problem with that simple page. The pages...
ydevuser
Offline Send Email
May 4, 2009
7:09 pm
624
The only time I have see that issue is if the body has a margin on it. But I thought they fixed that issue in Safari 3+. Dav ... -- Dav Glass ...
Dav Glass
dav.glass
Offline Send Email
May 4, 2009
7:16 pm
626
Hi, Two questions/issues/comments. Is it correct that I have to use Y.Node.getDOMNode(node) in order to get the HTML DOM element? Is there no function on the...
Michael Hasenstein
hasenstein
Offline Send Email
May 6, 2009
10:48 am
627
I read someplace that 'Y.Node.getDOMNode( node)' is a workaround for a bug, so that's what I use myself. I'd be interested to hear what others say though. I...
Michel
accron1
Offline Send Email
May 6, 2009
11:15 am
628
Hello Michael, Usually, you don't need to use DOM elements in your application on top of YUI 3. From my point of view, only if you use an external...
Caridy Patino
caridyp
Offline Send Email
May 6, 2009
1:36 pm
629
Hello Caridy, I'm not convinced :-) How about the table specific functions, to create header, body, footer or rows and cells? How would I access them through...
Michael Hasenstein
hasenstein
Offline Send Email
May 6, 2009
5:22 pm
630
... I agree. While using YUI3, we encountered the same questions and came to similar conclusions. -- Francis J. Lacoste francis.lacoste@......
Francis J. Lacoste
fjlacoste
Offline Send Email
May 6, 2009
5:30 pm
631
Hi Michael, Thanks for your feedback. We've made some design tweaks since PR2, so the current documentation is a bit out of sync with the dev master. ...
Matt Sweeney
matt.sweeney
Offline Send Email
May 6, 2009
9:55 pm
632
Thanks Matt, ... I noticed :-) I'm using the latest git version and look at the code instead of the docs, but... ... I usually do that, but since I only...
Michael Hasenstein
hasenstein
Offline Send Email
May 6, 2009
10:33 pm
633
Hi, What is the intention of the mentioned functions? I can see what they do but I would like to hear it in words. Why do functions added using addMethod get...
Michael Hasenstein
hasenstein
Offline Send Email
May 8, 2009
8:45 am
634
Huh. Looks like I posted a reduntent reply… for some reason Gmail didn't thread these messages together… Sorry, Eric ... Huh. Looks like I posted a...
Eric Ferraiuolo
eric.ferraiuolo
Offline Send Email
May 8, 2009
2:36 pm
635
So you said you're running the from the latest src on GitHub… The Node classes have been modified since 3.0.0pr2; specifically NodeList was been moved out...
Eric Ferraiuolo
eric.ferraiuolo
Offline Send Email
May 8, 2009
2:36 pm
636
Hello Guys, Matt has mentioned it, the decision of keep those two methods away from Node/NodeList is for security reasons. Basically, a lot of platforms are...
Caridy Patino
caridyp
Offline Send Email
May 8, 2009
3:08 pm
637
Hi Michael, ... These are used to dynamically add functionality to Node and NodeList. In general, most of the DOM work is done in the underlying DOM modules. ...
Matt Sweeney
matt.sweeney
Offline Send Email
May 8, 2009
7:17 pm
638
How am I supposed to load the "datatype" module, which contains the date conversion functions (submodule "datatype-date")? It is not listed in list off modules...
Michael Hasenstein
hasenstein
Offline Send Email
May 12, 2009
7:20 pm
639
Ah, found it added today in the latest git tree, thanks :-)...
Michael Hasenstein
hasenstein
Offline Send Email
May 13, 2009
11:17 am
640
Hi! Here is my code: var config = { onLoad: function() { // call function inside the loaded script testInside(); } }; YAHOO.plugin.Dispatcher.jsLoader(url,...
pro1712
Offline Send Email
May 13, 2009
2:11 pm
641
Hi, I don't see Dispatcher or getYUIConfig anywhere in the YUI3 code? I'm using the latest pre-Beta1 git tree, not PR2 (which I think makes much more sense...
Michael Hasenstein
hasenstein
Offline Send Email
May 13, 2009
4:34 pm
642
@pro1712: It's hard to say what is happening here without see the whole code, or a test-case to test it. Can you share a working example? @michael:...
Caridy Patino
caridyp
Offline Send Email
May 14, 2009
3:06 am
643
Hi there, I'm coming to YUI3 from jQuery and Prototype, and I'm looking for an .insertBefore method for Y.Node, like there is in the older ...
Chris Adams
chrisdaggimoh
Offline Send Email
May 14, 2009
7:57 am
644
Hi Chris, In the yui3 source code have a look at build/domo/dom.js, search for "insertHTML:", "insertBefore:" and "insertAfter:". insertHTML is still not...
Michael Hasenstein
hasenstein
Offline Send Email
May 14, 2009
8:56 am
645
... typo, that's build/dom/dom.js ... ...and you won't need Node.create if you use "insertHTML", because it does that for you. Michael...
Michael Hasenstein
hasenstein
Offline Send Email
May 14, 2009
9:01 am
646
... does that for you....
chrisdaggimoh
Offline Send Email
May 14, 2009
9:37 am
647
Here is the test case: (Is it possible to attach files???) Test.htm: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> ...
pro1712
Offline Send Email
May 14, 2009
10:59 am
Messages 617 - 647 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