When i write in a paragraph in ck editor i开发者_JS百科 want it to highlight the whole of he current paragraph in different background.
You need to change/add this:
FCKConfig.EnterMode = 'div' ; // p | div | br FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
in fckeditor.config.js
精彩评论