JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / plugins / editingblock / plugin.js
index 8feabcd..7d7742f 100644 (file)
@@ -255,15 +255,21 @@ CKEDITOR.config.editingBlock = true;
  */\r
 \r
 /**\r
- * Fired before changing the editing mode.\r
+ * Fired before changing the editing mode. See also CKEDITOR.editor#beforeSetMode and CKEDITOR.editor#mode\r
  * @name CKEDITOR.editor#beforeModeUnload\r
  * @event\r
  */\r
 \r
  /**\r
- * Fired before the editor mode is set.\r
+ * Fired before the editor mode is set. See also CKEDITOR.editor#mode and CKEDITOR.editor#beforeModeUnload\r
  * @name CKEDITOR.editor#beforeSetMode\r
  * @event\r
  * @since 3.5.3\r
  * @param {String} newMode The name of the mode which is about to be set.\r
  */\r
+\r
+/**\r
+ * Fired after setting the editing mode. See also CKEDITOR.editor#beforeSetMode and CKEDITOR.editor#beforeModeUnload\r
+ * @name CKEDITOR.editor#mode\r
+ * @event\r
+ */\r