JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _source / core / ui.js
index 0a66c2e..27f226f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -91,6 +91,8 @@ CKEDITOR.ui.prototype =
        }\r
 };\r
 \r
+CKEDITOR.event.implementOn( CKEDITOR.ui );\r
+\r
 /**\r
  * (Virtual Class) Do not call this constructor. This class is not really part\r
  *             of the API. It just illustrates the features of hanlder objects to be\r
@@ -114,3 +116,10 @@ CKEDITOR.ui.prototype =
  *         }\r
  *     });\r
  */\r
+\r
+/**\r
+ * Internal event fired when a new UI element is ready\r
+ * @name CKEDITOR.ui#ready\r
+ * @event\r
+ * @param {Object} element The new element\r
+ */\r