X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fdialogui%2Fplugin.js;h=6446fe41e0f277b0dbcd35bbf0f950ab838de8fd;hp=a473dc4330f8574a3ca67ed2d46b48599f94f40a;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_source/plugins/dialogui/plugin.js b/_source/plugins/dialogui/plugin.js index a473dc4..6446fe4 100644 --- a/_source/plugins/dialogui/plugin.js +++ b/_source/plugins/dialogui/plugin.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 */ @@ -1521,3 +1521,17 @@ CKEDITOR.plugins.add( 'dialogui' ); CKEDITOR.dialog.addUIElement( 'html', commonBuilder ); CKEDITOR.dialog.addUIElement( 'fieldset', containerBuilder ); })(); + +/** + * Fired when the value of the uiElement is changed + * @name CKEDITOR.ui.dialog.uiElement#change + * @event + */ + +/** + * Fired when the inner frame created by the element is ready. + * Each time the button is used or the dialog is loaded a new + * form might be created. + * @name CKEDITOR.ui.dialog.fileButton#formLoaded + * @event + */