I'm having an issue with Firefox redrawing a div's background issue. It works fine in Safari. It's really hard to describe the problem. Best to just take a...
10162
Todd Kloots
toddkloots
Mar 2, 2007 2:48 am
No, at least not in the way that you demonstrated in your example. You are adding a "clickEvent" listener to a menu, not individual items. Therefore, there...
10164
Bhasker
bosky101
Mar 2, 2007 3:21 am
good news i found the fix . for those interested in knowing the issue . the problem was that i was trying to store the event object in a variable,and access it...
10165
randomjuju
Mar 2, 2007 3:39 am
Hey. I just poked at this a bit, but I don't think I really understand the problem. What do you mean by "do" the background image? And which div are you...
10166
jamoville
Mar 2, 2007 4:00 am
WOW - no response to this. It gives me the feeling that there is a serious problem with the dialog implementation. I hope not - but this issue seems to make...
10167
chinnych
Mar 2, 2007 6:53 am
Hi All, May i know whether yui tree with checkboxes supports for netscape or not?.In my code i added a checkbox to leaf node.when i collapse the tree the...
10168
rahuldeb_250
Mar 2, 2007 7:18 am
Can anyone please tell me what is the extension for yahooUi files?...
10169
andrewrjones86
Mar 2, 2007 9:19 am
I'm not an expert at this but I see from Firebug that the XML coming back is actually RSS, don't know if that makes much difference. Also, I would check again...
10170
Stuart Grimshaw
stuartgrimshaw
Mar 2, 2007 11:27 am
Is it possible to get a column to span several columns with the dataGrid control? Some of the tables we display is grouped together, and we display the group...
10171
Petre Trinculescu
skywebro
Mar 2, 2007 1:19 pm
Hello, I am newbie to YUI and I am trying to create multiple effects for the same element. My functions reads: function animate() { var myAnim = new...
10172
Carlton Dickson
carltondickson
Mar 2, 2007 2:25 pm
Del, I think you need to change this part... resultNode: "ResultSet.Result", // Node name of each result item to resultNode: "item", // Node name of each...
10173
Brian Jackson
iggy_cav
Mar 2, 2007 3:19 pm
There's a div on top of the image that you can drag around. When you drag the div around it's supposed to reposition it's background so that the background...
10174
tropeanojohn
Mar 2, 2007 3:56 pm
.js...
10175
Todd Kloots
toddkloots
Mar 2, 2007 3:57 pm
"jamoville" - Not the case. This has just been a very busy week for me and I haven't had time to look into it yet. It is on my list of things to do for...
10176
Stuart Grimshaw
stuartgrimshaw
Mar 2, 2007 4:16 pm
The following is a snippet from my XMl that is being returned (as text/xml), what should I be setting my resultNode to in the js? <!-- Begin --> <Grid...
10177
Ken Loomis
kloomis@...
Mar 2, 2007 4:16 pm
Hello: Is it a bug, a feature, or am I doing something wrong? I have a form with an input of file type in a YUI dialog. When I submit the form for uploading...
10178
randomjuju
Mar 2, 2007 4:36 pm
Hi there -- I think you'll need to create a separate animation for each effect. Furthermore, you'll need to hook into the onComplete event for the first...
10179
asundlihardig
Mar 2, 2007 5:05 pm
... Hi I would like to do the same thing, but I would like the effects to run at the same time. I.E fade and move Alex...
10180
Nicolas Doye
mapnjd
Mar 2, 2007 5:07 pm
Works fine here in Firefox 2.0 on Windows XP. Which version are you checking? nic ... -- http://worldofnic.org...
10181
Darrell Esau
desau13
Mar 2, 2007 5:08 pm
From my understanding of the code, it appears that if I add a single node to a treeview, it will not show up until I call the draw() function -- which blows...
10182
dav.glass@...
dav.glass
Mar 2, 2007 5:14 pm
Petre -- Here are a couple of useful animation examples: http://blog.davglass.com/files/yui/animseq/ http://blog.davglass.com/files/yui/animagain/ Hope they...
10183
Stuart Grimshaw
stuartgrimshaw
Mar 2, 2007 5:54 pm
At the point in our app where I want to draw a table, I already have the XML I want to use in a DOM object. Is there any way to make the DataSource/DataTable...
10184
Brian Jackson
iggy_cav
Mar 2, 2007 5:59 pm
I've tried Firefox on Linux and OSX. Both show the problem. Safari works fine. Haven't checked IE yet. --Brian Jackson...
10185
Matt Miller
matthew_d_mi...
Mar 2, 2007 6:01 pm
This patch adds the ability to specify a tooltip css class other than the default "yui-tt", giving the ability to have tooltips with different styles in the...
10186
dav.glass@...
dav.glass
Mar 2, 2007 6:02 pm
Ken -- Can you put up an example somewhere so we can see it in action? Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most successful...
10187
polisetty_bhaskar
polisetty_bh...
Mar 2, 2007 6:04 pm
Hi, When I try to resize the window using mouse, it should not allow me to make it smaller than 700x200 pixels. Can anyone guide me to achieve this...
10188
tssha
Mar 2, 2007 6:12 pm
... pull ... What's ... Please post a URL or sample code for us to review. Regards, Thomas...
10189
Matt Miller
matthew_d_mi...
Mar 2, 2007 6:13 pm
This patch adds the ability to specify a tooltip css class other than the default "yui-tt", giving the ability to have tooltips with different styles in the...
10193
Tim
calthos
Mar 2, 2007 6:57 pm
Did you know that <script type="text/javascript" src="../../YUI/build/yahoo/yahoo.js"></script> is not the same as <script src="../../YUI/build/yahoo/yahoo.js"...
10194
ratboybyron
Mar 2, 2007 7:23 pm
I'm interested in using the animated Menu Bar as in the example http://developer.yahoo.com/yui/examples/menu/topnavfrommarkupwithanim.ht\ ml ...