Searched defs:InPlaceEditor (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js479 Ajax.InPlaceEditor = Class.create({
692 this.options = Object.clone(Ajax.InPlaceEditor.DefaultOptions);
693 Object.extend(this.options, Ajax.InPlaceEditor.DefaultCallbacks);
707 $H(Ajax.InPlaceEditor.Listeners).each(function(pair) {
750 Object.extend(Ajax.InPlaceEditor.prototype, {
751 dispose: Ajax.InPlaceEditor.prototype.destroy
754 Ajax.InPlaceCollectionEditor = Class.create(Ajax.InPlaceEditor, {
855 Ajax.InPlaceEditor.prototype.initialize.dealWithDeprecatedOptions = function(options) {
869 Object.extend(Ajax.InPlaceEditor, {
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js457 // 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.InPlaceEditor.defaultHighlightColor,
781 Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype);

Completed in 35 milliseconds