hello, I'm using overlay from within tabview - things work as intended from the 1st tab, but in any subsequent tabs, the overlays don't obey their positioning....
G'day all, I'm new to YUI and so my question might already be answered somewhere. I'm having an issue with TabView in Firefox where it's displaying all of the...
Hi, This example shows how you modify the calendar to be "read only", which if I understand you correctly seems like what you're trying to achieve. You don't...
Dav, et al, I'm using your Effects Widgets[1], but am having a problem with the interruption of the effect causing problems. For instances, if a user ...
Is there a way to use dataSource as the menu items for a menu button? or, do I have to manually parse the XML and create a js array to put into the menu?...
i have an instance of a calendar. i have it localized into chinese . But when i use the method getSelectedDates() to get the date , and i use this result to...
I'm loading data over JSON directly from a MySQL 'date' column type (YYYY-MM-DD), and YUI 2.5.0 seems to be confused by this. What's displayed in the datatable...
In using a tree view to drill down user input, I ran across a user formatting a <textarea> with the Enter Key to space his data out from line to line. It is...
Hello, I am trying to list the benefits of creating a single company/corporation wide JS object as part of an initiative to get some good traction for this...
i have create one modal base dialog and datatable both works fine but gives two times same error at yahoo.js line 545 ERROR-YAHOO.lang.extend failed, please...
Hi, Please tell me how to cancel and resetting dynamic loading on treeview. Situation: 1) User clicks label on treeview. 2) node icon's animation start ([+] ->...
Hi all if you have a look at http://memibeltrame.ch/viewport/tabbed_viewport.html you can see a layout that uses a tabView as the main element for the center...
Hi, I have a question about the correct JSON string format that a datasource can receive through XHR. One thing puzzling me is that when I format the JSON...
I am using a 'namespace39; form of writing my javascript - I have run into the following question: If I have a variable which is a "new" object which is...
Hi all, I want to make an image circular (or ellipse) shape. I mean I want to crop ht eimage and the image shape should be the circle. Do you have any ideas? ...
I need to implement the zip code suggestion of US and CA, so I use the YUI AutoComplete to do it, and use the DS_XHR to defines data sources. Here is the codeI...
I need to send some cookie values to the server along with my upload, but I'm not sure I'm going about it the right way. I *do* know that's it not working. :P...
Hi Im trying to display JSP or HTM file in a TAB in TabView as an include. It no wokies for me, any ideas? Something like this: <div id="container"></div> ...
I try to run this basic pop up calendar: http://developer.yahoo.com/yui/examples/calendar/popup_clean.html It works fine on the example page and in my local...
Has anyone had issues with the calendar in Safari not correctly setting the maximum date properly? I've set the calendar max date to the current date +360....
If I create bold-italic text using the RTE, it creates the following markup: <em><strong>some text</strong></em> The problem is that the text only shows up as...