X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fui.js;h=27f226fe36cbb421cb167f176142e6b192defbb3;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=0a66c2ed7a31afe5fbedda3d99373548afdb499f;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/ui.js b/_source/core/ui.js index 0a66c2e..27f226f 100644 --- a/_source/core/ui.js +++ b/_source/core/ui.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -91,6 +91,8 @@ CKEDITOR.ui.prototype = } }; +CKEDITOR.event.implementOn( CKEDITOR.ui ); + /** * (Virtual Class) Do not call this constructor. This class is not really part * of the API. It just illustrates the features of hanlder objects to be @@ -114,3 +116,10 @@ CKEDITOR.ui.prototype = * } * }); */ + +/** + * Internal event fired when a new UI element is ready + * @name CKEDITOR.ui#ready + * @event + * @param {Object} element The new element + */