Hi, I've searched all over Google for information on this, but I couldn't find any. I implemented (correctly) the YUI Calendar widget on a site I am working...
I don't know if the issue come from that, but you set a new autocomplet widget for every change. I put my code. Therefore ther i another issue. When I select a...
Hello - I would like to add a trash icon to the right of my tree list. I figure this would be the easiest way to give the user the ability to delete an item. I...
Hi, I are new here. Working with some features of YUI I found a problem. I want to process a XML generated by php, some one like this. <?xml version="1.0"...
I previously used the old Calendar UI. I recently upgraded. In particular I tested all the examples of the old UI with me updating to the new libraries. I...
Hi All, Are there any tutorials/links available which guide on using the Yahoo Tool Kit? Any start up documents would do... Regards and Thanks in advance....
... have you had a look at http://developer.yahoo.com/yui/ ? -- What would be the point of cyphering messages that very clever enemies couldn't break? You'd...
Hi, I'm just getting started using the YUI menu component and have gotten most of it setup how I want. I'm using top navigation in the same way as this...
Hi "dunxwbl", was wha Jason wrote the reason why it didn't work? I've got the same problem and doing it the other way round doesn't help... Thanks for any...
Hi Jenny, when I do exactly what you've described below I get this: "s.fn has no properties" Any idea why? My code is: (it doesn't get as far as the alerts.. ...
Hi again, I've solved the problem so just thought in case somebody else finds this here I can point you to the solution that worked for me. Funnily from...
Did you try overriding the CSS rules for div.yuimenu li.yuimenuitem? E.g. div.yuimenu li.yuimenuitem { font-size: 152%; } The only problem with this rule is...
Hello, I would like to automatically expand a node and have the treeView shows/scrolls to that node after the page is loaded. I found the TreeView.amniExpand...
I've got Yahoo! UI JavaScript working. I can drag and drop, use the onDragOver and onDragOut events, set custom handles, etc. Now I'd like to animate divs so...
The YUI reference documentation is actually quite good. As you step through each section, go ahead and cobble up the examples. You should be up and running in...
Hi there, I've been working on using event delegates with the drag and drop library and have been noticing some weird issues. As a result, the performance of...
I have a panel that is modal. On top of that I display an overlay that contains a form. The select items in the form are not being displayed (as they are in...
Hi Frakie.. Could you please give me the idea of working the dragdrop functionality for a table having multiple rows It would be great,if you provide me sample...
I've made numerous changes to the API to support cell movement with arrow keys and I've fixed a few methods / implemented some unfinished others to support...
Hello, I'm trying to replace Dojo with YUI and have a problem with the Data Table. What I need are buttons and/or links in a row. What I have noticed is, that...
Eric, I'm trying to do the same thing as Ian: I don't need anything as sophisticated as a progress meter, just an activity indicator to show that something is...
My layout is built on the transition tabveiw example and I am using Rico.js to round out some of the divs for the site. My first attempt for three content divs...
The API documentation makes brief mention of a 'resizable' property for a DataTable column: http://developer.yahoo.com/yui/docs/Column.html#resizeable The...
... <snip> ... Remove the trailing comma after "failure:handleFailure" so that the callback looks like this: var callback = { success:handleSuccess, ...
Rebecca, I do the same and I have the same problem... I might be wrong but I think that delay is actually the time the browser takes to render the new...
Hi, I'm an experienced (9 years) front-end web developer well-versed in HTML, CSS, and the DOM, trying to add OOJS to the arsenal, and struggling a bit with...
I created an example using dragdrop objects that works great, but I can't get it to work when I change the objects from DD objects to DDProxy objects. Here's...