... function ... Thanks Nigel, that works just fine. I now have access to the element using 'this._text39; but when I manipulate it's value the change is not...
1817
Nige White
exguardianre...
May 31, 2006 2:22 pm
... Step through it with Venkman. This advice could apply to 90% of the queries here. _____________________________________________________________________ ...
1818
johnkeyes
May 31, 2006 3:03 pm
... I have stepped through with Venkman but it hasn't shown me anything I didn't see from looking at the source code. I still don't see where/if element...
1819
tpthaler
May 31, 2006 3:59 pm
Hello, I've tried to get the autocomplete (using xml returned data) to work in IE all weekend. I tried the example at: ...
1820
Peter Michaux
petermichaux
May 31, 2006 4:01 pm
... Here is another idea I started using today to inprove performance. I have many draggable items in group Employee and only two drop targets in group...
1821
Matt Warden
mwarden@...
May 31, 2006 4:05 pm
Tim, ... I am also seeing this. IE 6 / SP2 -- Matt Warden Oxford, OH, USA http://mattwarden.com This email proudly and graciously contributes to entropy....
1822
Dan Levine
dslevine004
May 31, 2006 4:19 pm
How about Safari? I am having IE/Safari issues with my website, so maybe it is the same issue. (Though I'm not using XML, maybe...) When this gets fixed,...
1823
Peter Michaux
petermichaux
May 31, 2006 4:39 pm
HI, I don't know where I should submit documentation errors but I found this in the dragdrop code // initialize the groups array this.groups = {}; Should say...
1824
Matt Warden
mwarden@...
May 31, 2006 4:53 pm
... They are using SourceForge to track bugs, and I have used it for documentation errors before. http://sf.net/tracker/?group_id=165715&atid=836476 You can...
1825
walshgp
May 31, 2006 7:07 pm
Hi all, I've been trying to implement the Autocomplete widget using my own proxy.php file that outputs XML. I've copied and adjusted the input page at ...
1826
Ashwin Prabhu
ashp_says_hi
May 31, 2006 7:10 pm
Hi, I want to disable all the dates in my calendar. I think its a very trivial problem and should be achievable using minDate and maxDate, but i am not able to...
1827
Steven Peterson
y_stevenp
May 31, 2006 7:49 pm
In order to disable all days, you will need to modify the default renderer. Change the renderCellDefault function to not append a link. It would look something...
1828
Eric Miraglia
ericmiraglia
May 31, 2006 8:05 pm
 We'll be announcing these later in the week on the YUI Blog, but for those of you who might be interested, here's a sneak peak: The YUI team has been hard...
1829
jennykhan
May 31, 2006 8:19 pm
Thanks to everyone who brought this up. We're investigating now and will update the list with more information shortly. Jenny ... and how ... ...
1830
tivacus
May 31, 2006 8:20 pm
This is awesome, thank you so much. I had started to make up a custom HTML page with my most commonly used functions on it but these are much more usable....
1831
Arnaud Limbourg
arnaud_limbourg
May 31, 2006 8:44 pm
There is an error on http://developer.yahoo.com/yui/container/simpledialog/index.html In the example about "Creating Buttons and Callbacks", line 21 should...
1832
Dave
daveklawitter
May 31, 2006 8:48 pm
Hello, I've got a popup panel working fine in FireFox but in IE I get a javascript error when setting modal:true which tells me that a number is expected......
1833
Steven Peterson
y_stevenp
May 31, 2006 8:51 pm
Arnaud, Thank you for the feedback. I will make note of this for our next documentation update. Thanks! Steven Peterson Web Developer, Platform Engineering ...
1834
Steven Peterson
y_stevenp
May 31, 2006 9:06 pm
Dave, Your markup is not formatted correctly. In order to render your Panel properly, you need to make sure that your existing markup is in Standard Module...
1835
Ashwin Prabhu
ashp_says_hi
May 31, 2006 9:48 pm
Hi Steven, Thanks a lot for your input. This kinda works but the problem is it doesn't have the same effect on the date cells, as they would have when the...
1836
Ashwin Prabhu
ashp_says_hi
May 31, 2006 9:59 pm
Hey, Tried using YAHOO.util.Dom.addClass(cell, "celldisabled"); The effect is the color of that class is all over my calendar and i am not able to view any of...
1837
sfmatt1982
May 31, 2006 10:38 pm
Stephen, Thank you for your expertise! Problem solved! For reference, and anyone else interested, after I instantiated my calendar object, I copied the code...
1838
Ron Lancaster
lord_nyven
May 31, 2006 10:55 pm
First, I love the library and am using it to the exclusion of any other Javascript libraries. Thank you for taking the time to open source this, develop it,...
1839
Steven Peterson
y_stevenp
May 31, 2006 11:01 pm
Ashwin, Have you tried customizing the built-in CSS? There are several classes you can modify: calcell, calcellhover, etc. You should change those to get the ...
1840
Adam Moore
adam.moore
May 31, 2006 11:27 pm
... Hi Ron, the drag and drop utility was developed before most of the other components in the library, and it hasn't yet been updated to use all of the...
1841
Matt Warden
mwarden@...
May 31, 2006 11:35 pm
... Hash: SHA1 ... There is no 'standard39; way to do this in JavaScript. People use various methods to mimic things like super() that we expect in OOP...
1842
thirteenth_monster
thirteenth_m...
Jun 1, 2006 12:13 am
it looks to me like there's a bug when you're removing a node that has children. removeNode() calls _deleteNode(), which calls removeChildren() removeChildren...
1843
kansalneha28
Jun 1, 2006 12:48 am
Hi I have a javascript function that looks something like the code I have pasted below. The problem is that when I call this function in an event, for eg:...
1844
Patrick Sullivan
yggdrasil34
Jun 1, 2006 2:20 am
I am trying to increase opacity and fontsize at the same time. Either one works by itself (opacity or fontSize) but I cannot get both to work simultaneously....
1845
Thomas S. Sha
tssha
Jun 1, 2006 2:27 am
... Can you confirm you're using version 0.10.0 of the library? If so, can you please post the XML document as well, and I'll test from here. Regards, Thomas...