Lines Matching refs:Ajax
332 Ajax.Autocompleter = Class.create();
333 Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), {
352 new Ajax.Request(this.url, this.options);
470 Ajax.InPlaceEditor = Class.create();
471 Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99";
472 Ajax.InPlaceEditor.prototype = {
501 highlightcolor: Ajax.InPlaceEditor.defaultHighlightColor,
644 new Ajax.Request(
682 new Ajax.Request(
691 new Ajax.Updater(
782 Ajax.InPlaceCollectionEditor = Class.create();
783 Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype);
784 Object.extend(Ajax.InPlaceCollectionEditor.prototype, {