Home
last modified time | relevance | path

Searched refs:onComplete (Results 1 – 4 of 4) sorted by relevance

/template/a_new_day/js/
H A Dcontrols.js337 this.options.onComplete = this.onComplete.bind(this);
355 onComplete: function(request) {
487 onComplete: function(transport, element) {
648 onComplete: this.onLoadedExternalText.bind(this)
659 this.onComplete();
685 onComplete: this.onComplete.bind(this),
697 onComplete: this.onComplete.bind(this),
760 onComplete: function(transport) { method in Ajax.InPlaceEditor
762 this.options.onComplete.bind(this)(transport, this.element);
H A Dprototype.js798 onComplete: function() {
995 var onComplete = this.options.onComplete || Prototype.emptyFunction;
996 this.options.onComplete = (function(transport, param) {
998 onComplete(transport, param);
1018 if (this.onComplete)
1019 setTimeout(this.onComplete.bind(this), 10);
1028 this.onComplete = this.options.onComplete;
1041 this.options.onComplete = this.updateComplete.bind(this);
1046 this.updater.options.onComplete = undefined;
1048 (this.onComplete || Prototype.emptyFunction).apply(this, arguments);
/template/battlehorse/js/
H A Dcontrols.js337 this.options.onComplete = this.onComplete.bind(this);
355 onComplete: function(request) {
487 onComplete: function(transport, element) {
648 onComplete: this.onLoadedExternalText.bind(this)
659 this.onComplete();
685 onComplete: this.onComplete.bind(this),
697 onComplete: this.onComplete.bind(this),
760 onComplete: function(transport) { method in Ajax.InPlaceEditor
762 this.options.onComplete.bind(this)(transport, this.element);
H A Dprototype.js798 onComplete: function() {
995 var onComplete = this.options.onComplete || Prototype.emptyFunction;
996 this.options.onComplete = (function(transport, param) {
998 onComplete(transport, param);
1018 if (this.onComplete)
1019 setTimeout(this.onComplete.bind(this), 10);
1028 this.onComplete = this.options.onComplete;
1041 this.options.onComplete = this.updateComplete.bind(this);
1046 this.updater.options.onComplete = undefined;
1048 (this.onComplete || Prototype.emptyFunction).apply(this, arguments);