Home
last modified time | relevance | path

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

12

/plugin/crypto/js/
Ddecrypt-dialog.js1 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());
Dencrypt-dialog.js1 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/
Dscript.js4 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/
Dscript.js60 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/
Daddworkitemlink_wiz.js13 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/
Dtoolbarindexwizard.js13 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/
Dscript.js9 var textArea = document.createElement('textarea');
10 textArea.innerHTML = encodedIframe;
11 var iframeHtml = textArea.value;
/plugin/txt2tags/
Dlinkwiz.js12 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/
Dscript.js27 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/
Dscript.js21 var textArea = document.getElementById("wiki__text").value;
22 document.getElementById("wiki__text").value = textArea.replace(img_text,img_text+"|"+ atext);
/plugin/bookcreator/script/
Dnspicker.js14 textArea: null, property
56 bc_nspicker.textArea = $editor[0];
240 bc_nspicker.selection = DWgetSelection(bc_nspicker.textArea);
257 bc_nspicker.textArea.focus();
/plugin/pycode/
Dscript.js14 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/
Dtagselector.js40 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/
Dscript.js381 let textArea = jQuery('#wiki__text');
382 let cursorPosition = textArea[0].selectionStart || 0;
383 let sourceText = textArea.val();
384 textArea.val(
/plugin/etherpadlite/scripts/
Detherpadlite.js423 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/
Dscript.js2195 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/
DspellChecker.js38 this.textArea = textObject; // deprecated
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js38 this.textArea = textObject; // deprecated
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js38 this.textArea = textObject; // deprecated
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
Dlink-cmpr.js1textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();$ck=a;if(doku_linkwiz.$… property
Dlink.js1textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();$ck=a;if(doku_linkwiz.$… property
Dlink.js.unc1541 textArea: null,
1579 doku_linkwiz.textArea = $editor[0];
1818 doku_linkwiz.textArea.focus();
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
Dlink.js1textArea:null,selected:null,$ck:null,init:function(b,a){var c=b.position();$ck=a;if(doku_linkwiz.$… property
Dlink.js.unc1493 textArea: null,
1531 doku_linkwiz.textArea = $editor[0];
1759 doku_linkwiz.textArea.focus();
/plugin/fastwiki/
Dscript.js334 dw_linkwiz.textArea = $('#wiki__text')[0];

12