JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / plugins / editingblock / plugin.js
index 906de6b..8996dc2 100644 (file)
@@ -234,3 +234,10 @@ CKEDITOR.config.startupFocus = false;
  * config.editingBlock = false;\r
  */\r
 CKEDITOR.config.editingBlock = true;\r
+\r
+/**\r
+ * Fired when a CKEDITOR instance is created, fully initialized and ready for interaction.\r
+ * @name CKEDITOR#instanceReady\r
+ * @event\r
+ * @param {CKEDITOR.editor} editor The editor instance that has been created.\r
+ */\r