Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4693 var inlineEditorAttributes={"class":"textEditorInner",type:"text",spellcheck:"false",onkeypress:"$o… class in AnonymousFunctionf1d9e84c15b00
4694 if(isIE){inlineEditorAttributes.onpropertychange="$onInput";
4695 inlineEditorAttributes.onkeydown="$onKeyDown"
4696 }else{inlineEditorAttributes.oninput="$onInput"
4699 …lass":"textEditorInner1"},DIV({"class":"textEditorInner2"},INPUT(inlineEditorAttributes))),DIV({"c…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js17743 var inlineEditorAttributes = { class in AnonymousFunction7f0ac55715d00
17762 inlineEditorAttributes.onpropertychange = "$onInput";
17763 inlineEditorAttributes.onkeydown = "$onKeyDown";
17768 inlineEditorAttributes.oninput = "$onInput";
17790 inlineEditorAttributes
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4704 var inlineEditorAttributes={"class":"textEditorInner",type:"text",spellcheck:"false",onkeypress:"$onKeyPress",onoverflow:"$onOverflow",oncontextmenu:"$onContextMenu"}; class in AnonymousFunction4beb612316000
4705 if(isIE){inlineEditorAttributes.onpropertychange="$onInput";
4706 inlineEditorAttributes.onkeydown="$onKeyDown"
4707 }else{inlineEditorAttributes.oninput="$onInput"
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;