Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js2499 }else{if(!hasClass(target,"textEditorInner")){Firebug.Editor.stopEditing()
4572 …tchName:"editor",tabCharacter:" ",startEditing:function(target,value,editor){this.stopEditing();
4599 },stopEditing:function(cancel){if(!currentTarget){return method
4624 },cancelEditing:function(){return this.stopEditing(true)
4641 this.stopEditing()
4658 var value=this.stopEditing();
4677 }else{this.listeners.push(chrome.keyCodeListen("RETURN",null,bindFixed(this.stopEditing,this)));
4689 …event){if(currentEditor.enterOnBlur&&isAncestor(event.target,currentEditor.box)){this.stopEditing()
4693 },disable:function(){this.stopEditing()
4694 },showContext:function(browser,context){this.stopEditing()
[all …]