/plugin/crypto/js/ |
D | decrypt-dialog.js | 1 function DecryptDialog(textArea) { argument 3 this.textArea = textArea; 17 this.div.style.top = (findPosY(textArea)+20)+'px'; 18 this.div.style.left = (findPosX(textArea)+80)+'px'; 20 this.textArea.form.parentNode.appendChild(this.div); 68 dialog.textArea.focus(); 69 dialog.textArea.form.parentNode.removeChild(dialog.div); 72 dialog.textArea = null; 76 var selection = getSelection(dialog.textArea); 80 dialog.sack.setVar("data", getSelection(dialog.textArea).getText());
|
D | encrypt-dialog.js | 1 function EncryptDialog(textArea) { argument 3 this.textArea = textArea; 17 this.dialog.style.top = (findPosY(textArea)+20)+'px'; 18 this.dialog.style.left = (findPosX(textArea)+80)+'px'; 20 this.textArea.form.parentNode.appendChild(this.dialog); 85 dialog.textArea.focus(); 86 dialog.textArea.form.parentNode.removeChild(dialog.dialog); 89 dialog.textArea = null; 93 var selection = getSelection(dialog.textArea);
|
/plugin/crypto/ |
D | script.js | 4 var textArea = $('wiki__text'); 5 if (textArea != null) { 6 new EncryptDialog(textArea); 13 var textArea = $('wiki__text'); 14 if (textArea != null) { 15 new DecryptDialog(textArea);
|
/plugin/highlight2wiki/ |
D | script.js | 60 var textArea = document.getElementById("edtop").contentWindow.document.getElementsByTagName("textar… 62 var lines = textArea.split('\n\n'); // lines is an array of strings 80 var textArea = document.getElementById("edtop").contentWindow.document.getElementsByTagName("textar… 82 var lines = textArea.split('\n\n'); // lines is an array of strings 134 var textArea = document.getElementById("edtop").contentWindow.document.getElementsByTagName("textar… 136 var lines = textArea.split('\n\n'); // lines is an array of strings 148 var textArea = document.getElementById("edtop").contentWindow.document.getElementsByTagName("textar… 150 var lines = textArea.split('\n\n'); // lines is an array of strings 185 …var textArea = document.getElementById("edtop").contentWindow.document.getElementsByTagName("texta… 187 if(textArea.match(/\{{tag>(.+?)\}}/i)!=null){ [all …]
|
/plugin/tfslink/scripts/ |
D | addworkitemlink_wiz.js | 13 textArea: null, property 50 addworkitemlink_wiz.textArea = $editor[0]; 137 sel = DWgetSelection(addworkitemlink_wiz.textArea); 139 sel = getSelection(addworkitemlink_wiz.textArea); 164 addworkitemlink_wiz.selection = DWgetSelection(addworkitemlink_wiz.textArea); 166 addworkitemlink_wiz.selection = getSelection(addworkitemlink_wiz.textArea); 177 addworkitemlink_wiz.textArea.focus();
|
/plugin/indexmenu/scripts/ |
D | toolbarindexwizard.js | 13 textArea: null, property 108 indexmenu_wiz.textArea = $editor[0]; 276 sel = DWgetSelection(indexmenu_wiz.textArea); 278 sel = getSelection(indexmenu_wiz.textArea); 302 sel = DWgetSelection(indexmenu_wiz.textArea); 304 sel = getSelection(indexmenu_wiz.textArea); 322 indexmenu_wiz.selection = DWgetSelection(indexmenu_wiz.textArea); 324 indexmenu_wiz.selection = getSelection(indexmenu_wiz.textArea); 336 indexmenu_wiz.textArea.focus(); //pure js
|
/plugin/vimeo/ |
D | script.js | 9 var textArea = document.createElement('textarea'); 10 textArea.innerHTML = encodedIframe; 11 var iframeHtml = textArea.value;
|
/plugin/txt2tags/ |
D | linkwiz.js | 12 textArea: null, property 48 dw_linkwiz.textArea = $editor[0]; 217 sel = DWgetSelection(dw_linkwiz.textArea); 235 if(dw_linkwiz.textArea.form.id.value.indexOf(':') != -1 && 298 dw_linkwiz.selection = DWgetSelection(dw_linkwiz.textArea); 309 dw_linkwiz.textArea.focus();
|
/plugin/dyncontent/ |
D | script.js | 27 textArea: null, property 63 dw_linkwiz_v2.textArea = $editor[0]; 232 sel = DWgetSelection(dw_linkwiz_v2.textArea); 250 if(dw_linkwiz_v2.textArea.form.id.value.indexOf(':') != -1 && 325 dw_linkwiz_v2.selection = DWgetSelection(dw_linkwiz_v2.textArea); 342 dw_linkwiz_v2.textArea.focus();
|
/plugin/ocr/ |
D | script.js | 21 var textArea = document.getElementById("wiki__text").value; 22 document.getElementById("wiki__text").value = textArea.replace(img_text,img_text+"|"+ atext);
|
/plugin/bookcreator/script/ |
D | nspicker.js | 14 textArea: null, property 56 bc_nspicker.textArea = $editor[0]; 240 bc_nspicker.selection = DWgetSelection(bc_nspicker.textArea); 257 bc_nspicker.textArea.focus();
|
/plugin/pycode/ |
D | script.js | 14 textArea: null, property 132 pycode_wiz.textArea = $editor[0]; 479 sel = DWgetSelection(pycode_wiz.textArea); 522 pycode_wiz.selection = DWgetSelection(pycode_wiz.textArea); 531 pycode_wiz.textArea.focus();
|
/plugin/doxycode/scripts/ |
D | tagselector.js | 40 textArea: null, property 96 doxycode_tagselector.textArea = $editor[0]; 575 var text = doxycode_tagselector.textArea.value; 696 doxycode_tagselector.selection = DWgetSelection(doxycode_tagselector.textArea); 725 doxycode_tagselector.textArea.focus();
|
/plugin/xlsx2dw/ |
D | script.js | 381 let textArea = jQuery('#wiki__text'); 382 let cursorPosition = textArea[0].selectionStart || 0; 383 let sourceText = textArea.val(); 384 textArea.val(
|
/plugin/etherpadlite/scripts/ |
D | etherpadlite.js | 423 ep.proxyGetSelection = function(textArea) { argument 427 return ep.getSelection.apply(self, [textArea]); 439 ep.proxyDWgetSelection = function(textArea) { argument 443 return ep.DWgetSelection(textArea); 506 if(dw_linkwiz.textArea.form.id.value.indexOf(':') != -1 &&
|
/plugin/dokucrypt2/ |
D | script.js | 2195 let textArea = document.createElement("textarea"); 2196 textArea.value = textToCopy; 2198 textArea.style.position = "fixed"; 2199 textArea.style.left = "-999999px"; 2200 textArea.style.top = "-999999px"; 2201 document.body.appendChild(textArea); 2202 textArea.focus(); 2203 textArea.select(); 2207 textArea.remove();
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
D | spellChecker.js | 38 this.textArea = textObject; // deprecated
|
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
D | spellChecker.js | 38 this.textArea = textObject; // deprecated
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
D | spellChecker.js | 38 this.textArea = textObject; // deprecated
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
D | link-cmpr.js | 1 …textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();$ck=a;if(doku_linkwiz.$… property
|
D | link.js | 1 …textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();$ck=a;if(doku_linkwiz.$… property
|
D | link.js.unc | 1541 textArea: null, 1579 doku_linkwiz.textArea = $editor[0]; 1818 doku_linkwiz.textArea.focus();
|
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
D | link.js | 1 …textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();$ck=a;if(doku_linkwiz.$… property
|
D | link.js.unc | 1493 textArea: null, 1531 doku_linkwiz.textArea = $editor[0]; 1759 doku_linkwiz.textArea.focus();
|
/plugin/fastwiki/ |
D | script.js | 334 dw_linkwiz.textArea = $('#wiki__text')[0];
|