Hi. I need these behaviors:
1. Pressing enter does not create new <p> element. It adds <br />.
2. Text is pasted as raw text (without background/font colors and other styles) in current <p> tag.
3. Right-click has default browser behavior.
How to achieve this?
1. Pressing enter does not create new <p> element. It adds <br />.
2. Text is pasted as raw text (without background/font colors and other styles) in current <p> tag.
3. Right-click has default browser behavior.
How to achieve this?
Re: Code mode
Re: Code mode
Re: Code mode
The enterMode configuration setting will let you choose whether to use <p>, <br /> or <div> tags when the user presses enter.
Re: Code mode
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+