Hi, I've recently discovered that when I set the position of an element to relative, the modal backdrop does not cover that element. Here's what I mean: ...
Hi, I'm working on the datepicker in the Wicket framework (http://wicket.apache.org/), which is based on the YUI calendar widget. We migrated it to use the YUI...
Hi, First off, thank you Brian Jackson and Todd Kloots for your help with my previous problem of getting the 2.3.0 menubar example running. A note to the YUI...
I am attempting to use getData() to obtain all the values entered in a form. The function doesn't seem to be returning all of the fields and values. Here's...
I just upgraded to the new 2.3 YUI libraries and code that worked with 2.2 now does not work. I have a very simple example where I return 1 single record from...
Hi; I see that YUI2.3.0 is released,but I widely used version 2.2.2 in my project. under the tight deadline, it's too risky for me too switch to YUI2.3.0...
I have a datatable created from an html table that contains links in 3 different columns that I would like to be able to sort on. I want to sort on the link...
I couldn't find this in the docs, but can line numbers be added vertically on the left side of the text area? I haven't played around with it much, but it...
Maybe it's something really easy, but I couldn't get around this problem and I don't want to spend so much time on this. I want to have generic sort functions...
Yahoo has been rather prudent by placing the "yui-" prefix at the start of CSS style declaration and encouraging the use of Javascript namespaces to reduce...
First of all, I've gone through the yahoo site trying to find the xml files for my mail templates so i can dynamically add a logo or letterhead to my mails,...
Hi all, I'm trying to parse out the components of the navbar example: http://developer.yahoo.com/yui/examples/menu/topnavfrommarkupwithanim_source.html in...
Hi, I know I'm being really thick here, but bear with me. I am trying to set an event handler for a set of select nodes. I include the external js files in the...
Hello all, For those who (like me) will have some hollidays and would like to have a printable version of a part of the YUI docs to read in the plane, I...
I have an iframe in a div, and I want the logger to be displayed outside the iframe, but to write messages to it from inside the iframe. How can I do that? ...
We've got a problem on our site (http://www.newsvine.com) where if you scroll the page down until a module is partially off screen and then click on a link...
Hello, All, I am trying the example of MenuBar, but got "YAHOO.widget.MenuBar is not a constructor" error. Here is the code: <script type="text/script"> ...
Hello i am currently using. load: function() { var value = YAHOO.mostyle.getId(); // Instantiate the Dialog news = YAHOO.mostyle.modal(700,"news"); // Create...
Waoh! We have a lot of activity here these days with the shiny new YUI version! Well, Finally, I got ready the bubbling library for both versions of the YUI...
Hello, I am using a treeview as a menu and I would like the child node labels to have a different style than the parent node. ie: Parent Node Child Node1 Child...
Hi, I have a suggestion re icons on context menus. The only way to get an icon to appear on a context menu is to define a style that sets the url in the...
I have an application that uses a single Tooltip object for displaying the titles of my elements. Occasionally, IE7 will display it's own browser tooltip on...
Hi all, Ok, I've got another problem with my Widget.. http://stu.ac/allplay/test.asp I'm trying to fade widgets in/out this time.. The actual fade transition...
I am basically ripping off this example: http://developer.yahoo.com/yui/examples/container/dialog-quickstart_clean.html but in my example vs the one on this...
I am new to yui and I am using the yui-dom library. After trying a lot and reading the documentation & the source code, I could find a way to get to the...