JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.4
[ckeditor.git] / _source / plugins / dialog / dialogDefinition.js
index d0f04c2..67e890a 100644 (file)
@@ -287,6 +287,24 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
  * @example\r
  */\r
 \r
+/**\r
+ * Function to execute whenever the UI element's parent dialog's {@link CKEDITOR.dialog.definition.setupContent} method is executed.\r
+ * It usually takes care of the respective UI element as a standalone element.\r
+ * @name CKEDITOR.dialog.definition.uiElement.prototype.setup\r
+ * @field\r
+ * @type Function\r
+ * @example\r
+ */\r
+\r
+/**\r
+ * Function to execute whenever the UI element's parent dialog's {@link CKEDITOR.dialog.definition.commitContent} method is executed.\r
+ * It usually takes care of the respective UI element as a standalone element.\r
+ * @name CKEDITOR.dialog.definition.uiElement.prototype.commit\r
+ * @field\r
+ * @type Function\r
+ * @example\r
+ */\r
+\r
 // ----- hbox -----\r
 \r
 /**\r