It is for Inetrnet Explorer. Firefox works fine without it. Anyhow, in this list you get no replies on Borwser History Manager. In 4 months that I have been...
Hi, I have a little problem with the CSS Grids part of yui. I have made a small test site to demonstrate my problem. http://www.cyberdot.nl/yui/test.html ...
Hi, I'm having a small problem when using YUI buttons and doing an AJAX request. I have some dynamic content which gets into a span or div using AJAX. The HTML...
I'm using the editor as part of a small CMS I'm putting together. I've added a file input element to the page. When a user selects a file, it is uploaded to...
Hi, I'm been looking at the YUI CSS grids and would like to adopt the approach for a project - but I'm a bit lost as to how I add my own styles to the basic...
Hi All Just downloaded v2.5.1 and loving the yuiloader-dom-event.js rollup. One thing, how do I prevent the YUILoader loading the default sam-skin.css file...
We are using server side paging. It works fine in most cases, except one. When a list is paged and the last page consists of only 1 record, then this record...
Hello, Here you have an example... APP.Loader = new YAHOO.util.YUILoader(); APP.Loader.require(['modules here....']); APP.Loader.insert({ onSuccess: function()...
Check the documentation about custom sorting. You could write your own sorting function that will have to recognize the totals row somehow and return a value...
The DataTable fires the checkboxClickEvent and you can do whatever you want with that. In http://satyam.com.ar/yui/2.5.0/assortedControls.html I showed how you...
Hi I have a post method in a servlet returning some xml: <ResultSet><Result><Field>Testing</Field></Result></ResultSet> and a dataSource with response schema: ...
Riki, This might be easier for Charts-savvy developers to help you with if you provided a URL where they can see it in action and poke around in Firebug. Is...
Hi all, i am pretty much new to yahoo calendar. I am using the calendar component in my rails app.I have such a scenario that when I click on a particular...
Hi - All the datatable examples have data that is hardcoded into the example. A common scenario is of course to have data in a database, not hardcoded into...
Dunior, Satyam has a server driven example that includes pagination and sorting. Have a look <http://satyam.com.ar/yui/> . Hope this helps, Luke ... ...
nastavirss -- Same principle as this example: http://developer.yahoo.com/yui/examples/container/panel-resize.html Just don't provide the markup.. Dav Dav Glass...
rsewar2 -- You should look at this from another angle. Before you have them click the upload button, add the placeholder element to the editor before the...
I Try it but I never go in the function. I'm new to listener events so I try to understand but don't know what change to have it works. I see here : ...
... You seem to be missing a few left braces after the first and second "if" statements, in the success handler. If this does not resolve your problem, please...
"sanvich" - The easiest way to customize the "submenualignment" configuration property is to use a render event handler. The render event will fire for each...
I would like to receive an event when the currently selected tab is selected again. Basically I need to work around the behavior in the activate method in ...