Opened 10 years ago

Closed 10 years ago

#11348 closed Bug (invalid)

Enter Key without <BR> tag

Reported by: Subash Owned by:
Priority: Normal Milestone:
Component: Core : Editable Version:
Keywords: Cc:

Description

Dear Team,

I have used the below code in Config.js, but <br> is used with paragraph tag.

    config.enterMode = CKEDITOR.ENTER_P;

I need to enter <P> tag without <br> tag.

CKEDITOR.ENTER_P (1) – new <p> paragraphs are created;
CKEDITOR.ENTER_BR (2) – lines are broken with <br> elements;
CKEDITOR.ENTER_DIV (3) – new <div> blocks are created.

Please guide me to resolve this issue. Thanks in Advance.

Regards, Subash Ramadoss

Change History (1)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Keywords: Enter Key removed
Resolution: invalid
Status: newclosed
Version: 4.3

This is an issue tracker. Please ask your question on http://ckeditor.com/forum

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy