Bellow is I hope a simple correct example based on original example I think of Dav http://developer.yahoo.com/yui/examples/layout/menu_layout_source.html Dav,...
Hi, I have a YUI autocomplete form set up here: http://www.trailbehind.com/#map. Oftentimes, after the user searches, the autocomplete results show upa bit...
Hi all - I followed the example given in http://developer.yahoo.com/yui/examples/history/history-tabview.html The output is surprising. It works in IE, but...
I just can't seem to really learn JavaScript. I know how to create and run functions and I can write pseudo code. Functions are easy when using ID's....
I'm having problems with the uploader hanging in Firefox. I've copied the "Advanced Uploader Example" to a local server, along w/ the actual SWF file. I am...
Hi all, I'm new to YUI and have set up a datatable with inline editing. One of the fields has a dropdownlist for this. What I need is for the values in the...
I chose the YUI scripts specifically for the table function but I do find a host of wonderful stuff here. i am running php5 on a linux server. i have been...
Hello, Is it possible to have the Rich Text Editor readonly? I can disable it but the text disapears as soon as I set the disabled property to true. I would...
Is there a way to have the min date automatically update so dates in the past are greyed out and you don't have to keep manually editing the code? I'm new and...
So I've seen sporadic information regarding Flash's "ScriptLimits" recursion limitation. Is this still an issue with flash and does it effect the YUI Uploader...
The DataTable has DateCellEditor which allows inline editing of a date. You just click on the date field, use the calendar to edit the date, and click submit. ...
So, I'm trying to add some text fields to a tab in the bottom pane of a layout. If I add markup to the page and set the tab content to point to the form...
Hello, I am trying to use SOAP web service as DataSource for AutoComplete. Should I be using XHRDataSource for that? Where do I specify the method I am...
Hi All, My image cropper utility is working fine. I would like to know is it possible that user cannot change width and height of the cropper but just can pull...
Hi there, I send the data of the textarea with the following code, but content value submits the initial value, not the changed one. It's critically urgent in...
Hi folks, It would be nice if the dataTable client sorting supported progressive sorting. By this I mean that if you click on a col to sort by and then click...
... before the user selects something? I am using the following to set the default of a menu on my page: button.set("selectedMenuItem", this.getItem(0)); But...
Hello, Are there any recommendation on writing extension/plugin for YUI? Basically I have written one on based on the cookie.js (YAHOO.util.Cookie) But I have...
Hi, I'm pulling in the content of a page via XHR and assigning the content to the body of a Dialog object and displaying it. The page being pulled in contains...
I'm trying to get a calendar to pop up when I click in the date entry field. Then when I click anywhere else I want it to disappear. If I click on a date in...
I can't seem to find an example of a double click event where the event identifies the node that was double clicked. The examples only show how to trap the...
I used the following one: http://developer.yahoo.com/yui/examples/editor/editor_adv_editor_clean.html The name of the textarea is "detail", the editor doesn't...
When using the nice editor that's built in to the treeview I need to determine when the name had changed to update other UI elements, so I created a very...
Hi, I am trying to implement a YUI datatable in Joomla. I just copy and passed the Progressive Enhancement sample. Everything works fine but the sorting of...