| /plugin/crypto/js/ |
| D | toggle-encryption-dialog.js | 43 var dialog = this; 45 if (dialog.tag.className == "encrypted") { 46 dialog.button.innerHTML = '<img src="' + DOKU_BASE + "lib/plugins/crypto/lock_break.png" + '"/>'; 47 dialog.tag.className = "decrypted"; 48 if (dialog.tag.attributes["inline"].nodeValue == "true") { 49 dialog.tag.innerHTML = dialog.decrypted; 51 dialog.tag.innerHTML = '<pre>' + dialog.decrypted + '</pre>'; 54 dialog.button.innerHTML = '<img src="' + DOKU_BASE + "lib/plugins/crypto/lock.png" + '"/>'; 55 dialog.tag.className = "encrypted"; 56 dialog.tag.innerHTML = dialog.encrypted; [all …]
|
| D | encrypt-dialog.js | 14 this.dialog = document.createElement('div'); 15 this.dialog.id = 'encrypt_dialog'; 16 this.dialog.className = 'picker cryptodialog'; 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); 22 this.dialog.innerHTML = 44 drag.attach(this.dialog, $('encrypt_dialog_header')); 45 var dialog = this; 85 dialog.textArea.focus(); [all …]
|
| D | decrypt-dialog.js | 41 var dialog = this; 68 dialog.textArea.focus(); 69 dialog.textArea.form.parentNode.removeChild(dialog.div); 70 dialog.visible = false; 71 dialog.div = null; 72 dialog.textArea = null; 76 var selection = getSelection(dialog.textArea); 78 dialog.sack.setVar("call", "crypto_decrypt"); 79 dialog.sack.setVar("secret", escape($('decrypt_dialog_password').value)); 80 dialog.sack.setVar("data", getSelection(dialog.textArea).getText()); [all …]
|
| /plugin/ckgedit/ckeditor/plugins/footnote/ |
| D | plugin.js.unc | 9 // Create an editor command that stores the dialog initialization command. 44 // Add a new dialog window definition containing all UI elements and listeners. 45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add 46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html 47 CKEDITOR.dialog.add( 'footnoteDialog', function( editor ) 52 // Basic properties of the dialog window: title, minimum size. 53 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html 54 title : lang.Title, //'Footnote Dialog', 65 // Dialog window contents. 66 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.content.html [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/footnote/ |
| D | plugin.js.unc | 9 // Create an editor command that stores the dialog initialization command. 44 // Add a new dialog window definition containing all UI elements and listeners. 45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add 46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html 47 CKEDITOR.dialog.add( 'footnoteDialog', function( editor ) 52 // Basic properties of the dialog window: title, minimum size. 53 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html 54 title : lang.Title, //'Footnote Dialog', 65 // Dialog window contents. 66 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.content.html [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/fontAssist/ |
| D | plugin.js.unc | 11 // Create an editor command that stores the dialog initialization command. 41 // Add a new dialog window definition containing all UI elements and listeners. 42 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add 43 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html 44 CKEDITOR.dialog.add( 'fontAssistDialog', function( editor ) 88 var ckgedit_getEID = function (dialog,page,el) { 89 var InputId = dialog.getContentElement(page,el).getInputElement().$.id; 94 var display_fontOpen = function(dialog){ 95 var a = ckgedit_getEID(dialog,'general','alert'); 108 var setColor = function(dialog,ui_el) { [all …]
|
| /plugin/ckgedit/ckeditor/plugins/fontAssist/ |
| D | plugin.js.unc | 11 // Create an editor command that stores the dialog initialization command. 41 // Add a new dialog window definition containing all UI elements and listeners. 42 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add 43 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html 44 CKEDITOR.dialog.add( 'fontAssistDialog', function( editor ) 88 var ckgedit_getEID = function (dialog,page,el) { 89 var InputId = dialog.getContentElement(page,el).getInputElement().$.id; 94 var display_fontOpen = function(dialog){ 95 var a = ckgedit_getEID(dialog,'general','alert'); 108 var setColor = function(dialog,ui_el) { [all …]
|
| /plugin/toolbox/ |
| D | ToolboxFindAndReplace.js | 2 * Implements the Find and Replace dialog 11 // the dialog HTML 12 var $dialog = jQuery( 43 // pointers to the various elements in the dialog 44 $dialog.components = { 45 in_find: $dialog.find('input.find'), 46 btn_find: $dialog.find('button.find'), 47 chk_casematch: $dialog.find('input.casematch'), 48 chk_regexp: $dialog.find('input.regexp'), 49 chk_words: $dialog.find('input.words'), [all …]
|
| /plugin/pagebuttons/ |
| D | script.js | 36 var $dialog = jQuery( 41 $dialog.dialog({ 51 $dialog.dialog("close"); 58 $dialog.dialog("close"); 63 // remove the dialog's HTML 66 // remains active when the dialog is closed, so we need to 89 var $dialog = jQuery( 95 $dialog.dialog({ 106 $dialog.dialog("close"); 114 $dialog.dialog("close"); [all …]
|
| /plugin/feedback/ |
| D | script.js | 14 // create the dialog frame 15 var $dialog = jQuery( 22 // initialize the dialog functionality 23 $dialog.dialog({ 32 $dialog.dialog("close"); 39 var text = $dialog.find('textarea').val(); 43 $dialog.html(''); 44 $dialog.dialog('option', 'buttons', 49 $dialog.dialog("close"); 66 $dialog.html(result);
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckcommands.js | 41 …case 'DocProps' : oCommand = new FCKDialogCommand( 'DocProps' , FCKLang.DocProps , 'dialog/fck… 42 …mand = new FCKDialogCommand( 'Templates' , FCKLang.DlgTemplatesTitle , 'dialog/fck_template.html'… 43 …case 'Link' : oCommand = new FCKDialogCommand( 'Link' , FCKLang.DlgLnkWindowTitle , 'dialog/fc… 45 …case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fc… 46 …and = new FCKDialogCommand( 'BulletedList', FCKLang.BulletedListProp , 'dialog/fck_listprop.html?… 47 …and = new FCKDialogCommand( 'NumberedList', FCKLang.NumberedListProp , 'dialog/fck_listprop.html?… 48 …case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.… 50 …case 'Find' : oCommand = new FCKDialogCommand( 'Find' , FCKLang.DlgFindTitle , 'dialog/fck_fi… 51 …case 'Replace' : oCommand = new FCKDialogCommand( 'Replace' , FCKLang.DlgReplaceTitle , 'dialog/… 53 …case 'Image' : oCommand = new FCKDialogCommand( 'Image' , FCKLang.DlgImgTitle , 'dialog/fck_im… [all …]
|
| /plugin/infomail/ |
| D | script.js | 2 $dialog: null, 12 * Initializes the form dialog on click 32 infomail.$dialog = jQuery('<div></div>'); 33 infomail.$dialog.dialog( 40 infomail.$dialog.dialog('destroy') 62 infomail.$dialog.html(data); 63 infomail.$dialog.find('button[type=reset]').click(infomail.cancel); 64 infomail.$dialog.find('button[type=submit]').click(infomail.send); 75 infomail.$dialog.dialog('destroy'); 87 var data = infomail.$dialog.find('form').serialize(); [all …]
|
| /plugin/golocal/ |
| D | script.js | 4 #dialog; 14 // decide if a dialog should be shown 16 // continue without dialog 20 // still here? continue with dialog 25 this.#dialog = this.createDialog(); 27 parent.appendChild(this.#dialog); 30 this.#dialog.showModal(); 34 * Create the dialog HTML and attach event listeners 39 const dialog = document.createElement('dialog'); 40 dialog.className = 'golocal-dialog'; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckcommands.js | 50 …case 'DocProps' : oCommand = new FCKDialogCommand( 'DocProps' , FCKLang.DocProps , 'dialog/fck… 51 …mand = new FCKDialogCommand( 'Templates' , FCKLang.DlgTemplatesTitle , 'dialog/fck_template.html'… 52 …case 'Link' : oCommand = new FCKDialogCommand( 'Link' , FCKLang.DlgLnkWindowTitle , 'dialog/fc… 54 …case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fc… 56 …and = new FCKDialogCommand( 'BulletedList', FCKLang.BulletedListProp , 'dialog/fck_listprop.html?… 57 …and = new FCKDialogCommand( 'NumberedList', FCKLang.NumberedListProp , 'dialog/fck_listprop.html?… 58 …case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.… 60 …nd = new FCKDialogCommand( 'Find' , FCKLang.DlgFindAndReplaceTitle , 'dialog/fck_replace.html' … 61 …d = new FCKDialogCommand( 'Replace' , FCKLang.DlgFindAndReplaceTitle , 'dialog/fck_replace.html' … 63 …case 'Image' : oCommand = new FCKDialogCommand( 'Image' , FCKLang.DlgImgTitle , 'dialog/fck_im… [all …]
|
| /plugin/move/script/ |
| D | rename.js | 2 * Rename dialog for end users 10 // basic dialog template 11 const $dialog = jQuery( 26 const newid = $dialog.find('input[name=id]').val(); 30 $dialog.html( 34 $dialog.dialog('option', 'buttons', []); 47 $dialog.html(result.error.msg); 58 * Create the actual dialog modal and show it 61 $dialog.dialog({ 71 $dialog.dialog("close"); [all …]
|
| /plugin/encryptedpasswords/script/ |
| D | GUI.js | 36 let $dialog = jQuery('<div class="encryptedpasswords-prompt">' + 43 $dialog.dialog({ 50 const pass = $dialog.find("input[name='pass']").val(); 51 if (repeat && pass !== $dialog.find("input[name='repeat']").val()) { 52 … $dialog.prepend(`<p class="error">${LANG.plugins.encryptedpasswords.repeatError}</p>`); 57 resolve($dialog.find("input[name='pass']").val()); 58 jQuery(this).dialog('destroy'); 62 jQuery(this).dialog('close'); 65 $dialog.find("input[name='pass']").val(''); 66 $dialog.find("input[name='repeat']").val(''); [all …]
|
| /plugin/searchjump/ |
| D | script.js | 4 dialog: null, property 7 * create and display search jump dialog 14 sjump.dialog = document.createElement('div'); 15 sjump.dialog.id = 'search__jump'; 36 sjump.dialog.appendChild(prev); 37 sjump.dialog.appendChild(close); 38 sjump.dialog.appendChild(next); 45 jQuery(sjump.dialog).css('left', $page.offset().left + 'px'); 48 document.body.appendChild(sjump.dialog); 67 // move position of dialog [all …]
|
| /plugin/recommend/ |
| D | script.js | 7 $dialog: null, 18 * Initializes the form dialog on click 38 recommend.$dialog = jQuery('<div></div>'); 39 recommend.$dialog.dialog( 46 recommend.$dialog.dialog('destroy') 73 recommend.$dialog.html(data); 74 recommend.$dialog.find('button[type=reset]').click(recommend.cancel); 75 recommend.$dialog.find('button[type=submit]').click(recommend.send); 76 recommend.$dialog.find('input[name=r_email]').autocomplete({ 124 recommend.$dialog.dialog('destroy'); [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js.unc | 5 * The abbr plugin dialog window definition. 11 // Our dialog definition. 12 CKEDITOR.dialog.add( 'geshiDialog', function( editor ) { 69 // Basic properties of the dialog window: title, minimum size. 74 // Dialog window content definition. 77 // Definition of the Basic Settings dialog tab (page). 91 validate: CKEDITOR.dialog.validate.notEmpty(editor.lang.geshi.code_empty) 154 var dialog = this; 155 geshi_dialog = dialog; 158 dialog.getContentElement( 'tab-basic', 'geshi' ).setValue( text ); [all …]
|
| /plugin/deletepagebutton/ |
| D | script.js | 30 + "&title=Confirmation+dialog+not+working+with+" + template + "+template" 34 + "is not fully supported (the Confirmation dialog will not work). " 44 let $dialog = jQuery( 49 $dialog.dialog({ 59 $dialog.dialog("close"); 67 $dialog.dialog("close"); 72 // remove the dialog's HTML 75 // remains active when the dialog is closed, so we need to
|
| /plugin/ckgedit/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js.unc | 5 * The abbr plugin dialog window definition. 11 // Our dialog definition. 12 CKEDITOR.dialog.add( 'geshiDialog', function( editor ) { 70 // Basic properties of the dialog window: title, minimum size. 75 // Dialog window content definition. 78 // Definition of the Basic Settings dialog tab (page). 92 validate: CKEDITOR.dialog.validate.notEmpty(editor.lang.geshi.code_empty) 179 var dialog = this; 180 geshi_dialog = dialog; 183 dialog.getContentElement( 'tab-basic', 'geshi' ).setValue( text ); [all …]
|
| /plugin/wysiwyg/fckeditor/editor/lang/ |
| D | zh.js | 188 // Image Dialog 216 // Flash Dialog 226 // Link Dialog 276 // Color Dialog 282 // Smiley Dialog 285 // Special Character Dialog 288 // Table Dialog 307 // Table Cell Dialog 334 // Find and Replace Dialog 337 // Find Dialog [all …]
|
| D | ja.js | 188 // Image Dialog 216 // Flash Dialog 226 // Link Dialog 276 // Color Dialog 282 // Smiley Dialog 285 // Special Character Dialog 288 // Table Dialog 307 // Table Cell Dialog 334 // Find and Replace Dialog 337 // Find Dialog [all …]
|
| D | zh-cn.js | 188 // Image Dialog 216 // Flash Dialog 226 // Link Dialog 276 // Color Dialog 282 // Smiley Dialog 285 // Special Character Dialog 288 // Table Dialog 307 // Table Cell Dialog 334 // Find and Replace Dialog 337 // Find Dialog [all …]
|
| /plugin/tagging/script/ |
| H A D | admin.js | 53 const actionData = actionDialog.dialog('option', 'data'); 65 actionDialog.dialog('close'); 75 const actionDialog = jQuery("#tagging__action-dialog").dialog({ 95 const taggedPagesDialog = jQuery("#tagging__taggedpages-dialog").dialog({ 110 * Injects dialog contents that match the triggered action 114 const actionData = actionDialog.dialog('option', 'data'); 144 const $data = taggedPagesDialog.dialog('option', 'data'); 153 * Action buttons open a dialog window 159 actionDialog.dialog('option', { data: jQuery(this).data() }); 160 actionDialog.dialog('open'); [all …]
|