Home
last modified time | relevance | path

Searched refs:dialog (Results 76 – 100 of 450) sorted by relevance

12345678910>>...18

/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/bookcreator/script/
H A Djquery.fileDownload.js40 //Requires jQuery UI: provide a message to display to the user when the file download is being prepared before the browser's dialog appears
52 //if jQuery UI is installed this will be a dialog, otherwise it will be an alert
63 //a function to call while the dowload is being prepared before the browser's dialog appears
70 //a function to call after a file download dialog/ribbon has appeared
77 //a function to call after a file download dialog/ribbon has appeared
167 if ($().dialog) {
168 $("<div>").html(settings.androidPostUnsupportedMessageHtml).dialog(settings.dialogOptions);
182 //wire up a jquery dialog to display the preparing message if specified
185 $preparingDialog = $("<div>").html(settings.preparingMessageHtml).dialog(settings.dialogOptions);
199 $preparingDialog.dialog('clos
[all...]
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1dialog.add(d,this.path+"dialogs/image.js");c.addCommand(d,new CKEDITOR.dialogCommand(d));c.ui.addB…
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js1dialog.add(d,this.path+"dialogs/image.js");c.addCommand(d,new CKEDITOR.dialogCommand(d));c.ui.addB…
/plugin/tagging/
H A Dstyle.less112 #tagging__action-dialog .warning {
117 #tagging__taggedpages-dialog {
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1dialog.add("link",this.path+"dialogs/link.js");CKEDITOR.dialog.add("anchor",this.path+"dialogs/anc…
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1dialog.add("link",this.path+"dialogs/link.js");CKEDITOR.dialog.add("anchor",this.path+"dialogs/anc…
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js333 var dialog = remote.dialog;
337 var paths = dialog.showOpenDialogSync({
665 var dialog = remote.dialog;
669 var paths = dialog.showOpenDialogSync({
980 var dialog = remote.dialog;
984 var paths = dialog.showOpenDialogSync({
1449 var dialog = remote.dialog;
1466 var path = dialog.showSaveDialogSync({
1495 var dialog = remote.dialog;
1513 var path = dialog.showSaveDialogSync({
[all …]
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js.4.35 CKEDITOR.dialog.add("about",function(a){var a=a.lang.about,b=CKEDITOR.plugins.get("about").path+"di…
7 …om/">CKSource</a> - Frederico Knabben')+"</p></div>"}]}],buttons:[CKEDITOR.dialog.cancelButton]}});
H A Dabout.js.4.5.unc6 CKEDITOR.dialog.add( 'about', function( editor ) {
73 buttons: [ CKEDITOR.dialog.cancelButton ]
H A Dabout.js.unc6 CKEDITOR.dialog.add( 'about', function( editor ) {
74 buttons: [ CKEDITOR.dialog.cancelButton ]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1dialog.add("footnoteDialog",function(e){return{title:d.Title,minWidth:400,minHeight:200,fontSize:"…
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1dialog.add("footnoteDialog",function(e){return{title:d.Title,minWidth:400,minHeight:200,fontSize:"…
/plugin/ikso/
H A Dscript.js46 jQuery("#plugin_ikso__modala_dialogo").dialog({
59 jQuery(this).dialog("close");
64 jQuery(this).dialog("close");
/plugin/ckgdoku/ckeditor/plugins/tags/
H A Dplugin.js6 CKEDITOR.dialog.add( 'tagsDialog', this.path + 'dialogs/tags.js' );
/plugin/ckgdoku/ckeditor/plugins/wrap/
H A Dplugin.js13 CKEDITOR.dialog.add( 'wrapDialolg', this.path + 'dialogs/wrap.js' );
/plugin/ckgedit/ckeditor/plugins/wrap/
H A Dplugin.js13 CKEDITOR.dialog.add( 'wrapDialolg', this.path + 'dialogs/wrap.js' );
/plugin/diagramsnet/lib/plugins/
H A Dpage.js48 if (counter++ < max && ui.dialog == null)
128 if (counter++ < max && ui.dialog == null)
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgedit/ckeditor/plugins/geshi/
H A Dplugin.js29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgedit/ckeditor/plugins/note/
H A Dplugin.js15 CKEDITOR.dialog.add( 'noteDialog', this.path + 'dialogs/note.js' );
/plugin/ckgedit/ckeditor/plugins/msword/
H A Dplugin.js30 CKEDITOR.dialog.add( 'mswordDialog', this.path + 'dialogs/msword.js' );
/plugin/npd/
H A Dplugin.info.txt6 desc A dialog which helps people to create new pages.
/plugin/webdav/
H A Dscript.js38 jQuery(dialog_html).dialog({

12345678910>>...18