Hi, I'm creating a tabview with mouseover effect. The problem is that it selects a tab directly when you hover over a tab. I'd like to have this delayed. I've...
I find a function to prevent click before double-click using window.setTimeout. The problem is i don't know how pass parameters. At calendar.js, doSelectCell: ...
I'm building a Tree Widget with the YUI library. I'm using a few functions to simplify the coding, and it works out great. The Javascript code is shown on the...
Hi All How does one know that the tab already exists ? For Eg : I have three links Link1 , Link2 and Link3 Clicking on which a new tab opens. But when I click...
I upgraded our YUI from 2.2.2 to 2.3.0 and noticed that my tooltips no longer work as before. Now the tooltip is so big that it stretches out of the screen and...
Hi there, I am working on my first use of YUI's menu system and have encountered a small problem. As a result of having script items in the <head> I am failing...
Hi, In a menubar how can you find out which submenu items belong to which main menu when clicked on? So far I have this. function onMenuBarClick(p_sType,...
I could swear I'm following the YUI example for loading a DataTable with JSON over XHR to a tee. But I'm still getting a "oResponse has no properties" error. ...
I don't understand why this would only occur once on the first load. even putting alerts before and after the myDataTable.sortColumn line shows the alerts, but...
This line required presence of "button" control. Although I do not use button-beta on my web page, my program is broken if I don't include button.js. The...
We are trying to decide on an editor. The choices are TinyMCE, EXTjs, and YUI RTE. We can wait for table support, but the big question we have is, does RTE...
Has anyone else made progress trying to implement this? Please share. I'm able to store the node id number in a cookie array, but how do you go about making...
How can I "protect" my YUI calendar and disable all mouse-events but mouse-over, so my tooltips can still be viewd by users? I don't want the user to change...
Hi, I replaced 2.2.0 files with new version 2.3.0 files. I am getting the following error while destroying the dialog. this.configchangeEvent has no...
Hiii I am getting one white border in IE for menu.The border appears in examples also.But Firefox doesnt have white border. I tried all css styles to remove...
Hi, I´m setting up my site with the YUI and had big trouble with the menubar. Since it´s such a great package I wantto use as much components as possible. So...
I always hated that CSS layouts don't make columns the same height, which does make styling them a lot harder. This is why I wrote a small JavaScript that...
hello all i was trying to work out a way how i can loop through all the INPUTS and TEXTAREAS and add borders to them well i am actually focusing on them, ive...
Hi All, The yahoo calendar handles select , deselect etc, but can we write a custom handler to handle double click events , is there any way , can anybody...
Say I want to make all images on a page draggable. If I loop after using document.getElementsByTagName("img") to get all the images, how can I draggability for...
I'd like to solicit recommendations for maintaining the state of a paginated DataTable when navigating away from the page. For instance, I have a DataTable...
Hello everyone, I've been hunting around trying to figure out what I've done wrong here. I'm basically using the example code for making the colorpicker in a ...
I am trying to get a simple HTTP get to work. I took the GET example and made slight modifications. No matter what I try, I cannot access the o.responseText...
I'm finally using the scrolling feature of the YUI menu, and I find it a bit pokey. So I changed scrollBodyDown and scrollBodyUp to add or subtract 5, not 1,...