Hi, I'm having a small problem when using YUI buttons and doing an AJAX request. I have some dynamic content which gets into a span or div using AJAX. The HTML...
Hi Dav, OK I think the last link I sent was broken, so here it is: http://amanziadmin.creative-dreaming.com/test.aspx In IE you have to click each button twice...
Hi, I want to set the style of the edited content to be the same as it will be when its later displayed. I notice that there is a configuration attribute 'css'...
I have a layout inside a resize utility which has only the bottom resize handle. The resize border seems to add just a little edge/padding around the layout...
hi there, i was going through the yahoo maps beta and saw this very cute looking orange tool tip. i was wondering if they used yui to do that and if yes, how...
Hi, I'm having a problem with a browser hang in IE7. I've boiled things down to a very small page, which is copied below. This page runs fine on Firefox but...
Hi everybody, I have a datatable in my project, and at the bottom of the page I have a "Add new" button, in order to create new rows to write data, I have some...
I am trying to remove a node from the treeview using the following code. nodeToRemove = tree.getNodeByIndex(nodeToRemoveIndex); tree.removeNode(nodeToRemove); ...
Hi, I'm been looking at the YUI CSS grids and would like to adopt the approach for a project - but I'm a bit lost as to how I add my own styles to the basic...
I'm not quite sure how to fix this problem I'm having. I created a custom object that contains an autocomplete widget with a datatable. I used the example off...
This may be simple, but how do i make a button id appear in the html source after page load. If i type an id, it does not get copied over but rather gets...
I am using a YUI horizontal menu bar, and for the most part, all of the elements seem to render very nicely. but the first-of-type item (yuimenubaritem...
Awesome, thanks Todd, that works. Now, when I show the menu, and the selected menu item is nested in a submenu, I need to expand it's parent submenus, so the...
Hey everyone, I have been using eclipse/PDT/Aptana as my IDE using SFTP Drive to handle the SFTP connection for over a year now, and frankly, I am tired of the...
I'm trying to debug a problem where event["bytesLoaded"] in onUploadProgress is set to the same value as event["bytesTotal"] from the first time it is called,...
hi, is it possible to save checked values in array to check by javascript so that we can make less server trip. suppose i have checked on 1st row and 3rd row...
I think I may have found a bug, but I wanted to make sure that I'm not missing something obvious before submitting a bug report. I've created a simple test...
Hi - All the datatable examples have data that is hardcoded into the example. A common scenario is of course to have data in a database, not hardcoded into...
By default, a Menubar's menus align their top-left corners to their parents' bottom-left corners. The submenus of these menus, however, align their top-left...
Hello, I use RTE (wonderful editor!) and I would like to have a pre checked box for "Open In A New Window" when I click on the link button. How can I do that?...
I'm using the editor as part of a small CMS I'm putting together. I've added a file input element to the page. When a user selects a file, it is uploaded to...
My datatable with server side pagination seems to behave strange. I'm working with 13 records. I only display 5 records per page. When I navigate to last set...
Hello, I'm trying to join the server side example and the server side sorting, and everything works find, I just copy the hole code from both examples, but...
How can I change overlay/container size at runtime? I tried: overlay.cfg.config.width.value = 200; overlay.cfg.config.height.value = 200; but that didn't work....
Hi all, i am pretty much new to yahoo calendar. I am using the calendar component in my rails app.I have such a scenario that when I click on a particular...