Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Regarding the content in editor.. View modes: 
User avatar
Member
Member
sansugoi_sayounara-hotmail - 1/17/2012 10:16:59 PM
   
Regarding the content in editor..
Hi,

When I am entering the content in editor, I want once the editor press enter key after a paragrafh then the <p> tag should be added to the above paragraph auto matically, how can we do this, please guide.

thanks
Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_janh - 1/18/2012 1:27:38 AM
   
RE:Regarding the content in editor..
Hello,

All you need to do is open the config.js file, located in the ~\CMSAdminControls\CKeditor\ directory and change following line:
config.enterMode = CKEDITOR.ENTER_BR;
to:
config.enterMode = CKEDITOR.ENTER_P;

Best regards,
Jan Hermann