Home
last modified time | relevance | path

Searched refs:selectionEnd (Results 1 – 25 of 45) sorted by path

12

/plugin/aceeditor/
H A Dbuild.js1 …),w(),v&&t.onFocus();var E=function(e){return e.selectionStart===0&&e.selectionEnd===e.value.lengt…
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js926 this.selectionEnd = end;
947 end: field.selectionEnd
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js20460 selectionEnd: 0,
20626 if (this.selectionEnd !== index) {
20629 this.selectionEnd = index;
21929 this.hiddenTextarea.selectionEnd = this.selectionEnd;
21978 this.selectionEnd = this.selectionStart;
22587 if (this.selectionStart === this.selectionEnd) {
22609 this.selectionEnd);
22638 if (this.selectionStart === this.selectionEnd) {
22786 var swapSel = this.selectionEnd;
22809 if (this.selectionEnd > this.text.length) {
[all …]
H A Dfabric.min.js11selectionEnd:0,selectionColor:"rgba(17,119,255,0.3)",isEditing:false,editable:true,editingBorderCo…
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/autotabber/
H A 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/behave/
H A Dbehave.js214 …of textAreaElement.selectionStart == "number" && typeof textAreaElement.selectionEnd == "number") {
216 end = textAreaElement.selectionEnd;
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js991 …n()}else{var u=a.editable().$;g=!CKEDITOR.env.ie&&[u.selectionStart,u.selectionEnd];n=[u.scrollLef…
995 …crollIntoView(!0)):m.$.scrollTo(n.x,n.y):(g&&(u.selectionStart=g[0],u.selectionEnd=g[1]),u.scrollL…
1065 …ie?a.createTextRange().execCommand("SelectAll"):(a.selectionStart=0,a.selectionEnd=a.value.length)…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1068 …n()}else{var k=a.editable().$;l=!CKEDITOR.env.ie&&[k.selectionStart,k.selectionEnd];m=[k.scrollLef…
1072 …crollIntoView(!0)):c.$.scrollTo(m.x,m.y):(l&&(k.selectionStart=l[0],k.selectionEnd=l[1]),k.scrollL…
1089 …ge?a.createTextRange().execCommand("SelectAll"):(a.selectionStart=0,a.selectionEnd=a.value.length)…
H A Dckeditor.js.unc21115 l = !CKEDITOR.env.ie && [k.selectionStart, k.selectionEnd];
21171 …iew(!0)) : c.$.scrollTo(m.x, m.y) : (l && (k.selectionStart = l[0], k.selectionEnd = l[1]), k.scro…
21580 …createTextRange().execCommand("SelectAll") : (a.selectionStart = 0, a.selectionEnd = a.value.lengt…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js1selectionEnd:0;d=R.searchHistoryController.nextMatch(d,h)||"";f(d);if(j&&c.target)c.target.selecti…
H A Dvim.min.js.map1selectionEnd","selectionStart","Math","min","parsedQuery","scrollIntoView","findNext","clearSearch…
/plugin/codemirror/dist/
H A Dscripts.min.js6selectionEnd=f.length;d.selForContextMenu=c.doc.sel}}function r(){if(b.contextMenuPending!=r){retu…
H A Dscripts.min.js.map1selectionEnd","value","_e","bind","f","args","Array","prototype","call","arguments","apply","copyO…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js90 _event.preventDefault();},getSelection:function(_el){with(firebug){if(lib.env.ie){var range=document.selection.createRange(),stored=range.duplicate();stored.moveToElementText(_el);stored.setEndPoint('EndToEnd',range);_el.selectionStart=stored.text.length-range.text.length;_el.selectionEnd=_el.selectionStart+range.text.length;}
91 return{start:_el.selectionStart,length:_el.selectionEnd-_el.selectionStart}}},tab:function(_el,_event){with(firebug){if(_event.keyCode==9){if(_el.setSelectionRange){var position=firebug.getSelection(_el);_el.value=_el.value.substring(0,position.start)+String.fromCharCode(9)+_el.value.substring(position.start+position.length,_el.value.length);_el.setSelectionRange(position.start+1,position.start+1);}else if(document.selection){var range=document.selection.createRange(),isCollapsed=range.text=='';range.text=String.fromCharCode(9);range.moveStart('character',-1);}
H A Dfirebug-lite-1.2.js1742 _el.selectionEnd = _el.selectionStart + range.text.length;
1746 length:_el.selectionEnd-_el.selectionStart
H A Dfirebug-lite-1.4.js1349 domMemberMap.HTMLInputElement=extendArray(domMemberMap.Element,["type","value","checked","accept","accessKey","alt","controllers","defaultChecked","defaultValue","disabled","form","maxLength","name","readOnly","selectionEnd","selectionStart","size","src","textLength","useMap","click","select","setSelectionRange"]);
4787 }else{var start=this.input.selectionStart,end=this.input.selectionEnd
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1selectionEnd === this.input.value.length && this.input.selectionStart === this.input.selectionEnd;…
/plugin/edittable/lib/
H A Dhandsontable.full.js953 if (el.selectionEnd) {
954 return el.selectionEnd;
43399 …var selectionEnd = this.columnsMapper.getIndexByValue(priv.columnsToMove[priv.columnsToMove.length…
43400 this.changeSelection(selectionStart, selectionEnd);
45114 var selectionEnd = this.rowsMapper.getIndexByValue(priv.rowsToMove[rowsLen - 1]);
45115 this.changeSelection(selectionStart, selectionEnd);
/plugin/emoji/script/
H A 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/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …ar a=[];var D=FCK.EditingArea.Textarea;var E=D.selectionStart;var F=D.selectionEnd;a.push(D.value.…
88selectionEnd];oEditorScrollPos=[I.scrollLeft,I.scrollTop];};if (!this.IsMaximized){if(FCKBrowserIn…
H A Dfckeditorcode_ie.js32 …ar a=[];var D=FCK.EditingArea.Textarea;var E=D.selectionStart;var F=D.selectionEnd;a.push(D.value.…
92selectionEnd];oEditorScrollPos=[I.scrollLeft,I.scrollTop];};if (!this.IsMaximized){if(FCKBrowserIn…
/plugin/fckg/scripts/
H A Dvki_kb.js1360 var rng = [self.VKI_target.selectionStart, self.VKI_target.selectionEnd];
/plugin/freechat/phpfreechat/data/public/js/
H A 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/ikso/
H A Dscript.js186 function Cxapelado_kreiElektajxon(input, selectionStart, selectionEnd) { argument
189 input.setSelectionRange(selectionStart, selectionEnd);
193 range.moveEnd("character", selectionEnd);
/plugin/indexmenu2/cms/extensions/
H A Ddocumentselection.js13 …ut'&&v-_==C){Q-=C}}catch(err){};return Q}catch(e){try{return Number(O.selectionEnd)}catch(e){retur…

12