Spoke to soon. I've now assigned initial players (<div>) to each target (<td>), and for the most part, they all swap correctly. However, I've noticed certain...
2720
Michael M Pimentel
michael.pime...
Jun 30, 2006 6:59 pm
Hello, i need to set the key 13 to handleOK, this i know how to do, but i need to set other key 27 to call the handleCancel. The key 13 have a button, but the...
2721
peterzorbas
Jun 30, 2006 7:40 pm
Hi everyone. Has anyone ever experienced this. some_class = function (params){ var self = this; this.element.onmousedown = function(e){ return ...
2724
smcbride77777
Jun 30, 2006 10:16 pm
So, I'm trying to use a drag and drop object where the handle is actually OUTSIDE of the area of the element that is being dragged. (It is placed outside of...
2725
wwempire
Jun 30, 2006 10:41 pm
It appears that if this function receives an element that has no class, it triggers an error in IE: "className is null, or not an object" -- it would make more...
2726
prisionera37pr
Jun 30, 2006 10:50 pm
... false....
2727
Ryan Cannon
rphaeton
Jun 30, 2006 11:17 pm
Greetings, I've searched through the archives a little bit, and haven't found much, but I've had a difficult time getting around problems with the Dom.getStyle...
2728
Carson McComas
wwempire
Jun 30, 2006 11:20 pm
Ignore me. Turns out: I'm a dope. Did a simple test case and it worked fine. Off to bark up a different tree... _____ From: ydn-javascript@yahoogroups.com...
2729
Darryl Caldwell
darryl.caldwell@...
Jul 1, 2006 4:40 am
Hello all, Does the tooltip api absolute need element IDs? Won't class names work? If not, how would one handle adding tooltips to dynamically generated ...
2731
harshanagesh
Jul 1, 2006 1:44 pm
Eric, I tried out the example. The good news is that all the bugs/inconsistencies I had mentioned are also present in the flickr example. a) The behaviour of...
2732
jeddah62
Jul 1, 2006 9:26 pm
Hello, This is a follow up posting to my previous post where I have noticed that when a menu item is clicked, it appears that the HTTP GET request for the page...
2733
Brandon Fosdick
BFoz
Jul 1, 2006 10:06 pm
... Put each tree in a separate div with it's own class/id and then prefix all the rules in each style sheet with the relevant class/id....
2734
Brandon Fosdick
BFoz
Jul 1, 2006 10:21 pm
... I've been trying to figure out how to do the same thing. Rearranging the labels doesn't quite work in my case because the nodes have data associated with...
2735
Jing Xue
manifoldronin
Jul 2, 2006 4:10 am
I use asyncRequest to send an "add item" request to the server at "/someUrl". The server adds the item, and responds with a 302 redirect to "/anotherUrl". In...
2736
feonie
Jul 2, 2006 7:04 am
Hi I'm trying to integrate treeview.js and drag and drop utitlity to build a tree that has draggable nodes. I've used HTML node to create an element that will...
2737
vividsilvernl
Jul 2, 2006 5:02 pm
Hi Peter, I like the idea, but your example generates an error in IE 6 (FF seems to work): Line 78 Character 5 Error: Object doesnt support this property or...
2738
Peter Michaux
petermichaux
Jul 2, 2006 5:22 pm
... I didn't test in IE and don't really have time right now. This was just a sample intended for FF to show the idea. Peter...
2740
Ahmed abel Razik
vb_dev2005
Jul 3, 2006 2:19 am
Download books , ActiveX , Dlls , Free Products , .NET Programming , Hot Links Visit >> www.vbdevs.com ... Do you Yahoo!? Everyone is raving about the...
2741
randomjuju
Jul 3, 2006 4:02 am
Hi there! I'd really like to be able to use the body of a document as a drop target using the YUI libraries. For example, I have several containers each...
2742
Gabriele Farina
g.farina@...
Jul 3, 2006 8:07 am
Hi, how can I change the root for images used for the menu ? I tried changing at runtime (before creating the menu) YAHOO.widget.MenuModuleItem.IMG_ROOT but it...
2743
wendy.xmwu
Jul 3, 2006 9:08 am
Hi All, I'm using the Yahoo Auto complete control in my application. Since the suggested item is composed of 4 different sub-items and the whole string text...
2744
Philip Tellis
philiptellis
Jul 3, 2006 10:18 am
... firefox on FreeBSD is terrible when it comes to opacity. The larger the size of a semi transparent div, the slower the box gets (yes, not just the...
2745
musavirkahn
Jul 3, 2006 3:18 pm
Hi, can anyone help me with this, i tried the treeview component seem to work fine. but i'm having trouble using the removeNode method, usage of which results...
2746
dylanjamesdesigns
dylanjamesde...
Jul 3, 2006 4:47 pm
Anybody know where I can find the code to set up multiple modules on a page?...
2747
dylanjamesdesigns
dylanjamesde...
Jul 3, 2006 4:48 pm
Any body know how to pull this off? At first glance the module object contains an array called modules but it appears to be using the ID to initialize the...
Does anyone know a quick way to make my DragDrop elements global? I have a project in which I have created a (complex) workspace using div tags instead of...
2750
Peter Michaux
petermichaux
Jul 3, 2006 5:29 pm
... I would be very interested to see a higher level connection library that sits on top of the current Yahoo ui connection library. I am sort of developing...
2751
Ken Robinson
kenrbnsn
Jul 3, 2006 5:41 pm
... What do you mean by "multiple modules?" Ken...
2752
dylanjamesdesigns
dylanjamesde...
Jul 3, 2006 6:16 pm
the module component on the container set. It's the most basic implementation of the panels....