Searched refs:InlineEditor (Results 1 – 5 of 5) sorted by relevance
/plugin/struct/ |
H A D | script.js | 6 /* DOKUWIKI:include script/InlineEditor.js */ 13 InlineEditor(jQuery('div.structaggregation table'));
|
/plugin/struct/script/ |
H A D | InlineEditor.js | 4 var InlineEditor = function ($table) { function
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4697 }Firebug.InlineEditor=function(doc){this.initializeInline(doc) class in Firebug 4699 Firebug.InlineEditor.prototype=domplate(Firebug.BaseEditor,{enterOnBlur:true,outerMargin:8,shadowEx… 4947 defaultEditor=new Firebug.InlineEditor(doc) 7504 }CSSEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,insertWh… 7537 CSSRuleEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,inser…
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 17771 Firebug.InlineEditor = function(doc) class in Firebug 17776 Firebug.InlineEditor.prototype = domplate(Firebug.BaseEditor, 18585 defaultEditor = new Firebug.InlineEditor(doc); 28365 CSSEditor.prototype = domplate(Firebug.InlineEditor.prototype, 28481 CSSRuleEditor.prototype = domplate(Firebug.InlineEditor.prototype,
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4708 }Firebug.InlineEditor=function(doc){this.initializeInline(doc) class in Firebug 4710 Firebug.InlineEditor.prototype=domplate(Firebug.BaseEditor,{enterOnBlur:true,outerMargin:8,shadowExpand:7,tag:DIV({"class":"inlineEditor"},DIV({"class":"textEditorTop1"},DIV({"class":"textEditorTop2"})),DIV({"class":"textEditorInner1"},DIV({"class":"textEditorInner2"},INPUT(inlineEditorAttributes))),DIV({"class":"textEditorBottom1"},DIV({"class":"textEditorBottom2"}))),inputTag:INPUT({"class":"textEditorInner",type:"text",onkeypress:"$onKeyPress",onoverflow:"$onOverflow"}),expanderTag:IMG({"class":"inlineExpander",src:"blank.gif"}),initialize:function(){this.fixedWidth=false; 4719 },initializeInline:function(doc){if(FBTrace.DBG_EDITOR){FBTrace.sysout("Firebug.InlineEditor initializeInline()") 4958 defaultEditor=new Firebug.InlineEditor(doc) 7515 }CSSEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,insertWhere){var rule=Firebug.getRepObject(target); 7548 CSSRuleEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,insertWhere){var emptyRule={selector:"",id:"",props:[],isSelectorEditable:true};
|