X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fdevtools%2Fplugin.js;h=6067138c9775125e038066d6f95e782cf4bc484f;hp=a53b5042845e0b95231e3594f4f9763b6f1182fc;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hpb=f0610347140239143439a511ee2bd48cb784f470 diff --git a/_source/plugins/devtools/plugin.js b/_source/plugins/devtools/plugin.js index a53b504..6067138 100644 --- a/_source/plugins/devtools/plugin.js +++ b/_source/plugins/devtools/plugin.js @@ -127,15 +127,15 @@ CKEDITOR.plugins.add( 'devtools', })(); /** - * A function that returns the text to be displayed inside the developer tooltip when hovering over a dialog UI element. - * There are 4 parameters that are being passed into the function: editor, dialog, element, tab name. + * A function that returns the text to be displayed inside the Developer Tools tooltip when hovering over a dialog UI element. + * There are 4 parameters that are being passed into the function: editor, dialog window, element, tab name. * @name editor.config.devtools_textCallback * @since 3.6 * @type Function * @default (see example) * @example * // This is actually the default value. - * // Show dialog name, tab id and element id. + * // Show dialog window name, tab ID, and element ID. * config.devtools_textCallback = function( editor, dialog, element, tabName ) * { * var lang = editor.lang.devTools, @@ -158,7 +158,7 @@ CKEDITOR.plugins.add( 'devtools', */ /** - * A setting that holds CSS rules to be injected do page and contain styles to be applied to the tooltip element. + * A setting that stores CSS rules to be injected into the page with styles to be applied to the tooltip element. * @name CKEDITOR.config.devtools_styles * @since 3.6 * @type String