Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js25 CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
H A Dplugin.js.unc7 requires: 'dialog',
25 CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
/plugin/ckgdoku/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/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 CKEDITOR.dialog.add("colordialog",function(x){function m(){h.getById(n).removeStyle("background-col…
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js17 minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{label:c.lang.common.close})],co…
25 …tFindCyclic","txtReplaceCyclic"]];CKEDITOR.dialog.add("find",function(c){return q(c,"find")});CKED…
/plugin/ckgdoku/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/ckgdoku/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/ckgdoku/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 ) {
69 // Basic properties of the dialog window: title, minimum size.
77 // Definition of the Basic Settings dialog tab (page).
154 var dialog = this;
155 geshi_dialog = dialog;
168 // The context of this function is the dialog object itself.
169 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
171 var dialog = this, retval;
[all …]
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgdoku/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.unc25 dialog = this.getDialog(),
34 if ( dialog.lockRatio ) {
51 updatePreview( dialog );
56 if ( !dialog.originalElement || !dialog.preview )
60 dialog.commitContent( PREVIEW, dialog.preview );
181 dialog.lockRatio = value;
183 dialog.userlockRatio = 1;
184 dialog.lockRatio = !dialog.lockRatio;
188 if ( dialog.lockRatio )
201 return dialog.lockRatio;
[all …]
/plugin/ckgdoku/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/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js6 CKEDITOR.dialog.add( 'anchor', function( editor )
H A Dlink.js1dialog.add("link",function(b){oDokuWiki_FCKEditorInstance.Lang=b.lang;ck_m_files_protocol=oDokuWik…
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/ckgdoku/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/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/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md20 …ecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog
/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/ckgdoku/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…

12345678910>>...18