Home
last modified time | relevance | path

Searched refs:dialog (Results 126 – 150 of 450) sorted by relevance

12345678910>>...18

/plugin/bookcreator/
H A Dscript.js540 //confirm dialog
677 //download in background and shows dialog
685 $preparingFileModal.dialog({ modal: true });
691 $preparingFileModal.dialog('close');
694 $preparingFileModal.dialog('close');
696 .dialog({ modal: true })
779 //place dialog near the button
/plugin/tableedit/
H A DREADME.md8 The plugin will add an toolbar-button. Edit a page. Mark a table an press the button. A dialog will…
/plugin/timetrack/
H A Dstyle.css27 div.ui-dialog button.left-button{
46 #timetrack-dialog-tabs{
/plugin/aimg/
H A Dscript.js1103 var dialog = document.getElementById('fn-modaldialog');
1104 if (!dialog)
1106 dialog = document.createElement('div');
1107 dialog.setAttribute('id', 'fn-modaldialog');
1108 document.body.appendChild(dialog);
1123 dialog.innerHTML = '<span>' + message + '</span>';
1124 dialog.style.visibility = message ? 'visible' : 'hidden';
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1dialog.add("smiley",function(m){var f=m.config,c=m.lang.smiley,o=f.smiley_images,g=f.smiley_column…
H A Dsmiley.js.4.35 CKEDITOR.dialog.add("smiley",function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.s…
10 …b1",label:"",title:"",expand:!0,padding:0,elements:[e]}],buttons:[CKEDITOR.dialog.cancelButton]}});
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1dialog.add("specialchar",function(f){var g,c=f.lang.specialchar;var d=function(j){var m,l;if(j.dat…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1dialog.add("specialchar",function(f){var g,c=f.lang.specialchar;var d=function(j){var m,l;if(j.dat…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1dialog.add("smiley",function(m){var f=m.config,c=m.lang.smiley,o=f.smiley_images,g=f.smiley_column…
H A Dsmiley.js.4.35 CKEDITOR.dialog.add("smiley",function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.s…
10 …b1",label:"",title:"",expand:!0,padding:0,elements:[e]}],buttons:[CKEDITOR.dialog.cancelButton]}});
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc30 CKEDITOR.dialog.add( 'link', this.path + 'dialogs/link.js' );
31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' );
95 …evt.data.dialog = ( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !elemen…
99 evt.data.dialog = 'anchor';
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc30 CKEDITOR.dialog.add( 'link', this.path + 'dialogs/link.js' );
31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' );
95 …evt.data.dialog = ( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !elemen…
99 evt.data.dialog = 'anchor';
/plugin/diagramsnet/lib/
H A Delectron.js8 const dialog = electron.dialog constant
139 var choice = dialog.showMessageBoxSync(
670 dialog.showMessageBox(
832 dialog.showMessageBox(
924 dialog.showMessageBox(
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc7 requires: 'dialog',
22 CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' );
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc7 requires: 'dialog',
22 CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' );
/plugin/quicksubscribe/
H A Dscript.js6 * Add additional stuff to the dialog
8 * @param $to {object} jQuery dialog object
95 // show the dialog
96 $overlay.dialog();
102 // attach dialog creation to any quicksubscribe link
/plugin/advanced/lang/en/config/
H A Dmime.txt3 …ith an exclamation mark (!) will force the browser to present a download dialog, even if a browser…
/plugin/authldaplocal/
H A DREADME.md18 …rectory and have a configuration dialog. Configuration of the backend is done through the dokuwiki…
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1dialog.validate.notEmpty(e.lang.image.urlMissing)},{type:"button",id:"browse",style:"display:inlin…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1dialog.validate.notEmpty(e.lang.image.urlMissing)},{type:"button",id:"browse",style:"display:inlin…
/plugin/fckg/
H A DChanges15 Enabled overflow and scrolling in SCAYT dialog.
18 Increased sizes of link and image dialog windows in gecko. Adjusted font sizes in link.html
169 Added ftp option to link dialog
188 Fixed URL display line in image dialog: now displays file name as saved, instead of encoded format.
236 Added language variable to image dialog's align list for "remove alignment"
245 Updates to language strings in link dialog
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md20 …ecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md20 …ecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md64 * [#16954](http://dev.ckeditor.com/ticket/16954): Removed the paste dialog.
274 * SCAYT stops working after pressing the *Cancel* button in the WSC dialog.
383 * [#13554](http://dev.ckeditor.com/ticket/13554): [Edge] Fixed: Paste dialog's iframe does not rece…
402dialog#setState()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-method-setState) method and us…
410 * [#13158](http://dev.ckeditor.com/ticket/13158): Fixed: Error after canceling a dialog when creati…
691 …p://dev.ckeditor.com/ticket/12140): Fixed: Double-clicking linked widgets opens two dialog windows.
953 …ckeditor.com/ticket/10936): Widget System changes for easier integration with other dialog systems.
1110 …KEDITOR.dialog.addIframe()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-static-method-addIfra…
1253 * [#9875](http://dev.ckeditor.com/ticket/9875): Table dialog window does not populate width correct…
1255 …ckeditor.com/ticket/9815): Cannot edit dialog window fields in an editor initialized in the jQuery…
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css21 * This is the CSS file used for interface details in some dialog

12345678910>>...18