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...
7079
harrykiri
Dec 1, 2006 8:36 am
... (http://developer.yahoo.com/yui/examples/autocomplete/states_jsfunction.html) ... Yepper, same here. I do not think there's one, otherwise Dave Glass may...
7080
mrtkr
Dec 1, 2006 9:17 am
yes!! there is a hack: just use: overflow: visible; ... martin ... of the ... scroll or ... 'Container39;...
7081
carltondickson
Dec 1, 2006 9:26 am
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...
thanks a lot! now, this works great for me on the server side: [php] $var = utf8_decode(urldecode($_POST[39;varname39;])); [/php] lg t ... thanks a lot! now, this...
7084
Gaetano Giunta
gaetanogiunt...
Dec 1, 2006 11:14 am
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...
7085
mrtkr
Dec 1, 2006 12:04 pm
sorry, I was wrong....
7086
Alexander Garcia Sana...
alexandergs
Dec 1, 2006 1:36 pm
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...
7087
xsolonix
Dec 1, 2006 2:02 pm
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...
7088
Alexander Garcia Sana...
alexandergs
Dec 1, 2006 2:22 pm
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...
7089
cpfs50
Dec 1, 2006 2:59 pm
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...
7090
James ffolliott
jamesweb99
Dec 1, 2006 3:42 pm
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 ...
7091
Christian Schyma
cj_schyma
Dec 1, 2006 3:48 pm
... Thanks, this hint solved my problem. Cheers Christian...
7092
J. Shirley
j_s_shirley
Dec 1, 2006 4:07 pm
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: ...
7093
Nige White
exguardianre...
Dec 1, 2006 4:12 pm
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...
7094
flubsg
Dec 1, 2006 4:23 pm
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...
7095
Nige White
exguardianre...
Dec 1, 2006 5:19 pm
Wrong forum. That's a yui-ext class. Use http://www.yui-ext.com/forum/index.php ... _______________________________________________________________________ ...
7096
jpdavenportjr
Dec 1, 2006 6:01 pm
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...
7097
Steven Peterson
steven.peterson
Dec 1, 2006 6:58 pm
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...
7098
moore234
Dec 1, 2006 7:45 pm
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, ...
7099
zmische
Dec 1, 2006 8:22 pm
... wrote: Anyone help me plz!!!...
7100
Matt Sweeney
matt.sweeney
Dec 1, 2006 11:36 pm
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...
7101
Matt Sweeney
matt.sweeney
Dec 1, 2006 11:38 pm
Hi Agnes, It should be possible to do this. Are you getting a JS error when the process stops? Matt...
7102
Matt Sweeney
matt.sweeney
Dec 1, 2006 11:44 pm
Hi Peter, Reusing animation instances with different elements is not currently supported, but will be in a future release. Matt...
7103
Brian LeRoux
fbxbrian
Dec 2, 2006 12:21 am
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: ...
7104
Steven Peterson
steven.peterson
Dec 2, 2006 12:33 am
You shouldn't need to use the single apostrophes in your response string. Try: this.cal1.addRenderer(o.responseText, this.cal1.renderCellStyleHighlight1 ); The...
7105
otrorichard
Dec 2, 2006 12:52 am
Sorry my delayed answer (my job), but I think is very hard catch every event and filtering its tags. Is there a simpler way?...
7106
exguardianreader
exguardianre...
Dec 2, 2006 11:53 am
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 ...
7107
exguardianreader
exguardianre...
Dec 2, 2006 12:16 pm
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...