Lines Matching refs:dialog
5 * 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).
91 validate: CKEDITOR.dialog.validate.notEmpty(editor.lang.geshi.code_empty)
154 var dialog = this;
155 geshi_dialog = dialog;
158 dialog.getContentElement( 'tab-basic', 'geshi' ).setValue( text );
162 // dialog.getContentElement( 'tab-basic', 'language' ).style='display:block';
163 // alert( 'Current value: ' + dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' ) );
168 // The context of this function is the dialog object itself.
169 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
171 var dialog = this, retval;
172 var text = dialog.getValueOf( 'tab-basic', 'geshi' );
173 var which = dialog.getValueOf( 'tab-basic', 'which' );
175 var p_lang = dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' );
190 …else retval = downloadable_header(p_lang,dialog.getValueOf( 'tab-basic', 'file' ) ) + text + downl…