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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 92 - 121 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
92 jeffreymcmanus Send Email Feb 16, 2006
4:11 am
Hey everybody, Following our release of the Yahoo! User Interface Library this week, some of you have asked whether it's possible to contribute patches, bug...
93 Ken Robinson
kenrbnsn Send Email
Feb 16, 2006
5:09 am
I'm really interested in knowing how to use the CalendarGroup widget. I've made a fake year calendar by grouping 12 month calendars into one <DIV>, but it...
94 dugscoular Send Email Feb 16, 2006
5:48 am
Hi All, I have a weird problem with YAHOO.util.Connect.asyncRequest going into an infinite loop when I attempt to modify a DOM element from within the success...
95 dugscoular Send Email Feb 16, 2006
6:36 am
Hi All, My apologies... it turned out that my hidden "nisDomain&quot; form element hadn't actually been written out to the form... so I guess the behaviour was...
96 steiniagu Send Email Feb 16, 2006
9:00 am
Thanks Steven for a quick response. It now works like it should. -Steini ... configuration for ... dynamically, ... configuration for ... handler ... ...
97 Christian Heilmann
icantdom Send Email
Feb 16, 2006
9:02 am
Here's an idea I had form some time now, but just didn't get around properly doing it. Multi Level Dropdown menus have several issues, but the most annoying...
98 Reynier Perez Mira
reynierpm Send Email
Feb 16, 2006
1:18 pm
Hi to every: I'm newbiew here. Recently I see a topic talk about Yahoo Pattern Design and Yahoo UI, then I found this list. I download Yahoo UI components but...
99 Jim
fblb Send Email
Feb 16, 2006
2:01 pm
Anyone have a simple example of using YAHOO.util.Connect.asyncRequest? I tried to use it but when I try to get any of the data returned by the object it is all...
100 Jim
fblb Send Email
Feb 16, 2006
2:15 pm
Ok, I see a stupid mistake. In the response success I used cObj when I should have used o. But once I get the responseXML object, how do I access the...
101 Ken Robinson
kenrbnsn Send Email
Feb 16, 2006
3:49 pm
Replying to my own post again... :-) ... I've made some progress in deciphering the code for this widget, so now my page shows the full year. Since there is...
102 Paul Roe
snafu918 Send Email
Feb 16, 2006
3:50 pm
This is mainly a post to request two specific examples of functionality of the calendar widget. 1. I'd like to see an example where you can make and indiviual...
103 Thomas S. Sha
tssha Send Email
Feb 16, 2006
4:24 pm
... There is a fix in the queue for the next release. In FF/Moz, exceptions halt at handleTransactionResponse and never clears the polling interval. Clearing...
104 Eric Miraglia
ericmiraglia Send Email
Feb 16, 2006
5:53 pm
Reynier, Thanks for the note. Probably the best place to start is by reading everything that's up on the Yahoo Developer Network website about the library...
105 Jensen, Orion
orion.jensen@... Send Email
Feb 16, 2006
6:11 pm
Does anyone know if yahoo is planning on releasing any code relating to the auto complete design pattern? If so is there a date or time period for the release?...
106 Matt Warden
mwarden@... Send Email
Feb 16, 2006
6:27 pm
... There was a message yesterday indicating yes. As for time of release, I believe the official word was "be patient". I implemented this about a week ago...
107 Philip Tellis
philiptellis Send Email
Feb 16, 2006
7:29 pm
... Use regular DOM methods: var XML = o.responseXML; ... XML.getElementsByTagName(), XML.childNodes[], node.parentNode, etc. Philip -- 'Never say die, master....
108 Cahill, Earl
ecahill@... Send Email
Feb 16, 2006
7:40 pm
Is there any chance of getting access to a svn or cvs tree? I find myself spraying debug through yui files, just to figure some things out, but that leads to...
109 Reynier Perez Mira
reynierpm Send Email
Feb 16, 2006
7:48 pm
Thanks Eric. I take a look in a few minutes to Yahoo Developer Network and Yahoo Design Patterns. I have one doubt: I start with PRADO (PHP Rapid Application...
110 Ken Robinson
kenrbnsn Send Email
Feb 16, 2006
7:50 pm
Now that I think I've gotten the CalendarGroup working (at least usable), I want to use YAHOO.util.Connect.asyncRequest() to get a list of dates to pre-select....
111 Thomas S. Sha
tssha Send Email
Feb 16, 2006
8:50 pm
... How about implementing the create calendar call within the success handler to ensure the that it is created when you receive the desired response? ...
112 Steven Peterson
y_stevenp Send Email
Feb 16, 2006
8:56 pm
Hi, You can definitely write a handler to select a week at a time, but it depends on what method you'd like to use to do that type of selection. Configuring...
113 GWWwww Send Email Feb 16, 2006
9:12 pm
I am hoping to put the slider code to work right away, but it would work best for me if there were two sliders - one for a min and one for a max. Any ideas on...
114 Steven Peterson
y_stevenp Send Email
Feb 16, 2006
9:17 pm
Ken, Your example looks great so far! It turns out that you've found an issue with the reset functionality of the CalendarGroup widget that causes the months...
115 Jim
fblb Send Email
Feb 16, 2006
9:21 pm
Ok, Thank you....
116 Adam Moore
adam.moore Send Email
Feb 16, 2006
10:05 pm
... Today there is not an easy way to do this. However, this is a feature planned for a future release. -Adam...
117 Philip Tellis
philiptellis Send Email
Feb 16, 2006
10:16 pm
... You could unzip to two directories, and just diff between the two. -- Luke Skywalker: Your overconfidence is your weakness. Emperor Palpatine: Your faith...
118 mawojesa Send Email Feb 16, 2006
10:30 pm
In the Yahoo provided tree.css files, one the classes has a width of 17px, when it should be 16px. This causes the last exandable item in a group to twitch...
119 Ken Robinson
kenrbnsn Send Email
Feb 16, 2006
10:35 pm
... That's what I eventually ended up doing. It works fine. See <http://www.nnjsda.org/calendar_test/index1.php> (the older file redirects to here). I moved it...
120 Steven Peterson
y_stevenp Send Email
Feb 16, 2006
10:38 pm
Paul, Thanks for the questions. Let me try to field those for you: 1. By unselectable, I suspect you mean that you want to set up a certain date so that it...
121 Steven Peterson
y_stevenp Send Email
Feb 16, 2006
10:48 pm
Ken, 1. I noticed you have an unnecessary call in your init: cal1group.constructChild("cal1group","cal1Container"); You should take this out. This is called...
Messages 92 - 121 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