Searched refs:insertChars (Results 1 – 2 of 2) sorted by relevance
22035 insertChars: function(_chars, useCopiedStyle) { method22243 this.insertChars('\n');22629 this.insertChars(copiedText, true);22664 this.insertChars(String.fromCharCode(e.which));
13 …insertChars:function(_chars,useCopiedStyle){var isEndOfLine=this.text.slice(this.selectionStart,th…15 …insertChars(copiedText,true)}},cut:function(e){if(this.selectionStart===this.selectionEnd){return}…