Displaying 4 results from an estimated 4 matches for "oldparentnod".
Did you mean:
oldparentnode
2006 Feb 07
1
onHover: can u explain me this function ?
In Sortables, we have a function onHover:
onHover: function(element, dropon, overlap) {
if(overlap>0.5) {
Sortable.mark(dropon, ''before'');
if(dropon.previousSibling != element) {
var oldParentNode = element.parentNode;
element.style.visibility = "hidden"; // fix gecko rendering
dropon.parentNode.insertBefore(element, dropon);
if(dropon.parentNode!=oldParentNode)
Sortable.options(oldParentNode).onChange(element);
Sortable.options(drop...
2006 Feb 13
8
Netvibes.com / Scriptaculous
Hi list,
Is it possible to create a "dashboard" type application, like
Netvibes.com, w/ script.aculo.us?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Apr 08
0
Drag and Drop ajax Bug in the typo sidebar management under IE6
...how the error on
http://www.shoob.com/denis/sidebar_typo/sidebar.html
or download the code locally with
http://www.shoob.com/denis/sidebar_typo.zip
i''m not able to find what cause the error so i cannot propose a patch.
The Error is on the onHover method line 698 or 687
Sortable.options(oldParentNode) return null always
Best regards
Lamotte denis
2006 Apr 18
0
Drag an drop bug in typo sidebar management, any help welcome
...lable locally
http://www.shoob.com/denis/sidebar_typo.zip
Every thing run fine under fifireox, safari and opera. We only have an
error under IE 6.
i''m not able to find what cause the error so i cannot propose a patch.
The Error is on the onHover method line 698 or 687
Sortable.options(oldParentNode) return null always the second time it is
called.
so if you have any idea on how to correct this, contact me or typoshere.org
Lamotte Denis