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...
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...
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...
Hi All, My apologies... it turned out that my hidden "nisDomain" form element hadn't actually been written out to the form... so I guess the behaviour was...
Thanks Steven for a quick response. It now works like it should. -Steini ... configuration for ... dynamically, ... configuration for ... handler ... ...
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...
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...
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...
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...
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...
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...
... 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...
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@...
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@...
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...
... Use regular DOM methods: var XML = o.responseXML; ... XML.getElementsByTagName(), XML.childNodes[], node.parentNode, etc. Philip -- 'Never say die, master....
108
Cahill, Earl
ecahill@...
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...
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...
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....
... How about implementing the create calendar call within the success handler to ensure the that it is created when you receive the desired response? ...
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...
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...
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...
... You could unzip to two directories, and just diff between the two. -- Luke Skywalker: Your overconfidence is your weakness. Emperor Palpatine: Your faith...
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...
... 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...
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...
Ken, 1. I noticed you have an unnecessary call in your init: cal1group.constructChild("cal1group","cal1Container"); You should take this out. This is called...