... Hash: SHA1 ... It is a method of calendar (you can see this if you look at the API documentation). Hence: cal.onSelect = myfunction; cal.onDeselect =...
390
jokullaudunsson
Mar 3, 2006 4:49 pm
The following is a code snippet used to post a form. The success handler then makes a seperate request with an innerHTML to update the page AJAX style. ...
391
Thomas S. Sha
tssha
Mar 3, 2006 5:07 pm
... XHR doesn't observe your header values and forces UTF-8; perhaps this may be affecting your use case? If you post a test case, I'd be happy to test on my...
392
Satya Agus Tandinata
satyaagus
Mar 3, 2006 5:39 pm
Im not really sure about this (so correct me if i wrong) but POST'ing data will bring current Charset encoding of the Page try to check your meta content...
393
Jökull Sólber...
jokullaudunsson
Mar 3, 2006 5:43 pm
... I converted all documents to UTF-8 - this seems to work fine. Thank you....
394
David Prusak
dmprusak
Mar 3, 2006 7:33 pm
... You do. You create any initialization wrapper and call it onload (or any event you capture to invoke the treeview. That part, you control. You don't...
395
Jökull Sólber...
jokullaudunsson
Mar 3, 2006 9:37 pm
... I switched back to ISO-8859-1 since UTF-8 is not suited for SQL storage. I'm still baffled by the whole encoding thing - Can I use js encode() function to...
396
Marcus37TM
Mar 3, 2006 10:31 pm
I'm trying to animate the dragged element to the linked element when the user lets go of the mouse button (this is using the list example btw). It animates...
397
hellalax
Mar 3, 2006 11:34 pm
Is there a method exposed to bold a specific child's text? I want to signal to the user, not only the parent they are in (tmpNode.expand()), but which child...
398
Marcus37TM
Mar 4, 2006 3:30 am
I actually finally got it to work. I had to use the 'stop' function of the animation, and then I placed the endDrag contents into this function, and finally...
399
Thomas S. Sha
tssha
Mar 4, 2006 4:33 am
... setForm already encodes the POST body, so you should be able to decode it in ASP. You can also test the string yourself by assembling the form...
400
Alex Russell
alex@...
Mar 5, 2006 7:32 am
... To avoid the HTTP round trip, just use <iframe src="javascript:void(0);"> Since you'll be building this programmatically and only for IE, use of the...
401
Madeena Waheed
waheed_madeena
Mar 5, 2006 4:10 pm
Dear All, I am new to this groups.I am a javascript programmer.I just want to know How is can you this Yahoo Class What are the advantages.What technology is...
402
Vadim Zaliva
vadim_zaliva
Mar 5, 2006 7:57 pm
Hi! I am using connection.js, which I found to be very useful. However in our project we POST XML documents to the server. Unfortunately connection.js have...
403
Thomas S. Sha
tssha
Mar 5, 2006 9:12 pm
... in our project we POST ... 'application/x-www-form- ... specify additional parameter ... 'text/xml39;. I hope this patch will ... next release. You can ... ...
404
Alessandro Vernet
javernet
Mar 6, 2006 2:22 am
I assume that the content of the build directory is automatically generated by some build tool what is in the src directory. Is this tool publicly available? ...
405
alexmoffat
Mar 6, 2006 2:31 am
Looking at the event.js, connection.js etc. I'd like to understand more about why in some cases function literals were used and in others protoype. For...
406
Nige White
exguardianre...
Mar 6, 2006 11:48 am
I'm adjusting the height of a container div to contain a table (I'm creating a table with a scrollable body, and fixed header). The container div must be just...
407
Paul Sculthorpe
psculthorpe@...
Mar 6, 2006 11:57 am
Hi there, I don't think your query is relevant in this discussion, but you might want to read a couple of articles on CSS that will probably help: ...
408
j_al_anderson
Mar 6, 2006 3:03 pm
Nige, the hight of an object can be pulled out with javascript but as usual there are three formulas to get the height. This is the formula that I like to use;...
409
siddh_3376
Mar 6, 2006 5:05 pm
hello, i'm using YAHOO.widget.Slider and it seems the lock method doesn't work ! Example : sliders[slName].slider = ...
410
Thomas S. Sha
tssha
Mar 6, 2006 5:11 pm
... in our project we POST ... 'application/x-www-form- ... specify additional parameter ... 'text/xml39;. I hope this patch will ... next release. You can ... ...
411
th3w3bguy
Mar 6, 2006 8:37 pm
hiya, i'm working on a portfolio for an artist and the staging area can be seen here: http://www.kentknowles.com/2006 if you click Gallery, then Recent Work,...
412
John
americanboun...
Mar 6, 2006 9:09 pm
413
Eric Miraglia
ericmiraglia
Mar 6, 2006 11:39 pm
... That's an interesting suggestion — I can definitely see some use for the kind of utility you're suggesting here. We'll add that to the list of things...
414
willogibbo
Mar 6, 2006 11:54 pm
I'm just getting started with the calendar widget... I am hoping to display a calendar (maybe 2up calendar) as a mobile popup over a form that contains select...
415
Matt Sweeney
matt.sweeney
Mar 7, 2006 1:25 am
I took a look in Safari 2.0.2, and didnt see the z-index issue when sliding back, but sliding fwd is broken. Matt...
416
mshmelev
Mar 7, 2006 2:28 am
Many thanx for your great library :) And take a small gift from me as a sign of appreciation :) The function YAHOO.util.DDProxy.createFrame(). The created...
417
bharani dharan
bharanidharank
Mar 7, 2006 5:19 am
hi friends, i have two 3 text boxes, and 2 radio button. option button 1 option button 2 textbox1 textbox2 textbox3 if click (option button 1 ) i have to...
418
François Dussert
siddh_3376
Mar 7, 2006 8:04 am
hello, how can i lock a slider ? i've try the lock method but it does'nt work ... siddh...