it looks to me like there's a bug when you're removing a node that has children. removeNode() calls _deleteNode(), which calls removeChildren() removeChildren...
Hi fellow YUI devs, I'm having a problem with the onSelect() method with the Calendar object. In this example code: YAHOO.foo.cal1.onSelect = function() { ...
There is an error on http://developer.yahoo.com/yui/container/simpledialog/index.html In the example about "Creating Buttons and Callbacks", line 21 should...
Hi, I am having some diffculty using TreeView dynamic loading. I want to refer to some member fields of my widget but from within the load method I cannot...
I'm very new to this library. I installed treeview.js in my site, but Firefox caused JS error. What I found was using " " to put space in the library. ...
Hi there.. thanks to your great libraries I just built some nice widgets on our company's preliminary website. It's really simple as for now - just one site -...
Hi, This may be OT so I apologice if it is. If I have an element ID so I can get to the element by using getElementById and I know the element is either a span...
hi, i discovered this odd behaviour while selecting date ranges: when selecting dates in october the cell rendering sometimes wont highlight the 31st although...
Does anyone know where I can find a Windows Classic look and feel for the Panel component? The panel examples have a Mac and XP look and feel includes in the ...
Does someone have an example (or can give a noob some guidance) for creating multiple PhotoBox panels on a single Web page? I don't want multiple iterations...
First off, let me say thanks to the Yahoo team for releasing such a fantastic library, the quality of the code and documentation is mind-blowing! Now to my...
Thank you for releasing this suite of tools. I picked Autocomplete as a feature to try out and see how quickly and easily it came together. The short answer...
Can I make the Amin function reference the "SOMETEXT" inside div "sample"? var myanim = new YAHOO.util.Anim('sample39;, {opacity: {from: 0, to: 1}, width: {to:...
Hi there: I'm a little confused; maybe I'm trying to do something that can't be done (although it seems logical enough, but ok). Let's say I have an XHR...
Hello, if I have to Animations like this: var anim_item1 = new YAHOO.util.Anim('item139;, {width: {to: 600}}, 1, YAHOO.util.Easing.easeOut); var anim_item2 = new...
Hi all, I'm trying to implement AutoComplete in my app. I added all of the necessary JS files as described in the documentation. When I test the one field on...
Hi, How to make the "div" float above the SELECT box in IE without the select box cutting through the div with the autocomplete suggestions? Thanks, Av...
I was working on becoming familiar with the YUI libraries and ran into a bit of a stumbling block. The Documentation for both GET and POST requests list the...
I'm trying to get my floating panel to resize by adding mouse listeners but the following doesn't seem to be working. Can you suggest a better way? Thanks in...
OK, using the MS script debugger, I get an " ) expected on line 25". <script language="JavaScript" type="text/javascript"> var animtest = {}; animtest.init =...
hello list, this is my first post. right now I need some help on using Grids CSS. I was wondering if anyone can help me out a with my little problem. attached...