Lines Matching refs:Ajax
345 Ajax.Autocompleter = Class.create(Autocompleter.Base, {
366 new Ajax.Request(this.url, this.options);
481 Ajax.InPlaceEditor = Class.create({
637 new Ajax.Updater({ success: this.element }, this.url, options);
645 new Ajax.Request(this.url, options);
686 new Ajax.Request(this.options.loadTextURL, options);
694 this.options = Object.clone(Ajax.InPlaceEditor.DefaultOptions);
695 Object.extend(this.options, Ajax.InPlaceEditor.DefaultCallbacks);
709 $H(Ajax.InPlaceEditor.Listeners).each(function(pair) {
752 Object.extend(Ajax.InPlaceEditor.prototype, {
753 dispose: Ajax.InPlaceEditor.prototype.destroy
756 Ajax.InPlaceCollectionEditor = Class.create(Ajax.InPlaceEditor, {
758 this._extraDefaultOptions = Ajax.InPlaceCollectionEditor.DefaultOptions;
791 new Ajax.Request(this.options.loadCollectionURL, options);
826 new Ajax.Request(this.options.loadTextURL, options);
857 Ajax.InPlaceEditor.prototype.initialize.dealWithDeprecatedOptions = function(options) {
871 Object.extend(Ajax.InPlaceEditor, {
938 Ajax.InPlaceCollectionEditor.DefaultOptions = {