Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified42 …"confirmCancel": "You have changed some options. Are you sure you want to close the dialog window?…
831 Header: "This dialog window lets you create and edit footnotes.",
H A Den.js-4.9.merged5 …ncel":"You have changed some options. Are you sure you want to close the dialog window?","options"…
96 Header: 'This dialog window lets you create and edit footnotes.',
H A Den.js.4.95 …ncel":"You have changed some options. Are you sure you want to close the dialog window?","options"…
H A Den.js.ckgedit95 Header: 'This dialog window lets you create and edit footnotes.',
H A Den.js.unc5 …ncel":"You have changed some options. Are you sure you want to close the dialog window?","options"…
97 Header: 'This dialog window lets you create and edit footnotes.',
H A Dlang_array.txt46 …"confirmCancel": "You have changed some options. Are you sure you want to close the dialog window?…
728 Header: 'This dialog window lets you create and edit footnotes.',
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js5 CKEDITOR.dialog.add("a11yHelp",function(e){var a=e.lang.a11yhelp,b=e.lang.common.keyboard,q=CKEDITO…
10 buttons:[CKEDITOR.dialog.cancelButton]}});
/plugin/ckgedit/ckeditor/plugins/about/dialogs/
H A Dabout.js5 CKEDITOR.dialog.add("about", function(a) {
28 buttons: [CKEDITOR.dialog.cancelButton]
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js5 CKEDITOR.dialog.add("paste",function(c){function k(a){var b=new CKEDITOR.dom.document(a.document),g…
7 350,minHeight:CKEDITOR.env.quirks?250:245,onShow:function(){this.parts.dialog.$.offsetHeight;this.s…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 CKEDITOR.dialog.add("colordialog",function(x){function m(){e.getById(n).removeStyle("background-col…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js6 …Chk","txtReplaceWordChk"],["txtFindCyclic","txtReplaceCyclic"]];CKEDITOR.dialog.add("find",functio…
17 …CKEDITOR.DIALOG_RESIZE_NONE,minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{la…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …,command:"fontAssistDialog",icon:this.path+"images/fonts.png"});CKEDITOR.dialog.add("fontAssistDia…
H A Dplugin.js.unc121 dialog.enableButton( 'ok' );
123 display_fontOpen(dialog);
126 var resetColor = function(dialog) {
139 var setFont = function(dialog) {
147 var resetFont = function(dialog) {
150 setFont(dialog);
160 dialog.disableButton('ok');
165 toggle_ok(dialog,true);
169 var dialog = this.getDialog();
170 dialog.disableButton('ok');
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1dialog.add("footnoteDialog",function(e){return{title:d.Title,minWidth:400,minHeight:200,fontSize:"…
H A Dplugin.js.unc9 // 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.
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
82 html : lang.Header, //'This dialog window lets you create and edit footnotes.'
164 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
179 var dialog = this,
[all …]
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1dialog.add("geshiDialog",function(k){var e,n=new Array();var b,c,f,m,j;var a=function(){var p=wind…
H A Dgeshi.js.unc5 * 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.
78 // Definition of the Basic Settings dialog tab (page).
179 var dialog = this;
180 geshi_dialog = dialog;
194 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
196 var dialog = this, retval;
208 var num = dialog.getValueOf( 'tab-basic', 'linenums' );
[all …]
/plugin/ckgedit/ckeditor/plugins/geshi/
H A Dplugin.js29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1dialog.validate.notEmpty(e.lang.image.urlMissing)},{type:"button",id:"browse",style:"display:inlin…
H A Dimage.js.unc26 dialog = this.getDialog(),
35 if ( dialog.lockRatio ) {
52 updatePreview( dialog );
57 if ( !dialog.originalElement || !dialog.preview )
61 dialog.commitContent( PREVIEW, dialog.preview );
182 dialog.lockRatio = value;
184 dialog.userlockRatio = 1;
185 dialog.lockRatio = !dialog.lockRatio;
189 if ( dialog.lockRatio )
202 return dialog.lockRatio;
[all …]
/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…
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.
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js6 CKEDITOR.dialog.add( 'anchor', function( editor )
H A Dlink-cmpr.js1dialog.add("link",function(b){oDokuWiki_FCKEditorInstance.Lang=b.lang;ck_m_files_protocol=oDokuWik…
H A Dlink.js1dialog.add("link",function(b){oDokuWiki_FCKEditorInstance.Lang=b.lang;ck_m_files_protocol=oDokuWik…

12345678910>>...18