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: 12939
  • 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 359 - 388 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
388 Jason Purdy
jw_purdy Send Email
Mar 3, 2006
4:23 pm
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...
387 casiewelch Send Email Mar 3, 2006
4:23 pm
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...
386 François Hétu
wally_gropius Send Email
Mar 3, 2006
4:18 pm
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...
385 Alex Russell
alex@... Send Email
Mar 3, 2006
10:24 am
... Why not just use Dojo? Regards -- Alex Russell alex@... alex@... BE03 E88D EABB 2116 CC49 8259 CF78 E242 59C3 9723...
384 ejeliot2005 Send Email Mar 3, 2006
12:59 am
Hi Adam, Thanks for pointing that out. Not sure when the quotes crept in but really stupid of me not to notice. ;-) Regards, Ed...
383 Adam Moore
adam.moore Send Email
Mar 3, 2006
12:51 am
... Try removing the quotes from 'window&#39;: YAHOO.util.Event.addListener(window, 'load', blogSearch.init); YAHOO.util.Event.addListener(window, 'load',...
382 ejeliot2005 Send Email Mar 3, 2006
12:37 am
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!...
381 Adam Moore
adam.moore Send Email
Mar 2, 2006
9:47 pm
... 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...
380 kevin_conaway Send Email Mar 2, 2006
9:00 pm
When I attempt to use an HTMLNode in my Treeview, it doesn't render correctly. Here is the code I use: var html = '<div id="test"><span>test...
379 Thomas S. Sha
tssha Send Email
Mar 2, 2006
4:46 pm
... 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. ...
378 Maxwell_Hung Send Email Mar 2, 2006
3:50 pm
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...
377 casiewelch Send Email Mar 2, 2006
3:39 pm
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...
376 Nige White
exguardianre... Send Email
Mar 2, 2006
12:39 pm
... The object is passed as the second parameter - after the event.. _____________________________________________________________________ This message has...
375 osirishinzen Send Email Mar 2, 2006
10:52 am
Spoke too soon, the object beeing passed is the mouseevent object not the date or cell object which I need. :(...
374 osirishinzen Send Email Mar 2, 2006
10:35 am
I think the "answering your own post" syndrome is contagious. It seems I should not pass the object as a parameter like this ...
373 osirishinzen Send Email Mar 2, 2006
10:26 am
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...
372 David Prusak
dmprusak Send Email
Mar 2, 2006
8:54 am
Hi all, Once in a while, I get a javascript error when I try and get a status of a connection. The javascript error I get is: o.conn is undefined. ...
371 David Prusak
dmprusak Send Email
Mar 2, 2006
8:47 am
... deleteListPostData); ... fond of ... are ... in ... factory ... Hi Thomas, That's what I progressed to. I have an array of objects now. Each connection...
370 Thomas S. Sha
tssha Send Email
Mar 2, 2006
5:53 am
... If I understand your request correctly, you can do this: var mySave = []; var myDelete = []; for (var i=0; i<=numberOfDrives; i++){ if(savedList){ ...
369 Giao L. Trinh
tvlgiao Send Email
Mar 1, 2006
11:44 pm
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...
368 David Prusak
dmprusak Send Email
Mar 1, 2006
9:10 pm
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...
367 Thomas S. Sha
tssha Send Email
Mar 1, 2006
6:03 pm
... 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...
366 billwaynescott Send Email Mar 1, 2006
5:15 pm
Forwarding this to the JavaScript Yahoo! Group. ... I had been dreaming for sometime that someday some kind soul would provide a documentation generator for...
365 billwaynescott Send Email Mar 1, 2006
5:13 pm
Forwarding to the ydn-javascript group. ... wrote: Ahoi, What is about http://jsdoc.sourceforge.net <http://jsdoc.sourceforge.net/> ? In the generated...
364 Cecil Vermule
sandmantothe... Send Email
Mar 1, 2006
4:07 pm
The line that reads "this.clear&quot; should actually read "this.clear();" If that works, I'm glad to have helped. If not, can you give a working example and also...
363 Nige White
exguardianre... Send Email
Mar 1, 2006
3:32 pm
... 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...
362 berkay_unal Send Email Mar 1, 2006
2:40 pm
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()...
361 piaffra_woods Send Email Mar 1, 2006
2:26 pm
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...
360 Nige White
exguardianre... Send Email
Mar 1, 2006
8:41 am
... 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...
359 jannekalliola Send Email Mar 1, 2006
8:23 am
... 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...
Messages 359 - 388 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help