Lines Matching refs:dialog

9 		// 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.
53 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
66 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.content.html
70 // Definition of the Settings dialog window tab (page) with its id, label and contents.
71 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.contentDefinition.html
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
81 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
82 html : lang.Header, //'This dialog window lets you create and edit footnotes.'
85 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textarea.html
90 …// http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.labeledElement.html#constructor
93 …validate : CKEDITOR.dialog.validate.notEmpty(lang.Validate), //'The footnote text field cannot be…
95 // Function to be run when the commitContent method of the parent dialog window is called.
105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
140 … var dialog = this.getDialog();
141 … var el = dialog.getContentElement( 'general', 'noteId').getInputElement().$.id;
145 … var el = dialog.getContentElement( 'general', 'contents').getInputElement().$.id;
164 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
168 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
176 // Create a sup element and an object that will store the data entered in the dialog window.
179 var dialog = this,
182 // Populate the data object with data entered in the dialog window.
183 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#commitContent