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

/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js29 // new Ajax.Autocompleter('id','upd', '/url/', { tokens: ',' });
343 Ajax.Autocompleter = Class.create(Autocompleter.Base, {
364 new Ajax.Request(this.url, this.options);
374 // than sending out Ajax queries, which can be quite slow sometimes.
479 Ajax.InPlaceEditor = Class.create({
635 new Ajax.Updater({ success: this.element }, this.url, options);
643 new Ajax.Request(this.url, options);
684 new Ajax.Request(this.options.loadTextURL, options);
692 this.options = Object.clone(Ajax.InPlaceEditor.DefaultOptions);
693 Object.extend(this.options, Ajax
[all...]
/glassfish-3.1.2/tests/community/web/jruby/helloapp/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...]
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dprototype.js577 var Ajax = {
589 Ajax.Responders = {
616 Object.extend(Ajax.Responders, Enumerable);
618 Ajax.Responders.register({
620 Ajax.activeRequestCount++;
624 Ajax.activeRequestCount--;
628 Ajax.Base = function() {};
629 Ajax.Base.prototype = {
650 Ajax.Request = Class.create();
651 Ajax
[all...]

Completed in 37 milliseconds