#1855: 'p' or 'div'
--------------------------+-------------------------------------------------
  Reporter:  datalink     |       Owner:                 
      Type:  New Feature  |      Status:  reopened       
  Priority:  Normal       |   Milestone:                 
 Component:  General      |     Version:  FCKeditor 2.5.1
Resolution:               |    Keywords:                 
--------------------------+-------------------------------------------------
Changes (by datalink):

  * status:  closed => reopened
  * resolution:  invalid =>

Comment:

 Hm, I don't write about the EnterMode. I mean the indent-, outdent-
 function. If you have pure text (not in a block) and you click on indent,
 FCKeditor makes source
 {{{
 <div style="margin-left: 20px">text...</div>
 }}}
 I want to set 'p' in the config, that FCKeditor makes source
 {{{
 <p style="margin-left: 20px">text...</p>
 }}}
 Normally FCKeditor makes automatically a paragraphs block around pure
 text. For testing configure
 {{{
 FCKConfig.EnterMode = 'br' ;
 FCKConfig.ShiftEnterMode = 'p' ;
 }}}
 type text in FCKeditor and click on indent.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1855#comment:2>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to