First off let me say this is a killer sweet app, and I'll be spreading Dav's work around as I build my client base. I'm having a slight problem with the...
Hello. I have a DataTable defined as var myDataTable = new YAHOO.widget.DataTable("tableDiv1", myColumnDefs, myDataSource, { draggableColumns: true, ...
I'm trying to use the uploader. The URL I'm uploading 2 is protected. It appears that the uploader isn't passing the browser's authentication credentials....
I wanted to handle the contextTriggerEvent for a Tooltip, so I added an event handler for this event. I just followed the same procedure I used for a...
This is the relevant segment of code, the series: seriesDef, line is commented out as the chart works fine without it, maybe I'm just being blind and missing a...
I have searched the forum and tried all sorts of things, but have not been able to solve my problem. Here it is: I have a table where rows can either be...
i'm working with yui and rails. i have a situation where a user submits a form from a modal panel, the post goes off to get validated and if it passes, the...
I am trying to use the YUI DataTable/DataSource widgets to parse xml data from one of our servers, and can't seem to figure out how to define the fields in the...
I'm a little new to YUI, so I apologize if this question seems stupid. I'm trying to use the YUI uploader. I've downloaded the latest YUI source package, and...
I have a question and issue with the slider control which involves the setValue method. While setValue seems to work and moves the slider thumb to the desired...
Hey, I can't figure out how to configure YAHOO.widget.Tab not to add "active" as part of the title attribute of a selected tab. I tried overriding the config...
Why did Yahoo decide to use invalid CSS throughout the library? Isn't there a way to create the same functionality using valid CSS? Just something that caught...
Hello all, I just signed up, and I'm just now getting around to playing with objects in JS so bear with me here... I've got this JS I've been playing with...
I may just be blind, but I can't find documentation on the click event itself. I need to find out where on an image I clicked. I figured the code for this...
I've come across what I believe is a bug. I have a page with multiple datatables, only one of which is visible at a time. When a row is selected on one...
Hi, I want add "Keyword suggest" block in my web application with the help of YUI. means If someone searches wrong keyword then there should be suggession...
this function doesn't seem to work for dynamically loaded nodes, even when child nodes have already been loaded and rendered. no problems with node.collapse()...
It's been very difficult for me to find documentation or examples of how to update data in a chart *without* using a request to the server. I don't want to...
Hi, I'm looking for a way to reset the position of a dragged Object to its Origin. The Drag-Object resides in a list that is in a <div> with overflow set to...
I want to collapse an active tab (active=false) when "onmouseout" for the tab (ie tab + tab content )gets fired. Here is the code I used - var tab0 =...
Hi, I'm pretty new to YUI nd I'm wondering if anyone might be able to help with my problem. I have a group of form elements that I the user can clone by...
I am using Tabview to display tabs. But the content below tabs gets pushed down when I expand tab. I need the tab description to get displayed on top of that...
I was wondering if there was an event similar to onFocus for the RichText Editor. I would like to hide / show the toolbar when an editor is focused / blurred....
I'm using a panel that's resizable and dragable in a page similar to http://mapserv.utah.gov/sgid In ie6 and ff2 the panel displays fine. In ff3 the panel...
Hey! So I got my layout, grids working and in this video I saw it said something like Reset would make it so that there would be a common CSS class for all...
Hi group, I try to get answers for my questions: 1. What kind of images can I use with the ImageCropper? I tried a tif and it won't work. 2. This is a form and...
Hi! You can see my implementation of the Treeview, Yahoo! User-Interface at http://www.crashjoplin.com/members/profile.php?member=Crashdaddy&mode=blog&id=47 ...
Hey: I currently have a function that creates a widget.Panel with a flash object embedded within it. var watchVideoDM = function() { var myPanel = new ...