I looked today into some websites that have examples for YUI (e.g. the Accordion Menu example) and I noticed that they give references to some YUI 2 beta...
Hi, I am tryin to copy all the minified files and place them in one directory. I also change their file names and remove the "-min". But this seems to break...
On a few pages in the YUI documentation there's mention of an <input type="textbox" ...> which simply doesn't exist in HTML[1] <#r1> . My guess is that <input...
Hi there! I have a question about the design of the YAHOO.augment <http://developer.yahoo.com/yui/yahoo/#augment> function. As it stands now, it copies...
Hi all - I've been using YUI for a while now, but am having a problem since updating to 0.12.1. My problem is related to including javascript code. The...
I am having an issue in IE6 as of last Friday (Dec 1), though we've made no changes to our scripts or stylesheets. Suddenly, it seems that wherever we or the...
Can you help me with writing Amazon-like explode window, please. When you point mouse cursor to "See all 36 categories", animated window pops up (really, it's...
I create a panel like this: YAHOO.paneledit = new YAHOO.widget.Panel("paneledit", { width:"550px", visible:false, constraintoviewport:true, modal:true} ); ...
I'm trying to catch a mouse right-click event and handle it but I keep getting the Windows context menu. None of... YAHOO.util.Event.stopEvent(myEvt) ...
Hi, I have used the YUI tree version 0.12.1. But even then, the tree is not aligning properly when its container size is fixed. example <div id="treeContainer"...
I have one dialog on a page which pops up when you click on one of the many links on a page. How do I pass the id of the link to the dialog? In other words,...
We've been creating a number of script classes that extend or build on the YUI library. Documentation is beginning to get hairy. What do you folks use to...
Hi I am having an issue with AutoComplete object. I am subscribing to the textboxKeyEvent and as per the api should receive the autocomplete object instance....
Hello, I would need some help about itemSelectEvent. In fact, I got some javascript errors when I add the itemSelectEvent part. Message is : s.fn has no...
I'm making a call to attach a listener with addListener and is failing (returing false). Is there a method/property that will tell me what caused this...
I have used auto complete control in my application its working fine but i want one change that when ever user inputs the text it drops down a list with a...
I've read through the targetable affordance example and try to change it so that I could use it. I ran into a problem when I had different sized players and...
I've been playing with the animation and I'm finding Firefox to perform much worse than IE when moving a lot of things at once, and wanted to see if there's...
Hi all, Just been using the Yahoo UI calendar control and found it extremely useful and accessible. But am now wondering about a similar agenda control. It's...
Do you see anything wrong with this code... var DOM = YAHOO.util.Dom; ... ... var oDiv = Document.createElement('DIV'); var oDragger = YAHOO.util.DD(oDiv,...
Hi, I am using YUI Tree. I am facing problem with the tree alignment i.e. when the size of the container div is restricted and the node inside the tree is...
I would like to know if anyone is using the new overrides parameter on the YAHOO.extend method to perform method overriding (ie. extending functions). I don't...
Hi all, In our very simple example we are using yahoo TreeView to represent a Tree structure. In which a node can either be a directory or a file. The problem...
zerohourx, You can absolutely do this. Adam Moore, TreeView's author, points the way in an example newly added to the TreeView Control documentation: ...
Hi People!, I have one question, how can I add a background behind to the menu tree? It could be possible to do that? The background is an image Thanks for...
Which version of IE is getting the recalc. widths ex. "*width: 56.3em;". i saw somewhere in the documentation it said IE3? which i don't care about at all. I...
Hello - I'm stuck trying to configure a panel to be constrained to a grid with (say) ticks spaced 10px apart in either direction. On instantiation, I know...