Try a similar example to yours from the examples in the users guide. If they work, check the headers, specially the doctype. IE is trying to get away from its...
I had try the examples in the users guide, it fails again. The mouse doesn't show hand-icon when move the mouse upon the datatble. thanks. Wayne Lin,...
Wayne Lin
lxw927@...
Jun 1, 2009 7:25 am
49200
hi please tell me how to change the color of layout manager units...
Don't you feel like the description of the issue below doesn't quite match the description on the subject line? Is it that you can't select the row, as you...
Hi, When resizing a textarea vertically on ie, textarea shrinks horizontally as well. It works better in other browsers. Problem can be seen online at: ...
Cagatay Civici
cagatay.civici@...
Jun 1, 2009 10:23 am
49204
It is somewhere in the examples folder in the Zipped YUI distribution files....
IŽd need to be able to have a RTE with limited number of chars per row, or at least, to have a non-scrollable rte. Does any of you know how to do this? ...
Hi,Satyam Thanks for your help. I'm sorry that I didn't describe the issue clearly before. Now please look at the following pictures, I hope it's helpful. ...
Wayne Lin
lxw927@...
Jun 1, 2009 11:01 am
49208
Hi, Just started to work on YUI though I am a JavaScript/jQuery developer, as expected got my very first question. We have got some requirement from our...
Hi, I want to store the TextNode object in javascript variable when the particular TextNode was click. Do I have to handle onclick event for TextNode? If...
Hi, YUI skinning infrastructure has been in quite some time but there's only one built-in theme(sam) taking advantage of this. Are there any plans to add more...
Cagatay Civici
cagatay.civici@...
Jun 1, 2009 1:19 pm
49211
Someone was doing some Windows XP-style skin several months ago and had a demo page. I don't know how far it went. As it often happens, you style the...
myTree.subscribe('clickEvent', function (oArgs) { var clickedNode = oArgs.node; // do whatever you want with it }); You can also find out the node, if any,...
If you can see the same code working correctly when served from a remote server and not when accessing it locally, then the JavaScript code or the libraries...
I'm pretty sure I answered you the last time you asked: http://tech.groups.yahoo.com/group/ydn-javascript/message/49085 ... -- Dav Glass davglass@... ...
Hi Eric Thanks for pointing to the post. My initial question is still un answered. I have downloaded the yui library and it is the part of my build. Currently ...
vinay12
Vinay.Singh@...
Jun 1, 2009 3:33 pm
49217
I cannot troubleshoot from this code snippet. Do you have a working test link or a live link to your data source? If not, how about a sample of what is...
The combos are handled by software residing on the server. I heard there are plans to eventually release them to serve YUI3 files (that's the forum where I...
How to change tab order or remove the close (x) from the top right of my dialog. when i tab out of the last data entry field it goes to close instead of...
I created a DataTable with: var myDataTable = new YAHOO.widget.DataTable("dt-container", myColumnDefs, myDataSource, myConfigs); since this creates the new...
Cagatay, The skinning infrastructure was primarily designed to allow you to create your own skins: http://developer.yahoo.com/yui/articles/skinning/ We don't...