Searched refs:textArea (Results 1 – 3 of 3) sorted by relevance
36 function DWgetSelection(textArea) { argument39 textArea.focus();40 sel.obj = textArea;41 sel.start = textArea.selectionStart;42 sel.end = textArea.selectionEnd;43 sel.scroll = textArea.scrollTop;
20 textArea = null; field in LinkWizard62 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();
932 var textArea = jQuery('#' + edid)[0];933 var selection = DWgetSelection(textArea);