Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7078 - 7107 of 52119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7078
Thanks for looking at it. Removing the stopPropagation call from demo3 didn't help. I'm using both Firefox 1.5 and 2 on two different machines and its broken...
Dawn Endico
candiedwomanire
Online Now Send Email
Dec 1, 2006
8:33 am
7079
... (http://developer.yahoo.com/yui/examples/autocomplete/states_jsfunction.html) ... Yepper, same here. I do not think there's one, otherwise Dave Glass may...
harrykiri
Offline Send Email
Dec 1, 2006
8:36 am
7080
yes!! there is a hack: just use: overflow: visible; ... martin ... of the ... scroll or ... 'Container'...
mrtkr
Offline Send Email
Dec 1, 2006
9:17 am
7081
Thanks Thomas, Sergio and Moore. I tried using the postData method and it seems to work fine, just need to test to be sure...so thanks again! I don't know if...
carltondickson
Offline Send Email
Dec 1, 2006
9:26 am
7082
... Date : Thu, 30 Nov 2006 20:52:36 +0100 De : Thomas Chille <thomas.chille@...> Répondre à : ydn-javascript@yahoogroups.com Objet : [ydn-javascript]...
Pierre Goiffon
pgoiffon
Offline Send Email
Dec 1, 2006
9:28 am
7083
thanks a lot! now, this works great for me on the server side: [php] $var = utf8_decode(urldecode($_POST['varname'])); [/php] lg t ... thanks a lot! now, this...
Thomas Chille
thochii
Offline Send Email
Dec 1, 2006
9:57 am
7084
Hello everybody. I justa started playing with YUI to build a 'tree object editor' interface. I think I found a couple of bugs in the code, but before filing to...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Dec 1, 2006
11:14 am
7085
sorry, I was wrong....
mrtkr
Offline Send Email
Dec 1, 2006
12:04 pm
7086
Hello, I have a BorderLayout. All contained in a FORM element. The north part of the BorderLayout has an input type=submit button. The west and center have an...
Alexander Garcia Sana...
alexandergs
Offline Send Email
Dec 1, 2006
1:36 pm
7087
I'm probably doing something wrong here, let see if someone can figure it out. THis is a simple slider (only using slideEnd event and showing the value in an...
xsolonix
Offline Send Email
Dec 1, 2006
2:02 pm
7088
I am sorry. My fault. I had this: var layout = new YAHOO.ext.BorderLayout(document.body, { where it should've been this: var layout = new...
Alexander Garcia Sana...
alexandergs
Offline Send Email
Dec 1, 2006
2:22 pm
7089
Hi Jenny I also wanted to change the behaviour so that you need only press <RETURN> once to submit the form. Thanks for your help. It works perfectly in...
cpfs50
Offline Send Email
Dec 1, 2006
2:59 pm
7090
Hi Todd, Yes that's essentially the idea. I simplified my code to demonstrate the problem. The actual menu system is backed by a database and will end up ...
James ffolliott
jamesweb99
Offline Send Email
Dec 1, 2006
3:42 pm
7091
... Thanks, this hint solved my problem. Cheers Christian...
Christian Schyma
cj_schyma
Offline Send Email
Dec 1, 2006
3:48 pm
7092
Hi Adam, Sorry for the delay in responding. I was trying to setup a test case that is somewhat valid -- I extracted all the relevant code and placed it here: ...
J. Shirley
j_s_shirley
Online Now Send Email
Dec 1, 2006
4:07 pm
7093
Use a YAHOO.ext.UpdateManager: http://www.jackslocum.com/blog/index.php http://www.yui-ext.com/deploy/yui-ext/docs/ See the UpdateManager class's...
Nige White
exguardianre...
Offline Send Email
Dec 1, 2006
4:12 pm
7094
thanks Dawn and Adam. to Adam: ya, I was exploring around and found that I'm should use the DOM util. But I'm not too sure of how to use it, as there aren't...
flubsg
Offline Send Email
Dec 1, 2006
4:23 pm
7095
Wrong forum. That's a yui-ext class. Use http://www.yui-ext.com/forum/index.php ... _______________________________________________________________________ ...
Nige White
exguardianre...
Offline Send Email
Dec 1, 2006
5:19 pm
7096
Todd, Sorry, it's not quite a bug, it's more my feature request. I am hoping to write the code to do it, and then share it. Your current hide delay is for...
jpdavenportjr
Offline Send Email
Dec 1, 2006
6:01 pm
7097
Gaetano, Let me try to take a stab at your Dialog questions. It appears that your markup for the Dialog is not constructed properly. You have to construct your...
Steven Peterson
steven.peterson
Offline Send Email
Dec 1, 2006
6:58 pm
7098
Hi Pierre, I made sure my application validated with HTML transitional (I can't use html strict because I need the target attribute of the form, ...
moore234
Offline Send Email
Dec 1, 2006
7:45 pm
7099
... wrote: Anyone help me plz!!!...
zmische
Offline Send Email
Dec 1, 2006
8:22 pm
7100
Hi, I checked the urls you posted, and I don't see any TabView code. Can you point to or send the code in question? Thanks, Matt...
Matt Sweeney
matt.sweeney
Offline Send Email
Dec 1, 2006
11:36 pm
7101
Hi Agnes, It should be possible to do this. Are you getting a JS error when the process stops? Matt...
Matt Sweeney
matt.sweeney
Offline Send Email
Dec 1, 2006
11:38 pm
7102
Hi Peter, Reusing animation instances with different elements is not currently supported, but will be in a future release. Matt...
Matt Sweeney
matt.sweeney
Offline Send Email
Dec 1, 2006
11:44 pm
7103
Hey guys, I'm doing a little remoting call that returns a string like this: 10/12/2006,10/11/2006 to which I pass to the addRenderer like so: ...
Brian LeRoux
fbxbrian
Offline Send Email
Dec 2, 2006
12:21 am
7104
You shouldn't need to use the single apostrophes in your response string. Try: this.cal1.addRenderer(o.responseText, this.cal1.renderCellStyleHighlight1 ); The...
Steven Peterson
steven.peterson
Offline Send Email
Dec 2, 2006
12:33 am
7105
Sorry my delayed answer (my job), but I think is very hard catch every event and filtering its tags. Is there a simpler way?...
otrorichard
Offline Send Email
Dec 2, 2006
12:52 am
7106
Well, you want to defeat HTML links in the browser; you'll have to do a little work! It's not hard at all. Create a YAHOO.ext.Element from the element into ...
exguardianreader
exguardianre...
Offline Send Email
Dec 2, 2006
11:53 am
7107
Of course that will only work on links to the same domain. If you want to handle links to anywhere, you'll have to use an iframe, and then you won't need to do...
exguardianreader
exguardianre...
Offline Send Email
Dec 2, 2006
12:16 pm
Messages 7078 - 7107 of 52119   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help