Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7353 }else{if(!this.editor){this.editor=new CSSEditor(this.document)
7503 function CSSEditor(doc){this.initializeInline(doc) class in AnonymousFunctionf1d9e84c26100
7504 }CSSEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,insertWh… class
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js27691 this.editor = new CSSEditor(this.document);
28360 function CSSEditor(doc) class in AnonymousFunction7f0ac55726300
28365 CSSEditor.prototype = domplate(Firebug.InlineEditor.prototype, class
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7364 }else{if(!this.editor){this.editor=new CSSEditor(this.document)
7514 function CSSEditor(doc){this.initializeInline(doc) class in AnonymousFunction4beb612326600
7515 }CSSEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,insertWhere){var rule=Firebug.getRepObject(target); class
7526 if(propValue&&propValue!="undefined"){if(FBTrace.DBG_CSS){FBTrace.sysout("CSSEditor.saveEdit : "+previousValue+"->"+value+" = "+propValue+"\n")
7532 if(FBTrace.DBG_CSS){FBTrace.sysout("CSSEditor.saveEdit propName=propValue: "+propName+" = "+propValue+"\n")