Home
last modified time | relevance | path

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

/plugin/struct/
H A Dscript.js6 /* DOKUWIKI:include script/InlineEditor.js */
13 InlineEditor(jQuery('div.structaggregation table'));
/plugin/struct/script/
H A DInlineEditor.js4 var InlineEditor = function ($table) { function
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4697 }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 Dfirebug-lite-debug.js17771 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 Dfirebug-lite-1.4.js4708 }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};