Ckeditor when i add text the whole 'p' should be hilighted
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
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论