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...
I created a DataTable with: var myDataTable = new YAHOO.widget.DataTable("dt-container", myColumnDefs, myDataSource, myConfigs); since this creates the new...
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...
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...
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...
49216
vinay12
Vinay.Singh@...
Jun 1, 2009 3:33 pm
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 ...
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@... ...
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...
myTree.subscribe('clickEvent', function (oArgs) { var clickedNode = oArgs.node; // do whatever you want with it }); You can also find out the node, if any,...
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...
49210
Cagatay Civici
cagatay.civici@...
Jun 1, 2009 1:19 pm
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...
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, 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...
49207
Wayne Lin
lxw927@...
Jun 1, 2009 11:01 am
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. ...
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? ...
It is somewhere in the examples folder in the Zipped YUI distribution files....
49203
Cagatay Civici
cagatay.civici@...
Jun 1, 2009 10:23 am
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: ...
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 please tell me how to change the color of layout manager units...
49199
Wayne Lin
lxw927@...
Jun 1, 2009 7:25 am
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,...
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...