Searched defs:Ajax (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Dcontrols.js29 // new Ajax.Autocompleter('id','upd', '/url/', { tokens: ',' });
330 Ajax.Autocompleter = Class.create();
331 Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), {
350 new Ajax.Request(this.url, this.options);
361 // than sending out Ajax queries, which can be quite slow sometimes.
457 // see documentation on http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor
468 Ajax.InPlaceEditor = Class.create();
469 Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99";
470 Ajax.InPlaceEditor.prototype = {
499 highlightcolor: Ajax
[all...]
H A Dprototype.js753 var Ajax = {
765 Ajax.Responders = {
792 Object.extend(Ajax.Responders, Enumerable);
794 Ajax.Responders.register({
796 Ajax.activeRequestCount++;
799 Ajax.activeRequestCount--;
803 Ajax.Base = function() {};
804 Ajax.Base.prototype = {
821 Ajax.Request = Class.create();
822 Ajax
[all...]
/lucene-3.6.0/lucene/site/build/site/skin/
H A Dprototype.js387 var Ajax = {
397 Ajax.Base = function() {};
398 Ajax.Base.prototype = {
419 Ajax.Request = Class.create();
420 Ajax.Request.Events =
423 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
425 this.transport = Ajax.getTransport();
486 var event = Ajax.Request.Events[readyState];
501 Ajax
[all...]
/lucene-3.6.0/lucene/site/src/documentation/skins/common/scripts/
H A Dprototype.js387 var Ajax = {
397 Ajax.Base = function() {};
398 Ajax.Base.prototype = {
419 Ajax.Request = Class.create();
420 Ajax.Request.Events =
423 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
425 this.transport = Ajax.getTransport();
486 var event = Ajax.Request.Events[readyState];
501 Ajax
[all...]

Completed in 19 milliseconds