Home
last modified time | relevance | path

Searched refs:confirm (Results 26 – 50 of 164) sorted by relevance

1234567

/plugin/drawio/
H A Dscript.js76 …if (!confirm("A version of this diagram from " + new Date(data.lastModified) + " is available. Wou…
100 …if (!confirm("A version of this diagram from " + new Date(draft.lastModified) + " is available. Wo…
/plugin/groupmanager/
H A Dscript.js6 return confirm(LANG.del_confirm);
/plugin/epub/
H A Dscript.js103 if(!confirm(confirm_msg + ":\n" + msg)) return false;
/plugin/socialmark/
H A Dlist.txt16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !
/plugin/tagging/
H A Dscript.js11 return confirm(LANG.del_confirm);
/plugin/struct/script/
H A DAggregationEditor.js51 if (!window.confirm(LANG.del_confirm)) return;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js212 if ( confirm( 'Do you want to transform the selected image on a image button?' ) )
217 if ( confirm( 'Do you want to transform the selected image button on a simple image?' ) )
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …eOf("tab-basic","ckg_geshi_lang");if(p.match(/Not Set/i)){p=""}if(!p){if(confirm("Language not fou…
/plugin/pagebuttons/
H A Dscript.js30 var page = window.confirm(LANG.plugins.pagebuttons.delete_confirm);
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js594 this.ui.confirm(mxResources.get('replaceIt', [filename]), function()
832 this.ui.confirm(mxResources.get('note') + ': ' + mxResources.get('fileWillBeSavedInAppFolder',
983 …this.ui.confirm(mxResources.get('note') + ': ' + mxResources.get('fileWillBeSavedInAppFolder', [fi…
H A DApp.js892 if (confirm(mxResources.get('configLinkWarn')) &&
893 confirm(mxResources.get('configLinkConfirm')))
4024 this.confirm(mxResources.get('allChangesLost'), null, doOpenFile,
4333 this.confirm(mxResources.get('replaceIt', [name]), fn);
4941 this.confirm(mxResources.get('allChangesLost'), null, fn3,
6416 this.confirm(mxResources.get('replaceIt', [filename]), fn);
7459 this.confirm(mxResources.get('allChangesLost'), null, doLogout,
7490 this.confirm(mxResources.get('allChangesLost'), null, doLogout,
7521 this.confirm(mxResources.get('allChangesLost'), null, doLogout,
7552 this.confirm(mxResources.get('allChangesLost'), null, doLogout,
[all …]
H A DDrawioFile.js653 this.ui.confirm(mxResources.get('allChangesLost'), mxUtils.bind(this, function()
1717 this.ui.confirm(mxResources.get('allChangesLost'), mxUtils.bind(this, function()
1732 this.ui.confirm(msg, mxUtils.bind(this, function()
1740 this.ui.confirm(msg, redirect, mxUtils.bind(this, function()
/plugin/fckg/
H A Dscript.js204 if(!confirm(test_str)) return false;
/plugin/fckg/scripts/
H A Dscript-cmpr.js1 …eAt(i)==32){c="SP"}var b=c+" ";d+=b;if(a.charCodeAt(i)==10){d+="\n"}}if(!confirm(d)){return false}…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …ng");if(r.match(/Not Set/i)){if(t=="text"){r="text"}else{r=""}}if(!r){if(confirm("Language not fou…
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js264 if ( confirm( 'Do you want to transform the selected image on a image button?' ) )
269 if ( confirm( 'Do you want to transform the selected image button on a simple image?' ) )
/plugin/deletepagebutton/
H A DREADME.md19 ![Confirmation](images/confirm.png)
/plugin/batchedit/
H A Dinterface.js327 proceed = confirm(getLang('war_nosummary'));
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js239 if ( confirm( FCKLang.PasteWordConfirm ) )
/plugin/wysiwyg/
H A Dscript.js122 if ( oEditor.IsDirty() ) { confirmed = confirm("You will lose your changes."); }
/plugin/davcard/
H A Dscript.js689 showDialog : function(confirm) argument
696 if(confirm)
/plugin/bpmnioeditor/
H A Dscript.js31 if(!confirm(LANG.plugins.bpmnioeditor.changes_not_saved)){
/plugin/diagramsnet/lib/js/
H A Dopen.js148 … if (window.parent.mxUtils.confirm(window.parent.mxResources.get('delete') + ' "' + k + '"?'))
/plugin/refnotes/
H A Dadmin.js616 if (confirm(locale.getString('delete_ns', current.getName()))) {
887 if (confirm(locale.getString('delete_note', current.getName()))) {
/plugin/davcal/
H A Dscript.js766 showDialog : function(confirm) argument
772 if(confirm)

1234567