Skip to search.
ydn-javascript · Yahoo! User Interface Library Group

Group Information

  • Members: 10919
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 715 - 744 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
715 sirshannon
sothym Offline Send Email
Apr 2, 2006
6:18 am
I think what you want to do is to put a javascript function in your "session timed out, please sign in again" page that is called when the page has loaded. ...
716 Joe
ydn@... Send Email
Apr 2, 2006
12:48 pm
Hi, I'm curious about an issue I noticed while playing with the Connection Manager: I can retrieve text files just fine, but, for some reason, binary files get...
717 marlakash Offline Send Email Apr 2, 2006
2:08 pm
i want a few dates to be highlighted, while NOT giving the user any freedome to change them. is that possible? thanks!...
718 Blair Zajac
blair_z Online Now Send Email
Apr 2, 2006
8:01 pm
Hello, Thanks for making YUI available. I'm working on using the code in my web app and have some initial comments. My web app is hosted on a removable drive...
719 Ehsan Sadeghi
esadeghi59 Offline Send Email
Apr 2, 2006
8:52 pm
can anyone suggest a way to send IM from a web page? Blair Zajac <blair@...> wrote: Hello, Thanks for making YUI available. I'm working on using the...
720 Charles
cwiltgen Offline Send Email
Apr 2, 2006
10:11 pm
can anyone suggest a way to send IM from a web page? Most likely, your page will communicate with a server that does the actual communication. Following is a...
721 Charles
cwiltgen Offline Send Email
Apr 2, 2006
10:49 pm
Is anyone here working on an auto-suggest/auto-search component for YUI? If so, I'd be interested in working with you on this. Thanks, - Charles...
722 Charles
cwiltgen Offline Send Email
Apr 2, 2006
11:20 pm
Hello, I'm feeling stupid. Why doesn't this work? var pos = new YAHOO.util.Point(100, 100); YAHOO.util.Dom.setXY('searchResults', pos); I am able to set the XY...
723 Matt Sweeney
matt.sweeney Offline Send Email
Apr 2, 2006
11:30 pm
Hi Charles, YAHOO.util.Point is a subclass of YAHOO.util.Region, which is an object with the properties "top, right, bottom, left". In the case of a Point, ...
724 Amruta Deshpande
amrut_desh Offline Send Email
Apr 3, 2006
4:29 am
How do I send Synchronous requests to server? Is there a method called syncRequest()? ... Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in...
725 Eric Miraglia
ericmiraglia Online Now Send Email
Apr 3, 2006
4:52 am
Chris, The Photos Easy Upload tool is not an implementation of the YUI Library; that implementation is not open source, as far as I know. Sorry about that. ...
726 Eric Miraglia
ericmiraglia Online Now Send Email
Apr 3, 2006
4:55 am
Amruta, You can send a synchronous request with most XHR libraries -- but not with the XHR library. We regard the synchronous transaction, which freezes the...
727 Rhett Garber
rhett_garber Offline Send Email
Apr 3, 2006
6:26 am
Much to my dismay I discovered that the YAHOO.util.Dom.getStyle method does not work in Safari 2.0.3 when you want the style from an element specified in a...
728 Rhett Garber
rhett_garber Offline Send Email
Apr 3, 2006
6:32 am
Here is an update, already. The problem appears to only show up if the display style is set to 'none'. I guess the computedStyle for a non-visable element...
729 jophof007 Offline Send Email Apr 3, 2006
7:12 am
Hi, Is the library going to support menu's (horizontal), tab navigation? If so is there a release plan? Or is there a development roadmap? Are there plans for...
730 brianmcsweeneyireland
brianmcsween... Offline Send Email
Apr 3, 2006
12:56 pm
Hi folks! New to this group but your stuff looks cool! I'm trying to use the calendar component and I'm using it within a table. I really can't afford to...
731 pash13by Offline Send Email Apr 3, 2006
3:27 pm
Hi all! I recently have begun work with the APIs and have collided with the following promlem: doesn't work animation (such as Resize, Fade) under Safari 1.2.2...
732 Bob Page
bobpage54 Offline Send Email
Apr 3, 2006
4:13 pm
... Just tried them all in Safari 2.0.3 and all worked perfectly....
733 Chun
chunpan.geo Offline Send Email
Apr 3, 2006
5:47 pm
I have created a folder tree view and set the root as dynamically loaded. It all works fine. The only problem is that when a leaf node is reached, since it...
734 preetha_a Offline Send Email Apr 3, 2006
5:47 pm
Hi, This is with a very simple example using the java.util.DD. I am trying to override the startDrag method and I get the error "dragElementDD has no...
735 Matt Sweeney
matt.sweeney Offline Send Email
Apr 3, 2006
5:59 pm
Hi, We only test against Safari 1.3 and up. This is based on our Graded Browser Support strategy: http://developer.yahoo.com/yui/articles/gbs/gbs.html All YUI...
736 Matt Sweeney
matt.sweeney Offline Send Email
Apr 3, 2006
6:07 pm
Hi Rhett, To get around the Safari error for this case, modify the following line: if (dv.getComputedStyle(el, null).getPropertyValue(converted)) { value =...
737 Ehsan Sadeghi
esadeghi59 Offline Send Email
Apr 3, 2006
6:19 pm
Hi what is your group subject? i am new and confused. thank you...
738 johns@... Send Email Apr 3, 2006
6:27 pm
hi ... Yahoo! javascript library ... well- you're welcome, but i had nothing to do with it ... -- \js oblique strategy: what would your closest friend do?...
739 falconair78 Offline Send Email Apr 3, 2006
6:30 pm
Hi All, I have just started looking at the UI library (and I'm new to all this javascript stuff). I have two main questions, hopefully someone can guide me in...
740 bigtreestechman Offline Send Email Apr 3, 2006
6:52 pm
I'm new to alot of this... Is there a tutorial that you could recommend about how to read and use the API documentation provided for each of the Yahoo UI...
741 dprusak@...
dmprusak Offline Send Email
Apr 3, 2006
8:25 pm
... node ... expandable node. ... returns ... does ... I'm not sure if I follow. We use treeview and we can set dynamic on/off when needed and it works for...
742 Charles
cwiltgen Offline Send Email
Apr 3, 2006
8:32 pm
Thanks, Matt! This brings up a good point, though. Perhaps setXY should also accept an object with "top, left" properties. Yeah, it seemed reasonable to...
743 Chun
chunpan.geo Offline Send Email
Apr 4, 2006
12:14 am
There is a work-around I've tried: Instead of setting the root dynamic, as shown by the Yahoo tutorial and example, set the node dynamic when you're creating...
744 Peter Michaux
petermichaux Offline Send Email
Apr 4, 2006
1:00 am
Hi, I'm brand new to the Yahoo! library. I've been trying to learn how to use the Yahoo! event library. I am running into trouble with the following example. I...
Messages 715 - 744 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help