You can set the same listener for several objects. Within the listener, Event getTarget method lets you find what was clicked, possibly by its id. Methods...
Cells will word wrap in Firefox, but will not center. Cells will center in Internet Explorer, but will not word wrap. Problem was discussed in January 2008 in:...
Hi, I want to make my website's text 12px, everything, all controls as well. How would I do this? Do I have to go and specify the font size as 12px in all the...
Brendan Vogt
brendan.vogt@...
Nov 1, 2008 2:48 pm
40242
... Now that 2.6.0 is out I'm trying to see if this funtionality is available. I'm assuming I'd use getTreeDefinition() to get the "serializable" tree...
Lee.M
jupiter@...
Nov 1, 2008 4:48 pm
40243
See: http://developer.yahoo.com/yui/examples/treeview/tv-markup.html The second tree is made from the definition of the first and the third made of the...
I'm back :P I've just revisited the select menu deal and have a couple questions. I notice that you set the label for the button menu in the constructor on the...
tigerlito83, Thanks for the note and for your interest in working with us to improve YUI. Here's how you can do that. First, head over to the YUI Community...
gsmiroh, We'll be publishing an article by Caridy Patiño Mayea on this subject Monday on YUIBlog (http://yuiblog.com/ ), so stay tuned for that. In the...
... thanks, the thing I can't quite get is how to store it in a cookie in such a way so as to reuse it later: Saving it like this: ...
Lee.M
jupiter@...
Nov 1, 2008 9:01 pm
40249
So.. I had a bunch of problems with my little proof of concept this weekend.. but coffee and cigarettes sorted it out over time.. still have one hitch tho.....
Ah ha - that did it! I was using a table because I could not get the xml data source working properly. I suspect the appendChild will fix that also. Thanks...
I bought the upgrade to CS4 and did some initial testing. I'll work on it some more. First impression is positive. It worked fine and inserted all the right...
Thanks Satyam, That is a superb overview of the approach, just what I needed, thanks for taking the time. Sincerely, Aleksander ... listener, ... <snip>...
Thanks Bret, I had noticed that one when looking earlier, but couldn't figure out how to apply it to the menubutton style of calendar, so kept looking. Very...
Cookies have to be strings or things that have string representations. The string representation of an object is "[object]"which is not very useful. You have...
Dear all, I'm using the chart control to draw a line chart. I tried to set some styling attributes but it didn't apply to the chart. for example the color of...
Hi everybody, I use the YUI Calendar since some month into a French and internationalizable application. Currently I configure the calendar for French users by...
Gervais B
gervais.b@...
Nov 2, 2008 1:22 pm
40259
Hi, You are using a 2.4 SWF with 2.6 code. YAHOO.widget.Chart.SWFURL = "http://yui.yahooapis.com/2.4.0/build/charts/assets/charts.swf"; If you change it to: ...
Hello! I've been playing with datatable styling (custom CSS), but I can't figure out how to remove the outer border of datatable? Or at least make it white? ...
Hi Tripp, Thanks for the reply. As I was looking through charts source code I saw there is code there to make chart labels rotate (heavily commented with the ...
Hi Laura The YUI Charts SWF uses the same source files as the ASTRA Charts component for flash developers. http://developer.yahoo.com/flash/astra-flash/charts/...
Hi Tripp, I understand now, this is good to know. It would bring a nice flavor to the charts if it will make it into a release. Thanks again for the great work...
That would be great if it weren't bad programming technique. I presume you're not suggesting that the compressor take out curly braces if the programmer did...
... That's exactly what I'm suggesting. ... Remember, we're talking about compressed code, intended to be read by browsers, not humans. Style conventions don't...