No, that is exactly what I was looking for. When I am not using libs I'm creating textnodes and nodes and appending them to parents, etc. I didn't know if...
861
Luke Karisny
z0ink
Apr 11, 2006 7:22 pm
1. It's a non-standard method. (Yes, I understand in the real world that doesn't always matter, but I still think it's an important point.) 2. You have to...
862
Matt Warden
mwarden@...
Apr 11, 2006 7:35 pm
... Only if what you're sending via AJAX is HTML that you're going to immediately inject into the document, which gives me the heebies. innerHTML changes...
863
Matt Warden
mwarden@...
Apr 11, 2006 7:41 pm
... As I understand it, this doesn't have anything to do with innerHTML. You'll have the same problem with DOM-added tables. The trick is to make sure you have...
864
Luke Karisny
z0ink
Apr 11, 2006 7:48 pm
... Good point. My main beef with DOM in js is that it can be a little cumbersome at times, in terms of the amount of typing required and average line length...
865
Ben Juhn
benjuhn
Apr 11, 2006 7:54 pm
I'm not using it at all. I just walked through your online samples and every version of the calander was slow when going jumping the month forward or...
866
Brian McSweeney
brianmcsween...
Apr 11, 2006 11:14 pm
Hi all, I'd really appreciate it if someone could have a look at my html page here that I'm attaching. I've spent ages and ages trying to get the Calendar ...
867
Brian McSweeney
brianmcsween...
Apr 11, 2006 11:15 pm
oops, forgot to put up the code....
868
Steven Peterson
y_stevenp
Apr 11, 2006 11:39 pm
Brian, I don't think the list received the attachment. Is the page available on an external server? Steven Peterson Web Developer, Platform Engineering Yahoo! ...
869
Peter Michaux
petermichaux
Apr 12, 2006 5:51 am
... First, I am very happy with the Yahoo library so far. Just a suggestion/wish... Here is an example of a reoccuring problem that has kludge written all over...
870
Matt Warden
mwarden@...
Apr 12, 2006 6:26 am
... Hash: SHA1 ... Presumably, it would do something like this: if (arg is dom element) { if (arg has an id) { save the id in a var } else { assign a unique id...
871
Peter Michaux
petermichaux
Apr 12, 2006 6:59 am
... I wasn't thinking this at all. I don't think the Yahoo library should assign an id or ever save the id in a variable. I haven't had time to read all the...
872
Brian McSweeney
brianmcsween...
Apr 12, 2006 8:28 am
Hi Stephen, I don't have an external server, but I can try attaching it again perhaps. thanks so much for responding. cheers, Brian...
873
bigtreestechman
Apr 12, 2006 1:33 pm
What Happened to this group? Opened it up this morning and it was suddenly empty. Hopefully there's a backup somewhere and someone will use it! joe...
874
Eric Ceres
ericnj81
Apr 12, 2006 2:01 pm
The URL on the bottom of each email adds an extra _ which causes a broken link. The correct link is: http://groups.yahoo.com/group/ydn-javascript/ maybe...
875
Eric Ceres
ericnj81
Apr 12, 2006 2:11 pm
Sorry this is the correct link: http://groups.yahoo.com/group/ydn-javascript/ - Eric Ceres ... From: Eric Ceres <ericceres@...> To:...
I haven't found any problems... The URL appears correctly to me :S ... -- callto://andredidier...
877
Jeremy
sushidub
Apr 12, 2006 3:44 pm
... A little OT maybe, but outside of full blown libraries, Max Kiesler has a nice 'round-up39; of quite a few Ajax toolkits here. ...
878
belingueres
Apr 12, 2006 4:31 pm
Hi, I need a calendar where the user could select 5 days top from it. I setted the calendar.Options.MULTI_SELECT = true; flag but don't know how to do for...
879
azhali83
Apr 12, 2006 4:34 pm
Be your Own Project Manager. Start you career as a freelancer. Stay home and work in your own time. Enhance your skills. Design and development projects and...
880
belingueres
Apr 12, 2006 6:42 pm
Hi, I want a calendar that the user can use to select a laborable day (ie. from monday to friday) but not weekends. How do I do to tell the Calendar component...
881
Steven Peterson
y_stevenp
Apr 12, 2006 6:50 pm
Gabriel, You basically want to trap a user's selection beforehand and not permit it if it would cause you to go over the 5-day limit. Here's a code snippet...
882
Peter Michaux
petermichaux
Apr 12, 2006 7:01 pm
Hi, I'm trying to pass arguments to the success handler for an asyncRequest. The Documentation says there is a somewhat hidden fifth parameter to asyncRequest...
883
Steven Peterson
y_stevenp
Apr 12, 2006 7:02 pm
Gabriel, To restrict selection of weekends, try this: cal1.addWeekdayRenderer(1, cal1.renderBodyCellRestricted); cal1.addWeekdayRenderer(7,...
884
belingueres
Apr 12, 2006 7:08 pm
Hi Steven, Since I didn't find any setting into the docs, I decided to modify the source code a bit to allow this and I make it work well. I think the solution...
885
Peter Michaux
petermichaux
Apr 12, 2006 7:22 pm
... I used a for-in loop to have a look in the argument property of the object sent to the success handler var burp =function(o){ var s = []; for (p in...
... The comment in the code is in error; the YDN documentation(jsdoc) is correct. To access the argument property in your callback(success and failure), try...
888
babak.asadi
Apr 12, 2006 8:37 pm
I have an image inside a div, and have the div as the drag object (Yahoo.util.DD). What I want to do is to keep the original image in place and allow the user...
889
Brian McSweeney
brianmcsween...
Apr 12, 2006 8:49 pm
Hi Stephen, I don't have an external server available. Is there any other way I can get people on the list to view my files? thanks very much, Brian...