Home
last modified time | relevance | path

Searched refs:InPlaceEditor (Results 1 – 1 of 1) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js481 Ajax.InPlaceEditor = Class.create({
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, {
857 Ajax.InPlaceEditor.prototype.initialize.dealWithDeprecatedOptions = function(options) { class in Ajax
871 Object.extend(Ajax.InPlaceEditor, {