Home
last modified time | relevance | path

Searched refs:dialog (Results 101 – 125 of 450) sorted by path

12345678910>>...18

/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/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1dialog.add("link",this.path+"dialogs/link.js");CKEDITOR.dialog.add("anchor",this.path+"dialogs/anc…
H A Dplugin.js.unc30 CKEDITOR.dialog.add( 'link', this.path + 'dialogs/link.js' );
31 CKEDITOR.dialog.add( 'anchor', this.path + 'dialogs/anchor.js' );
95 …evt.data.dialog = ( element.getAttribute( 'name' ) && ( !element.getAttribute( 'href' ) || !elemen…
99 evt.data.dialog = 'anchor';
/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;
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/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js1 CKEDITOR.dialog.add("mswordDialog",function(b){var d=b.lang.msword;var a="font-size: 1.1em;";var c=…
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/ckgedit/ckeditor/plugins/msword/
H A Dplugin.js30 CKEDITOR.dialog.add( 'mswordDialog', this.path + 'dialogs/msword.js' );
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js1 CKEDITOR.dialog.add("noteDialog",function(a){return{title:"Note Properties",minWidth:400,minHeight:…
H A Dnote.js.unc1 CKEDITOR.dialog.add( 'noteDialog', function( editor ) {
28 // Invoked when the dialog is loaded.
40 var dialog = this;
43 // note.setAttribute( 'title', dialog.getValueOf( 'tab-basic', 'note' ) );
46 var noteTypeValue = dialog.getValueOf( 'tab-basic', 'notetype' );
56 var noteText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'note' );
/plugin/ckgedit/ckeditor/plugins/note/
H A Dplugin.js15 CKEDITOR.dialog.add( 'noteDialog', this.path + 'dialogs/note.js' );
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md20 …ecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog
/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/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1dialog.add("smiley",function(m){var f=m.config,c=m.lang.smiley,o=f.smiley_images,g=f.smiley_column…
H A Dsmiley.js.4.35 CKEDITOR.dialog.add("smiley",function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.s…
10 …b1",label:"",title:"",expand:!0,padding:0,elements:[e]}],buttons:[CKEDITOR.dialog.cancelButton]}});
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/
H A Dplugin.js1 …el:a.lang.smiley.toolbar,command:"smiley",toolbar:"insert,50"});CKEDITOR.dialog.add("smiley",this.…
H A Dplugin.js.unc7 requires: 'dialog',
22 CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' );
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1dialog.add("specialchar",function(f){var g,c=f.lang.specialchar;var d=function(j){var m,l;if(j.dat…
H A Dspecialchar.js.orig5 CKEDITOR.dialog.add("specialchar",function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.da…
9 d(null,b)}});return{title:l.title,minWidth:430,minHeight:280,buttons:[CKEDITOR.dialog.cancelButton]…
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/table/dialogs/
H A Dtable.js1dialog.validate.integer()(h)&&h>0);if(!g){alert(f);this.select()}return g}}function c(h,j){var f=f…
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/tabletools/dialogs/
H A DtableCell.js1 CKEDITOR.dialog.add("cellProperties",function(g){var c=g.lang.table,e=c.cell,d=g.lang.common,k=CKED…

12345678910>>...18