search for: savepageelements

Displaying 1 result from an estimated 1 matches for "savepageelements".

2006 Mar 29
0
MaxConnections in IE and Ajax.Request/Sortable
...'vertical'', dropOnEmpty: true, hoverclass: ''PEhover'', onUpdate: PESave, }); } } and: function PESave( cont ) { var str = Sortable.serialize(cont,{tag:''div''}); new Ajax.Request(''/tools/SavePageElements'', { method: ''post'', postBody: str, onComplete: function(xhr) { xhr = null; } }); } 1. Sortable triggers onUpdate twice if I drag an element between to containers, and not just reorder by moving within the same container. On...