Home
last modified time | relevance | path

Searched refs:selectionEnd (Results 1 – 25 of 61) sorted by relevance

123

/plugin/issuetracker/
DxsEditor.js18 var end = textarea.selectionEnd;
49 var end = textarea.selectionEnd;
74 var end = textarea.selectionEnd;
108 var end = textarea.selectionEnd;
/plugin/autotabber/
Dtaboverride.js237 selEnd = target.selectionEnd;
331 target.selectionEnd = selEnd + (numTabs * tabLen);
366 target.selectionEnd = selEnd - startTab - (numTabs * tabLen);
381 target.selectionEnd = target.selectionStart = selStart + tabLen;
397 target.selectionEnd = target.selectionStart = selStart - tabLen;
447 target.selectionEnd = target.selectionStart = selStart + newlineLen + whitespaceLen;
/plugin/markdownextra/lib/meltdown/js/lib/
Drangyinputs-jquery.min.js17selectionEnd;return q(a,b,c)},d=function(a,b,c){var d=p(a,b,c);a.selectionStart=d.start,a.selectio…
/plugin/ikso/
Dscript.js186 function Cxapelado_kreiElektajxon(input, selectionStart, selectionEnd) { argument
189 input.setSelectionRange(selectionStart, selectionEnd);
193 range.moveEnd("character", selectionEnd);
/plugin/textmodule/
Dscript.js19 document.getElementById('wiki__text').selectionEnd = cursorPos;
/plugin/bureaucracytoolbar/
H A Dscript.js22 var end = textarea.selectionEnd;
/plugin/widearea/widearea/
Dwidearea.js285 …ubstring(0, selectionStart) + "\t" + currentTextArea.value.substring(currentTextArea.selectionEnd);
286 currentTextArea.selectionEnd = selectionStart + 1;
/plugin/myshortcuts/
H A Dscript.js347 var endPos = editor.selectionEnd;
357 editor.selectionEnd = newPos;
/plugin/dokullm/
H A Dscript.js276 end: editor.selectionEnd
651 end: editor.selectionEnd
763 const end = textarea.selectionEnd;
786 const end = currentSelectionRange ? currentSelectionRange.end : textarea.selectionEnd;
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js349 textarea.selectionEnd = textarea.value.length ;
/plugin/indexmenu2/cms/extensions/
Ddocumentselection.js13 …ut'&&v-_==C){Q-=C}}catch(err){};return Q}catch(e){try{return Number(O.selectionEnd)}catch(e){retur…
/plugin/virtualkeyboard/vk/extensions/
Ddocumentselection.js213 try { end = el.selectionEnd } catch (e) { end = -1 }
/plugin/emoji/script/
Djquery.textcomplete.js230 viewName = typeof element.selectionEnd === 'number' ? 'Textarea' : 'IETextarea';
1094 var post = this.el.value.substring(this.el.selectionEnd);
1105 this.el.selectionStart = this.el.selectionEnd = pre.length;
1110 return this.el.value.substring(0, this.el.selectionEnd);
/plugin/linksuggest/vendor/
Djquery.textcomplete.min.js2selectionEnd?"Textarea":"IETextarea":"ContentEditable",d=a.fn.textcomplete[e]),this.adapter=new d(…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js323 textarea.selectionEnd = textarea.value.length ;
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js634 selEnd = w.selectionEnd;
1141 obj.selEnd = obj.selectionEnd;
1217 var e = w.selectionEnd;
1897 var endPos = msgfield.selectionEnd;
1948 var endPos = msgfield.selectionEnd;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js20460 selectionEnd: 0, property
20626 if (this.selectionEnd !== index) {
20629 this.selectionEnd = index;
20665 if (this.selectionStart === this.selectionEnd) {
20669 for (var i = this.selectionStart; i < this.selectionEnd; i++) {
20725 if (this.selectionStart === this.selectionEnd) {
20913 end = this.get2DCursorLocation(this.selectionEnd),
21693 return this.text.slice(this.selectionStart, this.selectionEnd);
21929 this.hiddenTextarea.selectionEnd = this.selectionEnd;
21978 this.selectionEnd = this.selectionStart;
[all …]
Dfabric.min.js11selectionEnd:0,selectionColor:"rgba(17,119,255,0.3)",isEditing:false,editable:true,editingBorderCo… property
13selectionEnd){this._extendStyles(this.selectionStart,styles)}else{for(var i=this.selectionStart;i<…
15selectionEnd){this.moveCursorRight(e)}this.removeChars(e)},copy:function(e){var selectedText=this.…
/plugin/searchtablejs/TableFilter_EN/
Dactb.js50 if(typeof obj.selectionEnd != "undefined"){
51 return obj.selectionEnd;
/plugin/behave/
Dbehave.js214 …of textAreaElement.selectionStart == "number" && typeof textAreaElement.selectionEnd == "number") {
216 end = textAreaElement.selectionEnd;
/plugin/vkeyboard/
Dvkeyboard.js1selectionEnd];if(x[0]<x[1]){x[0]++}u.VKI_target.value=u.VKI_target.value.substr(0,x[0]-1)+u.VKI_ta…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1selectionEnd","selectionStart","Math","min","parsedQuery","scrollIntoView","findNext","clearSearch…
Dvim.min.js1selectionEnd:0;d=R.searchHistoryController.nextMatch(d,h)||"";f(d);if(j&&c.target)c.target.selecti…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck.js718 var selEnd = el.selectionEnd ;
/plugin/fckg/scripts/
Dvki_kb.js1360 var rng = [self.VKI_target.selectionStart, self.VKI_target.selectionEnd];

123