... Adam, when the next release is due? Or can you provide the fix as a patch, so I could continue testing my system on Safari, too? ... -- Janne Kalliola...
... https://secure0.forward-comp.co.uk/yui/TestCalendar.html (The calendars accepts only dates up to and including today, so you won't be able to select...
Thank you, it works that way. Nevertheless i ask myself why, because, i thought, i am already in "the node", so why firstChild. But that´s certainly my lack...
Hi, I have the following code when i click on the dates it sometimes redirects sometimes does not. What might be the problem. Thanks var cal1; function init()...
... The titel node is an Element, *not* a text node. It represents the <titel> tag. Anything between that tag and its matching end tag *including text* is a...
The line that reads "this.clear" should actually read "this.clear();" If that works, I'm glad to have helped. If not, can you give a working example and also...
Forwarding to the ydn-javascript group. ... wrote: Ahoi, What is about http://jsdoc.sourceforge.net <http://jsdoc.sourceforge.net/> ? In the generated...
Forwarding this to the JavaScript Yahoo! Group. ... I had been dreaming for sometime that someday some kind soul would provide a documentation generator for...
... This request in now in our feature queue. However, if you need something immediately or in the near future, I recommend having a look at Dojo's IFrameIO...
Hi all, I have a very strange situation in which I need to send multiple posts to different URL's at the same time (or I could do this in a linear fashion, but...
i refers the code should be added to method getChildrenHtml() in treeview.js: .... // Don't render the actual child node HTML unless this node is expanded. if...
... If I understand your request correctly, you can do this: var mySave = []; var myDelete = []; for (var i=0; i<=numberOfDrives; i++){ if(savedList){ ...
... deleteListPostData); ... fond of ... are ... in ... factory ... Hi Thomas, That's what I progressed to. I have an array of objects now. Each connection...
Hi All, I hope someone can help me with the calendar widget I would like to fetch data associated with a date when a user mouseover's a date. Here's what my...
... The object is passed as the second parameter - after the event.. _____________________________________________________________________ This message has...
Hi there folks - I like the Calendar widget, nice work. Adds a lot of functionality. However, I am banging my head against the wall trying to figure out how...
I'm looking to try and setup a pop up calendar to populate select boxes for all date parts (day,month,year) like the example in Japanese calendar. I downloaded...
... Your assessment is spot on, and your proposed fix will remove the error. Thanks for posting this. This is the proposed revision for the next release. ...
... There is problem with HTMLNode when you have the icon turned on. Its been pointed out a couple of times on the list, along with a fix for it that you can...
Hi, I've got two JS scripts included in my site (www.ejeliot.com/js/blog-search.js and www.ejeliot.com/js/link-tracking.js) as well as the files for the Yahoo!...
Not to be of topic, but what kills Dojo is the complexity of the beast (which, of course, is tributary to its numerous functionnalities) and the lack of a...
Okay, here is what I don't understand, probably because I'm pretty new to Javascript, although I have been getting the hang of the AJAX stuff no problem, and...
I've been playing around with the TreeView control and for some reason, the treeInit() function wasn't being called. If I take the tree construction out of...