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...
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...
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...
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...
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...
I have a yui datatable where the first column holds a set of radio buttons -- just radio buttons, not inline radio editors. How do I go about conditionally...
when I retrieve text from the server, I can view it inside of the text editor in its fully formatted state. What I'd like to do is display the multiple...
I am new to YUI and would like to make some webpages with form. the purpose of those forms is to reload the current page with proper action (add or remove some...
I'll need to implement a math equation editor in a rich text editor soon. I'm wondering has anyone got experience doing something like with with the YUI...
Hi, I wanted to implement YUI Charts in my application. The problem is the chart's value will be dependent on a user-specified criteria. Users will select the...
Hi Group, I have a Perl file which I need to call from my YUI/JavaScript code. I have seen many examples using PHP, but nothing on calling CGI/PERL, nothing on...
Hi, I need to select a row on a datatable. Simply, but no selecting by the row number (0,1,2,3,etc.). I've a hide column named "Code" with unique number...
Hi all, I have a YUI datatable in IE that is really small: 15 rows x 8 columns. I built it the same way the YUI example code is written, however, both the ...
I am loading a datatable and would like to call a function to sum a column of data after it is loaded. I am able to call the function when I change the column...
Hello, After studying the examples and the complex app (http://developer.yahoo.com/yui/examples/layout/adv_layout_source.html) I started building my first web...
I am making the color picker be a gradient slider, instead of clicking from a palette. I noticed while I drag on my picker to change the color of the font, the...
I am using Ruby on Rails with YUI on research project at Stanford University. XHTML is currently used. the document starts with the following. <?xml...
Hi, I am trying to migrate from YUI 2.5.2 to 2.7.0 and I am getting an error I cannot figure out. I have a DataTable with an XHRDataSource getting JSON data....
Hi I'm trying to set up a basic calendar, but am having difficulty. Bear with me as I am a novice at all this, and it seems like diving in at the deep end! ...
I am trying to add a dynamic contextMenu to a treeview. The goal is to display different contextMenu based on the depth of each node. Your help is welcome,...
Hi, I can success to run the examplesimpledialog-quickstart_clean.html under IE 6, but when I try to run it under FireFox 3.5;the dialog box NOT pop-up. Do I...
Hi, I'm trying to integrate the example http://developer.yahoo.com/yui/examples/datatable/dt_enhanced.html that derives data from the HTML TABLE element with...
Hello there. I'm having an issue when creating a chart using an XHRDataSource (the issue goes away when I test with a local test data file).. the issue is...
I am using the datatable and inline editing, and I pull up an alert that shows what was changed, the client has to click ok for it to disappear, does anyone...