Hi. If you're having problems because there are other libraries which depends on an other Mozilla Rhino implementation you can do the following so that the...
Hi people, I've just installed the new firefox version (3.5), and I've had a surprise when my working page haven't loaded correctly. I've found a problem with...
Yes, it's a common practice to use selenium to load a page that contains a set of YUI Test Suite, and report the result during the build process. Best Regards,...
I am using the YUI tree that's displayed in a container. The container is about 700px long but the list of nodes is much longer than that. The tree works as a...
Hello, My application has three frames in one page. The page is divided into two horizontal frames and the lower frame is divided into two other frames. ...
I've built a YUI Sparkline widget, if anyone else is interested. It's based on ideas by graphic design hero Edward Tufte and uses the HTML Canvas element,...
In a relatively complex YUI application I have several datatables showing information fetched from the server. These datatables are created and updated by a...
Hi! I'm trying to make datatable with data pooling. I would like to keep state. I'm struggling with payload and callback but it doesnt work. Is it possible...
Couldn't find anything in the docs or the group postings regarding this. I would like to create a table with XY scrolling where I can freeze the top header row...
DataTable does not support freezing in place anything but the header row(s). Many people have asked for it in this forum, but I don't even know if anyone...
All kinds of nodes have a method focus() inherited from Node so, as long as you have a reference to which node you want to set the focus on you can just call...
 Hello, My application has three frames in one page. The page is divided into two horizontal frames and the lower frame is divided into two other frames. ...
Thanks for the info. I can see people not adding the feature request if they have to find another solution anyway. ... -- Adam Stein @ Xerox Corporation...
There are two ways to work with the DataTable to provide interactivity to the user. One is to assemble the DataTable with plenty of links with long hrefs full...
Hi, I'm having load time performance problems. I'm making a family tree and each person is represented as a panel on a background panel that's draggable. ...
Hey Michael, this is very nice - but I've got a couple comments: Unfortunately for me using Canvas is a non-starter since it doesn't work in IE. I personally...
... Yeah...I realize it's going to fail in IE. I'm thinking if I make it subclass the LineGraph, it could fall back to a very tiny flash-version when Canvas is...
Hey all, I've got a datable with inline editing, and what I'd like to do is disallow the editing of cells with a certain value. I'm listening to all cells set...
Personnaly I use Emacs qith js2-mode (http://code.google.com/p/js2-mode/). This one is really nice but as I guess you are searching something with what you...
Hello, I'm generating javascript code with ASP; then I try to load this script with YAHOO.util.Get.script; does anyone know if is it possible to load from ASP...
I am having a problem using draggable columns in the datatable. When the datatable is placed inside another drag drop object, the column reordering gets...
Managed to solve both issues at once with this little number: myDataTable.onEventShowCellEditor = function(oArgs) { if (this.getColumn(oArgs.target).getField()...
... Satyam Thank you for your contribution. However, I already have everything working satisfactorily, except that I need to pass parameters to my custom...
... One addition: my current solution to locally loop through the JSON data before it goes to the datasource and add the context data to each record. But the...
Hi, I am trying to use yui grids inside an XSL. XSL code block and style sheet are attached at the end of the mail. I have this problem of having a small...