Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12955
  • 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

Advanced
Messages Help
Messages 1876 - 1905 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1876 Steven Peterson
y_stevenp Send Email
Jun 1, 2006
6:39 pm
Dave, Can you please point me to a full code sample? Thanks! Steven Peterson Web Developer, Platform Engineering Yahoo! From: ydn-javascript@yahoogroups.com...
1877 Steven Peterson
y_stevenp Send Email
Jun 1, 2006
6:52 pm
Again, I am unable to duplicate this issue. Can you post a code sample so that I can reproduce it? Thanks! Steven Peterson Web Developer, Platform Engineering...
1878 tm8747a Send Email Jun 1, 2006
7:22 pm
I'm experiencing a problem with the drag and drop functionality in Firefox when trying to drag from a div with an overflow set to auto. Basically, the problem...
1879 mrprogguy Send Email Jun 1, 2006
7:29 pm
Of course you can't duplicate it--you know how to do it correctly! ;) The problem was that I was on a 2up calendar and needed to do the cal.page[] thing to...
1880 Philip Tellis
philiptellis Send Email
Jun 1, 2006
7:38 pm
... What's the value of "this" in each case? -- If a 6600 used paper tape instead of core memory, it would use up tape at about 30 miles/second. -- Grishman,...
1881 mrprogguy Send Email Jun 1, 2006
7:52 pm
Was experiencing the same problem as some others with 2up calendars rendering vertically. When I read that some thought the problem might be a container...
1882 Willem Joosten
WillemJ Send Email
Jun 1, 2006
8:17 pm
... I like the 'make a proposition for a fix' and 'maybe we'll include it' approach. I filed a bug report with a fix but the fix Steven (a Yahoo developer)...
1883 Peter Michaux
petermichaux Send Email
Jun 1, 2006
8:34 pm
... Is it possible to download the current, most up to date working version of the library from CVS? Thanks, Peter...
1884 Matt Warden
mwarden@... Send Email
Jun 1, 2006
8:47 pm
I am experiencing serious performance issues when using a tooltip connected to a context element which is also draggable. In FF I get a 'too much recursion'...
1885 Julie Szmyd
j_szmyd Send Email
Jun 1, 2006
8:47 pm
Hi, As I've mentioned in a previous post, I have created tooltips on the Calendar control for certain dates that have events scheduled on them. I am displaying...
1886 Steven Peterson
y_stevenp Send Email
Jun 1, 2006
9:01 pm
Matt, Perhaps you can trap the fact that you’re in the process of dragging your context element, detect that in some custom code in preventOverlap, and keep...
1887 kansalneha28 Send Email Jun 1, 2006
9:03 pm
Hi Thomas Upgrading the yahoo library fixed the issue, thanks a lot. By the way, in the 0.10.0 version, each folder has a filname-min.js, just curious to know...
1888 Matt Warden
mwarden@... Send Email
Jun 1, 2006
9:04 pm
I seem to recall a discussion when 0.09 was first released about how to obtain the date that was just selected on the calendar (the one which just fired the...
1889 johns@... Send Email Jun 1, 2006
9:19 pm
hi ... look here in the unzipped file: yui/README [rtfm!!] -- \js oblique strategy: do the words need changing?...
1890 thirteenth_monster
thirteenth_m... Send Email
Jun 1, 2006
9:38 pm
Is there a way to dynamically load the initial children that are appended to the root node? I have seen other posts about dynamic loading, and they have...
1891 Matt Warden
mwarden@... Send Email
Jun 1, 2006
9:41 pm
... Steven, A good thought. I added code in startDrag and endDrag to set preventdefault to false and increase the showdelay to a large number, and then restore...
1892 themidnightwill Send Email Jun 1, 2006
9:41 pm
Hello, I've been experimenting with YUI, and love it. Recently, I've been trying to devise a way to use a SimpleDialog like a JavaScript confirm() dialog box....
1893 Steven Peterson
y_stevenp Send Email
Jun 1, 2006
9:49 pm
Matt, This is a slightly complex issue because there are multiple ways that dates can be selected. If you only care about trapping which date was selected when...
1894 Matt Warden
mwarden@... Send Email
Jun 1, 2006
9:54 pm
themidnightwill, ... <a href="#" onclick="confirm_simpledialog()">Yahoo!</a> Instead, create a dialog, and in your 'Yes' handler, include: window.location =...
1895 themidnightwill Send Email Jun 1, 2006
10:10 pm
Matt, Thanks for the response. I had thought of something similar, but my issue with it was hard coding the URL into the function. I'd like to be able to pass...
1896 Erik Costlow
kirewoltsoc Send Email
Jun 1, 2006
10:10 pm
I am creating a prototype involving the Yahoo dialog window in order to pop up a model form. My form is a decent size, and I have noticed that the dialog...
1897 Eric Miraglia
ericmiraglia Send Email
Jun 1, 2006
10:12 pm
This is definitely a problem and it's something we're working to resolve for the next release. At present, when running Calendar under reset.css I'm finding...
1898 Adam Moore
adam.moore Send Email
Jun 1, 2006
11:22 pm
... Manually calling the data load function as you have done won't work because the execution scope isn't what is expected. Also, the loadComplete function ...
1899 tivacus Send Email Jun 1, 2006
11:42 pm
... After creating an autocomplete object ("autoComplete") I subscribed to the itemSelectEvent event with a function. ...
1900 Ron Lancaster
lord_nyven Send Email
Jun 2, 2006
12:03 am
I've noticed that I don't get smooth scrolling behavior during a drag operation in Firefox 1.5 or IE 6 when at the edges of the viewport. Instead, I have to...
1901 kansalneha28 Send Email Jun 2, 2006
12:06 am
Oh Thanks, I was searching it in the README within each package. Neha....
1902 swamyveera Send Email Jun 2, 2006
8:07 am
Hi there, am using a container widget, my current project is going to be an intranet project which shall not have any internet access, i observed that the...
1903 Matt
cyberlogi Send Email
Jun 2, 2006
8:16 am
i'm converting my site's DOM 1.0 style javascript, with dhtml calls as tag attributes, to the DOM 2.0 eventListener functions provided in the Yahoo javascript...
1904 gib
dr_schuss Send Email
Jun 2, 2006
12:02 pm
Hey Swamy, I'm not an expert, but I pulled this from the README file: Note: If a component makes use of images, the image source path in the component's CSS...
1905 gib
dr_schuss Send Email
Jun 2, 2006
12:21 pm
This is a great question. Is this a case where you may not want a Listener? It seems like this behavior is correct... addListener appends rather than...
Messages 1876 - 1905 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