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...
28420
melvin.nijholt
Apr 1, 2008 9:10 am
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 ...
28421
pieter.thoma
Apr 1, 2008 9:39 am
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...
28423
bacteries_metalorgie
bacteries_me...
Apr 1, 2008 11:05 am
Thanks! I will check this....
28424
rsewar2
Apr 1, 2008 11:11 am
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...
28425
restless.being
Apr 1, 2008 12:00 pm
Ok, I've found this: http://tech.groups.yahoo.com/group/ydn- javascript/message/11075 -- eXt...
28426
Jim Byrne
slimjimbuk
Apr 1, 2008 1:02 pm
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...
28427
Nitefoll
nitefoll0
Apr 1, 2008 1:58 pm
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...
28428
ton.romeyn
Apr 1, 2008 2:10 pm
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...
28429
Caridy PatiƱo Mayea
caridyp
Apr 1, 2008 2:38 pm
Hello, Here you have an example... APP.Loader = new YAHOO.util.YUILoader(); APP.Loader.require(['modules here....']); APP.Loader.insert({ onSuccess: function()...
28430
Nitefoll
nitefoll0
Apr 1, 2008 2:54 pm
Wow, can't believe I missed that, thank you so much Caridy, I've been scratching my head for over 2 hours on this :) Thank you very much N....
28431
Satyam
satyamutsa
Apr 1, 2008 3:04 pm
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...
28432
Satyam
satyamutsa
Apr 1, 2008 3:20 pm
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...
28434
david_c1986
Apr 1, 2008 3:44 pm
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: ...
28435
John
brjvmpr
Apr 1, 2008 3:47 pm
How do I refresh a tree node to get new data to appear with that node still expanded after refresh?...
28436
Eric Miraglia
ericmiraglia
Apr 1, 2008 3:57 pm
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...
28437
bagam_venkat
Apr 1, 2008 4:01 pm
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...
Can someone point me to an example for using resize on a dynamically created panel (using script not mark up)...
28440
kjmapper
Apr 1, 2008 4:41 pm
Hi - I cannot get the datatable server paging example to work: If double click the html file in windows explorer: ...
28441
kjmapper
Apr 1, 2008 4:42 pm
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...
28442
y_lsmith
Apr 1, 2008 4:42 pm
Dunior, Satyam has a server driven example that includes pagination and sorting. Have a look <http://satyam.com.ar/yui/> . Hope this helps, Luke ... ...
28443
y_lsmith
Apr 1, 2008 4:46 pm
Are you using 2.5.0 or 2.5.1? Do you have a sample page that I can look at? Luke...
28444
Dav Glass
dav.glass
Apr 1, 2008 5:16 pm
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...
28445
Dav Glass
dav.glass
Apr 1, 2008 5:19 pm
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...
28446
bacteries_metalorgie
bacteries_me...
Apr 1, 2008 5:25 pm
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 : ...
28447
rafinha_spy
Apr 1, 2008 5:34 pm
function changeCombo(combo, s){ var postData = "t=" + combo + "&id=" + s + "&random=" + new Date().getTime(); var request =...
28448
tssha
Apr 1, 2008 5:45 pm
... 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...
28449
Todd Kloots
toddkloots
Apr 1, 2008 5:48 pm
"sanvich" - The easiest way to customize the "submenualignment" configuration property is to use a render event handler. The render event will fire for each...
28450
stergios_marinopoulos
stergios_mar...
Apr 1, 2008 5:57 pm
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 ...