Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
Dtextselection.js36 function DWgetSelection(textArea) { argument
39 textArea.focus();
40 sel.obj = textArea;
41 sel.start = textArea.selectionStart;
42 sel.end = textArea.selectionEnd;
43 sel.scroll = textArea.scrollTop;
Dlinkwiz.js20 textArea = null; field in LinkWizard
62 this.textArea = $editor[0];
224 selection = DWgetSelection(this.textArea);
273 const refId = this.textArea.form.id.value;
331 this.selection = DWgetSelection(this.textArea);
347 this.textArea.focus();
Dmedia.js932 var textArea = jQuery('#' + edid)[0];
933 var selection = DWgetSelection(textArea);