Lines Matching refs:dialog
5 * 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).
92 validate: CKEDITOR.dialog.validate.notEmpty(editor.lang.geshi.code_empty)
179 var dialog = this;
180 geshi_dialog = dialog;
183 dialog.getContentElement( 'tab-basic', 'geshi' ).setValue( text );
187 // dialog.getContentElement( 'tab-basic', 'language' ).style='display:block';
188 // alert( 'Current value: ' + dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' ) );
193 // The context of this function is the dialog object itself.
194 // http://docs.ckeditor.com/#!/api/CKEDITOR.dialog
196 var dialog = this, retval;
197 var text = dialog.getValueOf( 'tab-basic', 'geshi' );
200 var which = dialog.getValueOf( 'tab-basic', 'which' );
201 var highlight = dialog.getValueOf( 'tab-basic', 'numbers' );
208 var num = dialog.getValueOf( 'tab-basic', 'linenums' );
212 var num = dialog.getValueOf( 'tab-basic', 'linenums' );
217 var p_lang = dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' );
239 …else retval = downloadable_header(p_lang,dialog.getValueOf( 'tab-basic', 'file' ) ) + text + downl…