Changeset 7046 for CKEditor/trunk
- Timestamp:
- 06/14/11 14:33:50 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_samples/autogrow.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_samples/autogrow.html
r6358 r7046 42 42 { 43 43 <strong>extraPlugins : 'autogrow',</strong> 44 autoGrow_maxHeight : 800 44 autoGrow_maxHeight : 800, 45 // Remove the resize plugin, as it doesn't make sense to use it in conjunction with the AutoGrow plugin. 46 removePlugins : 'resize' 45 47 });</pre> 46 48 <p> … … 69 71 70 72 CKEDITOR.replace( 'editor1', { 71 extraPlugins : 'autogrow' 73 extraPlugins : 'autogrow', 74 removePlugins : 'resize' 72 75 }); 73 76 … … 84 87 CKEDITOR.replace( 'editor2', { 85 88 extraPlugins : 'autogrow', 86 autoGrow_maxHeight : 400 89 autoGrow_maxHeight : 400, 90 removePlugins : 'resize' 87 91 }); 88 92
Note: See TracChangeset
for help on using the changeset viewer.
