Home
last modified time | relevance | path

Searched refs:dialog (Results 26 – 50 of 450) sorted by relevance

12345678910>>...18

/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js1 CKEDITOR.dialog.add("scaytDialog",function(c){var d=c.scayt,k='\x3cp\x3e\x3cimg src\x3d"'+d.getLogo…
7 …call(b,"dictionaryState");e.dialog=b;e.command="create";e.name=f;c.fire("scaytUserDictionaryAction…
9dialog=b;a.error||h.toggleDictionaryState.call(b,"dictionaryState");a.command="restore";a.name=f;c…
11dialog=b;a.command="remove";a.name=e;c.fire("scaytUserDictionaryAction",a)},function(a){a.dialog=b…
12 a)},function(a){a.dialog=b;a.command="rename";a.name=h;c.fire("scaytUserDictionaryActionError",a)})…
14 …yRegex"),g=this;e&&(-1!==e.search(d)?c.fire("scaytUserDictionaryAction",{dialog:b,command:"wordWit…
15dialog:b,command:"wordAlreadyAdded",name:e})):(this.disable(),a.addWordToUserDictionary(e,function…
17 …ror||g.removeChild(f,e);a.dialog=d;a.command="deleteWord";a.name=e;c.fire("scaytUserDictionaryActi…
30dialog,{scaytItemList:function(c,d,k){if(arguments.length){var n=this;c.on("load",function(){n.get…
31 CKEDITOR.ui.dialog.scaytItemList.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{…
[all …]
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js1 CKEDITOR.dialog.add("scaytDialog",function(d){var c=d.scayt,k='\x3cp\x3e\x3cimg alt\x3d"logo" title…
7 …call(b,"dictionaryState");e.dialog=b;e.command="create";e.name=h;d.fire("scaytUserDictionaryAction…
8dialog=b;a.error||g.toggleDictionaryState.call(b,"dictionaryState");a.command="restore";a.name=h;d…
10 …te.call(b,"initialState");a.dialog=b;a.command="remove";a.name=e;d.fire("scaytUserDictionaryAction…
11 …rDictionary(g,function(a){a.dialog=b;a.command="rename";a.name=g;d.fire("scaytUserDictionaryAction…
14 …yAction",{dialog:b,command:"wordWithBannedSymbols",name:e,error:!0}):g.inChildren(e)?(h.setValue("…
15 …),g.addChild(e,!0));a.dialog=b;a.command="addWord";a.name=e;f.enable();d.fire("scaytUserDictionary…
17 …(h,e);q.unblock();a.dialog=c;a.command="deleteWord";a.name=e;d.fire("scaytUserDictionaryAction",a)…
29dialog,{scaytItemList:function(d,c,k){if(arguments.length){var n=this;d.on("load",function(){n.get…
30 CKEDITOR.ui.dialog.scaytItemList.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{…
[all …]
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc1 CKEDITOR.dialog.add( 'tagsDialog', function ( editor )
112 var dialog = this;
116 var dialog = this;
118 … selected += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : '';
120 …selected += dialog.getValueOf('tab-basic','user_def_box') ? dialog.getValueOf('tab-basic','user_de…
/plugin/davcal/
H A Dall.css16 #dw_davcal__edit .ui-dialog-content,
17 #dw_davcal__confirm .ui-dialog-content,
18 #dw_davcal__settings .ui-dialog-content, {
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js24 var dialog = window.parent ; variable
25 var oEditor = dialog.InnerDialogLoaded() ;
43 dialog.AddTab( 'Info', FCKLang.DlgImgInfoTab ) ;
50 dialog.AddTab( 'Upload', FCKLang.DlgLnkUpload ) ;
53 dialog.AddTab( 'Advanced', 'Help') ;
135 dialog.SetAutoSize( true ) ;
138 dialog.SetOkButton( true ) ;
164 dialog.SetAutoSize( true ) ;
167 dialog.SetOkButton( true ) ;
252 dialog.SetSelectedTab( 'Info' ) ;
[all …]
/plugin/tagadd/
H A Dscript.js33 jQuery("#tagadd__dialog").dialog("close");
56 jQuery( "#tagadd__dialog" ).dialog({title:LANG.plugins.tagadd['choose tags'],
61 … {text:LANG.plugins.tagadd['closeDialog'],click: function() {jQuery(this).dialog('close');}},
86 jQuery("#tagadd__dialog").dialog("open");
/plugin/deletepagebutton/
H A Dscript.js49 $dialog.dialog({
59 $dialog.dialog("close");
67 $dialog.dialog("close");
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js1 CKEDITOR.dialog.add( 'wrapDialolg', function( editor ) {
83 var dialog = this;
92 var TypeValue = dialog.getValueOf( 'tab-basic', 'div_types' );
93 if(!TypeValue) TypeValue = dialog.getValueOf( 'tab-basic', 'specials' );
150 var wrapText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'wrap' );
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc6 CKEDITOR.dialog.add( 'specialchar', function( editor ) {
7 // Simulate "this" of a dialog for non-dialog events.
8 // @type {CKEDITOR.dialog}
9 var dialog,
21 dialog.hide();
46 var htmlPreview = dialog.getContentElement( 'info', 'htmlPreview' ).getElement();
48 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( value );
64 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( ' ' );
65 dialog.getContentElement( 'info', 'htmlPreview' ).getElement().setHtml( ' ' );
172 buttons: [ CKEDITOR.dialog.cancelButton ],
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc6 CKEDITOR.dialog.add( 'specialchar', function( editor ) {
7 // Simulate "this" of a dialog for non-dialog events.
8 // @type {CKEDITOR.dialog}
9 var dialog,
21 dialog.hide();
46 var htmlPreview = dialog.getContentElement( 'info', 'htmlPreview' ).getElement();
48 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( value );
64 dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( ' ' );
65 dialog.getContentElement( 'info', 'htmlPreview' ).getElement().setHtml( ' ' );
172 buttons: [ CKEDITOR.dialog.cancelButton ],
[all …]
/plugin/move/script/
H A Drename.js2 * 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
[all...]
/plugin/ckgdoku/
H A Dscript.js439 var dialog = this.getDialog();
440 if ( dialog.getName() == "image" ) {
442 dialog.getContentElement("info", "cmbAlign").setValue(align);
445 dialog.getContentElement("info", "cmbLinkType").setValue(link);
448 dialog.getContentElement("info", "txtWidth").setValue(width);
449 dialog.dontResetSize = true;
458 var dialog = this.getDialog();
459 if (dialog.getName() == "link") {
460 dialog.getContentElement('info', 'media').setValue(id);
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc5 * The abbr plugin dialog window definition.
11 // Our dialog definition.
12 CKEDITOR.dialog.add( 'mswordDialog', function( editor ) {
18 // Basic properties of the dialog window: title, minimum size.
26 // Definition of the Basic Settings dialog tab (page).
73 var dialog = this;
74 geshi_dialog = dialog;
90 // The context of this function is the dialog object itself.
91 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
/plugin/stale/
H A Dstyle.css1 .stale-dialog > .ui-dialog-titlebar {
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js1 CKEDITOR.dialog.add( 'wrapDialolg', function( editor ) {
99 var dialog = this;
108 var TypeValue = dialog.getValueOf( 'tab-basic', 'div_types' );
109 if(!TypeValue) TypeValue = dialog.getValueOf( 'tab-basic', 'specials' );
166 var wrapText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'wrap' );
/plugin/infomail/
H A Dscript.js33 infomail.$dialog.dialog(
40 infomail.$dialog.dialog('destroy')
75 infomail.$dialog.dialog('destroy');
/plugin/ckgedit/
H A Dscript.js469 var dialog = this.getDialog();
470 if ( dialog.getName() == "image" ) {
472 dialog.getContentElement("info", "cmbAlign").setValue(align);
475 dialog.getContentElement("info", "cmbLinkType").setValue(link);
478 dialog.getContentElement("info", "txtWidth").setValue(width);
479 dialog.dontResetSize = true;
488 var dialog = this.getDialog();
489 if (dialog.getName() == "link") {
490 dialog.getContentElement('info', 'media').setValue(id);
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc5 * The abbr plugin dialog window definition.
11 // Our dialog definition.
12 CKEDITOR.dialog.add( 'mswordDialog', function( editor ) {
20 // Basic properties of the dialog window: title, minimum size.
28 // Definition of the Basic Settings dialog tab (page).
78 var dialog = this;
79 geshi_dialog = dialog;
95 // The context of this function is the dialog object itself.
96 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
/plugin/diagramsnet/lib/plugins/
H A Drandom.js35 if (ui.dialog != null)
41 if (counter++ < max && ui.dialog == null)
133 if (ui.dialog != null)
139 if (counter++ < max && ui.dialog == null)
358 if (ui.dialog != null)
364 if (counter++ < max && ui.dialog == null)
432 if (ui.dialog != null)
438 if (counter++ < max && ui.dialog == null)
/plugin/ckgedit/ckeditor/plugins/about/dialogs/
H A Dabout.js5 CKEDITOR.dialog.add("about", function(a) {
28 buttons: [CKEDITOR.dialog.cancelButton]
/plugin/recommend/
H A Dscript.js39 recommend.$dialog.dialog(
46 recommend.$dialog.dialog('destroy')
124 recommend.$dialog.dialog('destroy');
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js5 CKEDITOR.dialog.add("checkspell",function(a){function c(a,c){var d=0;return function(){"function"==…
9 …alogTitle||a.lang.wsc.title,minWidth:485,minHeight:380,buttons:[CKEDITOR.dialog.cancelButton],onSh…
11 CKEDITOR.dialog.on("resize",function(a){a=a.data;var c=a.dialog;"checkspell"==c._.name&&((c=(c=c.ge…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js5 CKEDITOR.dialog.add("checkspell",function(a){function c(a,c){var d=0;return function(){"function"==…
9 …alogTitle||a.lang.wsc.title,minWidth:485,minHeight:380,buttons:[CKEDITOR.dialog.cancelButton],onSh…
11 CKEDITOR.dialog.on("resize",function(a){a=a.data;var c=a.dialog;"checkspell"==c._.name&&((c=(c=c.ge…
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js6 CKEDITOR.dialog.add( 'about', function( editor ) {
73 buttons: [ CKEDITOR.dialog.cancelButton ]
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc13 requires: 'dialog',
19 // Register the dialog.
20 CKEDITOR.dialog.add( pluginName, this.path + 'dialogs/image.js' );
36 evt.data.dialog = 'image';
130 * Whether to remove links when emptying the link URL field in the image dialog.

12345678910>>...18