JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.2
[ckeditor.git] / _source / plugins / resize / plugin.js
index 24ba09c..9f824b0 100644 (file)
@@ -110,8 +110,8 @@ CKEDITOR.plugins.add( 'resize',
 } );\r
 \r
 /**\r
- * The minimum editor width, in pixels, when resizing it with the resize handle.\r
- * Note: It fallbacks to editor's actual width if that's smaller than the default value.\r
+ * The minimum editor width, in pixels, when resizing the editor interface by using the resize handle.\r
+ * Note: It falls back to editor's actual width if it is smaller than the default value.\r
  * @name CKEDITOR.config.resize_minWidth\r
  * @type Number\r
  * @default 750\r
@@ -120,8 +120,8 @@ CKEDITOR.plugins.add( 'resize',
  */\r
 \r
 /**\r
- * The minimum editor height, in pixels, when resizing it with the resize handle.\r
- * Note: It fallbacks to editor's actual height if that's smaller than the default value.\r
+ * The minimum editor height, in pixels, when resizing the editor interface by using the resize handle.\r
+ * Note: It falls back to editor's actual height if it is smaller than the default value.\r
  * @name CKEDITOR.config.resize_minHeight\r
  * @type Number\r
  * @default 250\r
@@ -130,7 +130,7 @@ CKEDITOR.plugins.add( 'resize',
  */\r
 \r
 /**\r
- * The maximum editor width, in pixels, when resizing it with the resize handle.\r
+ * The maximum editor width, in pixels, when resizing the editor interface by using the resize handle.\r
  * @name CKEDITOR.config.resize_maxWidth\r
  * @type Number\r
  * @default 3000\r
@@ -139,7 +139,7 @@ CKEDITOR.plugins.add( 'resize',
  */\r
 \r
 /**\r
- * The maximum editor height, in pixels, when resizing it with the resize handle.\r
+ * The maximum editor height, in pixels, when resizing the editor interface by using the resize handle.\r
  * @name CKEDITOR.config.resize_maxHeight\r
  * @type Number\r
  * @default 3000\r
@@ -148,7 +148,7 @@ CKEDITOR.plugins.add( 'resize',
  */\r
 \r
 /**\r
- * Whether to enable the resizing feature. If disabled the resize handler will not be visible.\r
+ * Whether to enable the resizing feature. If this feature is disabled, the resize handle will not be visible.\r
  * @name CKEDITOR.config.resize_enabled\r
  * @type Boolean\r
  * @default true\r
@@ -157,8 +157,8 @@ CKEDITOR.plugins.add( 'resize',
  */\r
 \r
 /**\r
- * The directions to which the editor resizing is enabled. Possible values\r
- * are "both", "vertical" and "horizontal".\r
+ * The dimensions for which the editor resizing is enabled. Possible values\r
+ * are <code>both</code>, <code>vertical</code>, and <code>horizontal</code>.\r
  * @name CKEDITOR.config.resize_dir\r
  * @type String\r
  * @default 'both'\r