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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 1082 - 1111 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1082 sushil gupta
sushil4it Offline Send Email
May 1, 2006
1:44 pm
i want to learn to Drag & Drop Event in javascript using YAHOO frame work plz give me the link where i will get a simle examples ... Talk is cheap. Use Yahoo!...
1083 Thomas S. Sha
tssha Offline Send Email
May 1, 2006
4:26 pm
... well as a form. Currently ... This feature request has been logged. We'll try to introduce it in the next release - 0.10.0 - later this month. Regards, ...
1084 Matt Sweeney
matt.sweeney Offline Send Email
May 1, 2006
5:02 pm
This is due to a bug in current versions of IE which doesnt allow setting opacity of SELECT elements. Unfortunately, there is no known workaround for IE < 7,...
1085 tomjnsn Offline Send Email May 1, 2006
7:39 pm
I am wondering if there is a best practice for toggling using the Anim stuff? Should I create an object for both directions? Register a subscriber for the...
1086 Matt Sweeney
matt.sweeney Offline Send Email
May 1, 2006
8:07 pm
Hi Tom, It really depends on your use case. Sometimes its easier to use seperate animation instances for either direction. However, when you have a large...
1087 Tom Jensen
tomjnsn Offline Send Email
May 1, 2006
9:36 pm
Thanks Matt for responding. I was thinking along those lines, but I guess I was wondering at a lower level, should I be creating multiple Anim objects, one ...
1088 Gatten, Matt
Matt.Gatten@... Send Email
May 1, 2006
9:46 pm
Hi Tom, Yeah, I understand what you want to do. I would make two methods in the object. One is the animation from state 1 to state 2. Then the second method...
1089 kmcoleoz Offline Send Email May 2, 2006
6:16 am
G'Day, I believe that I read the IE <= 6 is restricted to 2 concurrent XMLHttpRequest calls at a time. Is this correct? If it is correct and since IE <= 6 will...
1090 Philip Tellis
philiptellis Offline Send Email
May 2, 2006
6:24 am
... It's not exactly IE <= 6, it's the HTTP specification that suggests that no more than 2 concurrent persistent connections be open to the same web server....
1091 kmcoleoz Offline Send Email May 2, 2006
6:30 am
Philip, ... that ... web ... Cool, thanks for the specific reference. This then makes my wish for an array of objects managed by connection manager even more...
1092 Doug Scoular
dugscoular Offline Send Email
May 2, 2006
8:26 am
Hi All, As the Yahoo! User Interface Library evolves, has bug fixes and is improved we really need to be able to discern whether we have downloaded the latest...
1093 sushil gupta
sushil4it Offline Send Email
May 2, 2006
11:03 am
i want more detial notes on drag and drop plz send me the link ... Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with...
1094 Jeff Brown
jeff@... Send Email
May 2, 2006
1:41 pm
... I'm with you 100% Doug as far as version control goes: yui-1.0.5.zip makes life so much easier. But I'm not so sure they want to open up a public CVS ...
1095 Reto Bachmann-Gmür
yahoo@... Send Email
May 2, 2006
3:17 pm
Hello I wanted to use yahoo-sliders in a tool which replaces specially marked input-fields with sliders [1]. I'm surpised to see the Slider constructor and...
1096 Chris
altearius Offline Send Email
May 2, 2006
5:49 pm
I encountered a problem implementing this provided code on a tree with lots of branches. Some of the branches would be removed, yes, but not others--and when...
1097 Ken Robinson
kenrbnsn Offline Send Email
May 2, 2006
6:02 pm
[Note: I sent this message about a week ago and have seen nothing from either group in response] I have a fairly large PHP/Mysql driven website that I've...
1098 Philip Tellis
philiptellis Offline Send Email
May 2, 2006
6:12 pm
... The Yahoo! Maps API javascript includes the event and drag and drop utilities, so you don't really need to include them separately. Philip -- "Ah, " said...
1099 Steven Peterson
y_stevenp Offline Send Email
May 2, 2006
9:28 pm
Tom, In regard to your check for document.readyState, the current init in the default Calendar example already waits until the document is loaded by using the...
1100 Steven Peterson
y_stevenp Offline Send Email
May 2, 2006
9:29 pm
Chris, Try setting the onChange event of your form elements to change the calendar using setDate. The example on YDN does this: ...
1101 Steven Peterson
y_stevenp Offline Send Email
May 2, 2006
9:30 pm
Tom, Just caught this after replying to your previous message. I'm glad you got it working! :-) Steven Peterson Web Developer, Platform Engineering Yahoo! ...
1102 Alex Russell
alex@... Send Email
May 3, 2006
11:34 am
+1 on a public SVN/CVS repo. And a public bug tracker. Regards ... -- Alex Russell alex@... alex@... BE03 E88D EABB 2116 CC49 8259 CF78 E242...
1103 Alex Russell
alex@... Send Email
May 3, 2006
11:38 am
... This relates specifically to HTTP 1.1 connections. IE bumps the limit to 4 connections when dealing with HTTP 1.0 and Mozilla always has a "soft" limit of...
1104 skiwalker20187 Offline Send Email May 3, 2006
4:09 pm
i'm using that exact code, but when the form posts and the calendar renders, it renders TODAY's date, rather than the date i just picked. of course, when i...
1105 Jon Sullivan
punkr1der Offline Send Email
May 3, 2006
4:18 pm
Bump. +1 public SVN/CVS repo / bug tracker. This would pretty much guarantee our use of this toolkit....
1106 Alex Russell
alex@... Send Email
May 3, 2006
5:24 pm
... While I +1'd for those things, it's worth noting that they are only the first steps toward making YUI a "real" Open Source project. Actually having a...
1107 Jeffrey McManus
devnetjeffrey Offline Send Email
May 3, 2006
9:47 pm
Hi all, I wanted to drop you a quick note to let you know that the Yahoo! Application Gallery is now live at http://gallery.yahoo.com/. Application Gallery...
1108 hans
ottawo2002 Offline Send Email
May 4, 2006
4:15 am
// Function is_in_attribute(e, att, v) // Returns true if a given attribute has the given value // Arguments: // att = attribute // e = element //...
1109 kmcoleoz Offline Send Email May 4, 2006
5:46 am
Alex, ... limit to ... connections are ... for "normal" ... Good to know, thanks. ... you'll ... so a properly defined network stack controls these...
1110 hans
ottawo2002 Offline Send Email
May 4, 2006
7:13 am
Well, I'm sure this will come in handy for someone, its quick and dirty but working. I was tired of scripts that use css to make a shade darker or some crap...
1111 hans
ottawo2002 Offline Send Email
May 4, 2006
9:39 am
// function getTintedColor - Send in a color (in #f4f4f4 or f4f4f4 format) and a v value +- 0-255 // this v value works on the r,g,b eg v =-10 so r -10 g -10 b...
Messages 1082 - 1111 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