Searched refs:thees (Results 1 – 1 of 1) sorted by relevance
29 function addEventHandler(thees, example, control) { argument35 if (typeof thees.surroundSelectedText !== 'undefined') {36 text = thees.val();37 selection = thees.getSelection();44 thees.setSelection(lineStart, lineEnd);45 selection = thees.getSelection();63 thees.replaceSelectedText(placeholder, "select");65 thees.surroundSelectedText(before, after, "select");68 thees.val(before + placeholder + after + "\n\n" + thees.val());71 thees.focus();[all …]