Changeset 6032
- Timestamp:
- 11/01/10 16:38:00 (3 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/core/config.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/core/config.js
r6010 r6032 8 8 * default configuration settings. 9 9 */ 10 11 /** 12 * Used in conjuction with {@link CKEDITOR.config.enterMode} and 13 * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <p> 14 * tags when using the ENTER key. 15 * @constant 16 */ 17 CKEDITOR.ENTER_P = 1; 18 19 /** 20 * Used in conjuction with {@link CKEDITOR.config.enterMode} and 21 * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <br> 22 * tags when using the ENTER key. 23 * @constant 24 */ 25 CKEDITOR.ENTER_BR = 2; 26 27 /** 28 * Used in conjuction with {@link CKEDITOR.config.enterMode} and 29 * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <div> 30 * tags when using the ENTER key. 31 * @constant 32 */ 33 CKEDITOR.ENTER_DIV = 3; 10 34 11 35 /** … … 404 428 */ 405 429 406 /**407 * Used in conjuction with {@link CKEDITOR.config.enterMode} and408 * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <p>409 * tags when using the ENTER key.410 * @constant411 */412 CKEDITOR.ENTER_P = 1;413 414 /**415 * Used in conjuction with {@link CKEDITOR.config.enterMode} and416 * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <br>417 * tags when using the ENTER key.418 * @constant419 */420 CKEDITOR.ENTER_BR = 2;421 422 /**423 * Used in conjuction with {@link CKEDITOR.config.enterMode} and424 * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce <div>425 * tags when using the ENTER key.426 * @constant427 */428 CKEDITOR.ENTER_DIV = 3;429 430 430 // PACKAGER_RENAME( CKEDITOR.config )
Note: See TracChangeset
for help on using the changeset viewer.
