Home
last modified time | relevance | path

Searched refs:dialog (Results 51 – 75 of 450) sorted by relevance

12345678910>>...18

/plugin/ckgedit/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.
/plugin/sectionedit/
H A Dscript.js102 getDialog('close').dialog('destroy').detach();
127 jQuery( "#sectionedit__dilaog" ).dialog({title:LANG.plugins.sectionedit['edit'],
141 return jQuery('#sectionedit__dilaog').dialog(action);
/plugin/toolbox/
H A DToolboxCounter.js108 $dialog.dialog({
114 $dialog.dialog('close')
119 $dialog.dialog('destroy');
H A DToolboxFindAndReplace.js66 $dialog.dialog({
77 $dialog.dialog('destroy');
88 $dialog.dialog('widget').mouseup(function (e) {
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js24 var dialog = window.parent ; variable
25 var oEditor = dialog.InnerDialogLoaded() ;
48 dialog.AddTab( 'Info', FCKLang.DlgLnkInfoTab ) ;
60 dialog.AddTab( 'Advanced', FCKLang.DlgAdvancedTag ) ;
61 dialog.SetTabVisibility('Advanced',false);
86 dialog.SetAutoSize( true ) ;
360 dialog.SetOkButton( true ) ;
711 dialog.SetAutoSize( true ) ;
715 dialog.SetTabVisibility('Advanced',true);
755 dialog.SetAutoSize( true ) ;
[all …]
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.
190 background-image: url(images/dialog.sides.png);
196 background-image: url(images/dialog.sides.gif);
202 background-image: url(images/dialog.sides.rtl.png);
208 background-image: url(images/dialog.sides.gif);
315 /* The layer used to cover the dialog when opening a child dialog. */
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css21 * Styles used by the dialog boxes.
190 background-image: url(images/dialog.sides.png);
196 background-image: url(images/dialog.sides.gif);
202 background-image: url(images/dialog.sides.rtl.png);
208 background-image: url(images/dialog.sides.gif);
315 /* The layer used to cover the dialog when opening a child dialog. */
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc29 ckg_dialog = CKEDITOR.dialog;
69 var dialog = this.getDialog();
150 var dialog = this.getDialog(),
159 dialog.showPage('advanced');
170 dialog.showPage( 'upload' );
174 //dialog.hidePage( 'target' );
176 dialog.hidePage( 'upload' );
193 dialog.layout();
400 var dialog = CKEDITOR.dialog.getCurrent();
1558 .dialog({
[all …]
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc37 pass = !!( CKEDITOR.dialog.validate.integer()( value ) && value > 0 );
63 var dialog = this;
65 var styles;// = dialog.getContentElement( 'advanced', 'advStyles' );
284 var dialog = this.getDialog();
285 dialog.hasColumnHeaders = true;
292 dialog.hasColumnHeaders = false;
299 this.setValue( dialog.hasColumnHeaders ? 'both' : 'row' );
301 this.setValue( dialog.hasColumnHeaders ? 'col' : '' );
357 …validate: CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', e…
413 CKEDITOR.dialog.add( 'table', function( editor ) {
[all …]
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc37 pass = !!( CKEDITOR.dialog.validate.integer()( value ) && value > 0 );
63 var dialog = this;
65 var styles;// = dialog.getContentElement( 'advanced', 'advStyles' );
284 var dialog = this.getDialog();
285 dialog.hasColumnHeaders = true;
292 dialog.hasColumnHeaders = false;
299 this.setValue( dialog.hasColumnHeaders ? 'both' : 'row' );
301 this.setValue( dialog.hasColumnHeaders ? 'col' : '' );
357 …validate: CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', e…
413 CKEDITOR.dialog.add( 'table', function( editor ) {
[all …]
/plugin/stale/
H A Dstale.js43 jElement.dialog('close');
49 dialogElement.dialog({
/plugin/autologoff/
H A Dscript.js32 var $dialog = jQuery('<div>' + LANG.plugins.autologoff.warn + '</div>');
33 $dialog.attr('title', LANG.plugins.autologoff.title);
34 $dialog.appendTo(document.body);
40 jQuery(this).dialog('close');
44 $dialog.dialog({
/plugin/dropfiles/src/
H A Dupload.js134 jQuery($errorDialog).dialog({
138 jQuery($errorDialog).dialog('widget').addClass('dropfiles');
301 $widget.show().dialog({
313 $widget.dialog('widget').addClass('dropfiles');
322 if (!$widget.dialog('isOpen')) {
323 $widget.dialog('open');
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc6 CKEDITOR.dialog.add( 'smiley', function( editor ) {
13 // Simulate "this" of a dialog for non-dialog events.
14 // @type {CKEDITOR.dialog}
15 var dialog;
41 dialog.hide();
211 dialog = event.sender;
241 buttons: [ CKEDITOR.dialog.cancelButton ]
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc6 CKEDITOR.dialog.add( 'smiley', function( editor ) {
13 // Simulate "this" of a dialog for non-dialog events.
14 // @type {CKEDITOR.dialog}
15 var dialog;
41 dialog.hide();
211 dialog = event.sender;
241 buttons: [ CKEDITOR.dialog.cancelButton ]
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js7 …"75%"],children:[{label:b.start,type:"text",id:"start",validate:CKEDITOR.dialog.validate.integer(b…
9 …le",square:"square"};CKEDITOR.dialog.add("numberedListStyle",function(c){return e(c,"numberedListS…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js12 CKEDITOR.dialog.add( 'mswordDialog', function( editor ) {
73 var dialog = this;
74 geshi_dialog = dialog;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc29 ckg_dialog = CKEDITOR.dialog;
86 var dialog = this.getDialog();
167 var dialog = this.getDialog(),
176 dialog.showPage('advanced');
187 dialog.showPage( 'upload' );
191 //dialog.hidePage( 'target' );
193 dialog.hidePage( 'upload' );
210 dialog.layout();
1455 var dialog = this;
1510 .dialog({
[all …]
/plugin/showlogin2/
H A DREADME.md5 This plugin shows the login dialog if you try to access a page you do not have rights for in case y…
7 … (http://www.dokuwiki.org/plugin:showlogin). This plugin shows the login dialog instead of the „ac…
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js7 …"75%"],children:[{label:b.start,type:"text",id:"start",validate:CKEDITOR.dialog.validate.integer(b…
10 …le",square:"square"};CKEDITOR.dialog.add("numberedListStyle",function(c){return e(c,"numberedListS…
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md23 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/siteexport/
H A Djquery.filedownload.js159 if ($().dialog) {
160 … $("<div>").html(settings.androidPostUnsupportedMessageHtml).dialog(settings.dialogOptions);
177 … $preparingDialog = $("<div>").html(settings.preparingMessageHtml).dialog(settings.dialogOptions);
191 $preparingDialog.dialog('close');
203 $preparingDialog.dialog('close');
208 $("<div>").html(settings.failMessageHtml).dialog(settings.dialogOptions);
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js.unc7 requires: 'dialog',
25 CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
/plugin/ckgdoku/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/ckgdoku/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,

12345678910>>...18