I'm attempting to create a JavaScript jigsaw puzzle as part of my ongoing effort to better learn JavaScript - so yes, I am a n00b. The puzzle pieces start in...
Folks, I have been working on something for quite a while and thought that I would ask if anybody has any suggestions that I could use. Part of my web...
Hello, I have a data table and it displays 12 rows per page. The problem is that when there are exactly 12 records, it displays 1 in the paginator. We do not...
My XHRDataSource contains a pk (primary key) field, but that value is not in the column defs of the associated datatable. (I don't want to show it.) Is there a...
I've looked at all the documentation, but I can't figure out how to force DataTable to display numbers as #.##. I have sortable tables and it looks better when...
Hello I'm facing a problem with YUI RTE Fonsize button. When I select a single word inside a paragraph and click on Fontsize button to increase or decrese...
Hello, I have a data table which has several columns. .yui-skin-sam .yui-dt th a{text-align} style aligns all column headers to the specified side. I need to...
It's been a while, I have worked with the YUI since 2.2.2 I had a really nice css all set up the way i wanted it... upgraded to 2.6 and wham, can't get it to...
Does anyone know how long I should expect to have to wait for a response on a bug report? I have two outstanding, one from December, one from a couple of...
I have a datatable in my app using a XHR/JSON datasource. Typically about 5 rows of data are returned, with a maximum of about 30. I'd like to update the table...
I posted this on Friday but managed to get it narrowed down a little more since then. This is my JS file. The error message only says it's expecting an object....
Folks, I have been working on something for quite a while and thought that I would ask if anybody has any suggestions that I could use. Part of my web...
I have 400 imgages to scroll (10 items per view). The carousel works fine till an certain point. Then are no images shown in the container, but the container...
I am trying to use AutoComplete with XHR datasource returning JSON results. However, the autocomplete shows nothing even though the firebug plugin shows the...
Does anyone know a way to do fixed, fluid, fixed columns in YUI grids? I tried and tried but can only get a very buggy one that doesn't work with Internet...
Hi, we are using custom icon tree view.I want to know is it possible to have two or more custom icons for each node in the tree.If it is possible what is the...
Hi, I am new to YUI and trying my luck with YUI tabs. I am loading the tab contents dynamically- ... tabView.addTab(new YAHOO.widget.Tab({ label: 'tabLabel139;,...
Is there any way to modify the contents of a dialog box dynamically such as the contents of drop down list. I have a datatable and there is a link on that data...
Has anyone else run into this issue? I have both a menu button and a radio button which have been generated from markup, but because they contain an ampersand...
I must be missing something obvious. What is the recommended way to use the Grid with 2 columns, and text- align the left column to the left and the right...
How do I check a checkbox in a simple datatable by default? Thanks _________________________________________________________________ It's simple! Sell your...
Hi I'm starting to work my way through YUI and I'm getting to grips with most of it. I'm hitting a problem however with preventing a window from closing. ...
My datatable works great with one exception - I cannot get it to display an image using an <img src="..."> tag. I know the path is correct; in fact I even see...
Hi, I'm new to SVG and I need to generate some svg images in a Web Browser and I need to display yui tooltip on those svg elements. My Code is as follows <?xml...
Hello everybody, I just tried to use the JavaScript Code-Assist Feature in Zend Studio with YUI. I am confused. It works for example for the YAHOO-Class after...
I'm a bit new to YUI and have run into an issue where I frequently get a firebug error message "Permission ... ". I think this is likely a firebug/ff issue...
I'm having a problem displaying a datatable within a TabView. I created a div within the tab to be used as the container for the table: <div id="history"><!--...
I have a layout which displays list of URL's in the center. when a url is clicked, the page is displayed at the bottom in an iframe. the require is to drag...
With the example here: http://developer.yahoo.com/yui/examples/container/simpledialog-quickstart_clean.html What would need done in 'handleYes39; to make it so...