Globals should be avoided as much as possible. Normally a page is a mixture of code you wrote and libraries from external sources, ad providers, mashups and so...
38551
aniad
Oct 1, 2008 7:51 pm
Dav, So here is the story. If I run this html on IE 6.0.x with Yahoo!Toolbar (yt.dll) add-on installed/enabled, and switch between IE/Yahoo tabs, that is when...
38552
Bradley Austin Davis
jherico
Oct 1, 2008 8:31 pm
I'm attempting to use the YUI loader in my JSP based application. Different pages have different needs, so I typically put a YUI loader wherever I need a given...
38553
georgiann puckett
george.puckett
Oct 1, 2008 8:33 pm
The YUI team is pleased to announce that YUI 2.6.0 <http://yuiblog.com/blog/2008/10/01/yui-260> is now available for download...
38554
irene varas
irene_varas2005
Oct 1, 2008 8:47 pm
hi .. i have a question.. when i use the method senRequest for example myDataTable.getDataSource().sendRequest('',myDataTable.onDataReturnInitializeTable, ...
38555
bretlevy
Oct 1, 2008 9:08 pm
You may want to look at this simple demo too: http://sandbox.bluelinkdemo.com/sandbox/colortest1.htm This example shows how to have multiple color "inputs"...
38556
webbylechat
Oct 1, 2008 9:16 pm
Hi, Is API Documentation for versions of YUI prior to 2.6 are available on the YUI site? If not, where can I download YUI 2.4.1, I am supporting an app that ...
38557
Adam Moore
adam.moore
Oct 1, 2008 9:39 pm
... Older releases (which include the API documentation) can be downloaded from SourceForge: ...
38558
Shige Takeda
stakeda@...
Oct 1, 2008 9:48 pm
Charts 2.5.2 or 2.6: Could anybody know how to set the X-Axis / Y-Axis labels? Can NumericAxis object include it or Chart object? I would like to add...
38559
Satyam
satyamutsa
Oct 1, 2008 9:56 pm
... onDataReturnInitializeTable does just that,it initializes the table as if it had not been there before, it doesn't compare to what's already in, it doesn't...
38560
wilsonsheldon
Oct 1, 2008 10:00 pm
Hi everyone, Regarding the menu component. I'm using 2.6.0. I know there is an issue: "Submenus of a scrolling Menu are not visible in IE 6 and 7 in Quirks ...
38561
daisyhmazie
Oct 1, 2008 10:14 pm
Hi! Im new using YUI and very rusty with my javascript. Im having trouble figure out how to firstly have a column that's calculated from the values of another...
38562
Eric Miraglia
ericmiraglia
Oct 1, 2008 10:33 pm
A direct link to the Configurator prepopulated with DataTable's dependencies, including optional dependencies: ...
38563
Eric Miraglia
ericmiraglia
Oct 1, 2008 10:35 pm
Sean, George has aggregated the release notes for you here: http://tech.groups.yahoo.com/group/ydn-javascript/message/38553 Regards, Eric...
38564
Dav Glass
dav.glass
Oct 1, 2008 10:46 pm
aniad -- I was able to see what was happening when I checked it in IE with a tab plugin installed.. Looks like when the page is resizing, one of the unit's is...
38565
Shige Takeda
smtakeda
Oct 1, 2008 11:06 pm
Charts 2.5.2 or 2.6: Could anybody know how to set the X-Axis / Y-Axis labels? Can NumericAxis object include it or Chart object? I would like to add...
38566
tripp.bridges
Oct 1, 2008 11:18 pm
Hi, You can format the axis labels through the labelFunction of you axis. It is described in the Customizing Axis Labels section here: ...
38567
tripp.bridges
Oct 1, 2008 11:28 pm
Hi, Your problem is in your data array. You have string values defined. Change to this: var siebkurve = [ { size: 0.315, value: 97}, { size: 0.200, value: 6}, ...
38568
w.davidow
Oct 2, 2008 12:07 am
I'm messing around with some code to trap 'ctrl' key presses and i'm unable to trap the keyup event for the ctrl key... here is the code I've got: ...
38569
irene varas
irene_varas2005
Oct 2, 2008 12:09 am
you are right thanks satyam :) 2008/10/1 Satyam <satyam@...> ... -- " Prefiero almas altivas y altaneras que serviles y rastreras, porque se puede...
38570
tssha
Oct 2, 2008 12:19 am
... <snip> Add the following code before the asyncRequest() call: YAHOO.util.Connect._default_post_header = "application/x-www-form-urlencoded; charset=UTF-8" ...
38571
preethimaddy
Oct 2, 2008 12:22 am
Hi.. I have a textfield in which im implementing autocomplete.the autocomplete functionality is called after the user types in the first 5 characters.Now my...
38572
tssha
Oct 2, 2008 12:44 am
... causes ... utf-8). ... Actually, strike the previous suggestion. I wrongly assumed you were using the Dialog's form submission routine. In looking at the...
38573
danvdascalescu
Oct 2, 2008 1:42 am
Hi, I'm new to the RTE. I started digging into it today in order to build a code editor for our open-sourced project http://sourceforge.net/projects/rthree . ...
38574
Dav Glass
dav.glass
Oct 2, 2008 2:49 am
Dan -- No, there is no official source editor in the RTE. There are issues in Safari and Opera that keep me from writing one. With the release of Safari 3 and...
38575
dreamworker22000
dreamworker2...
Oct 2, 2008 4:10 am
I was asked to do some specific alterations to an HTML formatted email today and thought sure something simple for a change be nice - sigh - I should have...
38576
Ken Loomis
kloomis@...
Oct 2, 2008 4:11 am
Hi: I'm having a devil of a time with charts. First: I couldn't see the YUI Examples in FireFox 3.0. When I tried to download the latest version of FlashPlayer...
38577
Satyam
satyamutsa
Oct 2, 2008 6:21 am
You can list columns in the column defs array that don't exist in the responseSchema.fields array. Those columns need to have a formatter function defined...
38578
Todd Kloots
toddkloots
Oct 2, 2008 6:21 am
Hi John - Are you including the optional YUI Button dependency? If so, then just set the Button's "label" attribute via the "set" method: ...
38579
Todd Kloots
toddkloots
Oct 2, 2008 6:28 am
Kel - It is a bug in Button that is fixed in the latest release of YUI (2.6.0). You can also work around this problem by not using an inline "onsubmit" event...