Sorry for the dup post, but I didn't get any responses back on this, and with everyone out on holiday last week... I am setting a drag/drop constraint for...
I am trying to figure out why a simple post request appears to be stripping '+' (plus) symbols from my postdata...I opened up connection.js, located the...
Hey there! You all should consider putting all of the cheat sheets in a single PDF file so that they are easier to print out. Fantastic work on those BTW, they...
Hello Everyone, Warm wishes for the new year. Off late, I have noticed that the panel including Dialog of YUI container doesn't support fieldset tag. These...
Howdy YUI Folks! I'm finally digging into some JavaScript at my new job at Bebo. You can bet your butt that we're gonna use YUI for our Ajax platform! Anyway,...
Hi I'm trying to customise a treeview control, having a node display an image of my choice. I attempted to do this by overriding the labelStyle attribute of...
I'm having an issue with nested menus using 0.12.1. Everything renders fine, and the submenus display, but if I try to select a submenu, it disappears as soon...
Hi, we have some issues with fast typing users who type some data and use tab in this case the text box is loosing focus and the result list not getting...
Hi, I have a grid with pagination updated from a database. I've extended DDProxy to drag and drop the rows. I update the grid when I page and when I drag rows...
Hi, I am wondering if it is possible to have columns that don't grow if the font-size is changed (zooming in browser). Since the widths of the containers are...
In the example for panel-wait.html (under the Container examples) a graphic is used for the loading bar. Is there a license attached to the graphic? It's...
Is it possible to have different size panels such as wider panels along the right and smaller panels on the left and specify 2 different target sizes? I've...
How are radio buttons handled in the object returned by the Dialog.getData() function? When I try to get the value of a form element that is a radio button, I...
Extremely new to yui so this is likely something i've done wrong. I have a number of overlays that work but the one furthest to the right that i'm positioning...
Hii all, I am using popup menu on mouse over event of yui I have problem in mouseover event in 12.1 version in menu.js,, if i move mouse over menu before i...
I know there's an element property on each MenuItem that I could set an id...but I'm loading my Menu with addItems and some JSON rendered by a server control. ...
I am trying to find out how to use the YUI drag and drop code to drag a copy of an instance, and leave the original in its initial position. Alternatively, how...
I have a page with multiple checkboxes with associated ajax code to process each checkbox when selected. I have a need to process all checkboxes one at a time...
When I first was playing with the TreeView component, all the examples had a nice little spinner when the user clicked a node. I've created an app that makes...
Note: forwarded message attached. Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php ...
I have a menu on a page that renders fine when I use oMenuBar.render(document.body), but when I leave out the "document.body" or put in a string with the name...
I am trying to work out how you would process the state of a drag and drop application, in order to send the information back to the server. In other words,...
The readability of the debug code in version: 0.12.1 has decreased in my opinion and I was wondering if there was a reason for it? In particular on line 472 of...
Im trying to create a very basic Treeview menu and receiving a javascript error: this.getEl() has no properties. Heres is my htm page with the script source:...
I made a simple horizontal menu with no submenus (no levels). I'm trying to style it to look like Microsoft Office XP. I'm having trouble putting a border...
I am just finishing some javascript & PHP to allow members of a community website to upload a new picture of themselves. The upload page shows the members...
Hi, I have been using the connection manager without any problems for sometime now but unfortunately I have a problem in IE. I'm sure I remember reading...