Changes between Initial Version and Version 1 of Ticket #13004


Ignore:
Timestamp:
Mar 4, 2015, 10:59:32 AM (9 years ago)
Author:
Jakub Ś
Comment:

Seems that ShiftEnterMode has no effect on editor control.

The only workaround is setting config.shiftEnterMode = CKEDITOR.ENTER_P; in config.js

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13004

    • Property Status changed from new to confirmed
    • Property Keywords Shift Enter Mode = P issue removed
    • Property Component changed from General to Server : ASP.Net
  • Ticket #13004 – Description

    initial v1  
    11We have used CKEditor as control as following:
    2 
     2{{{
    33 <CKeditor:CKEditorControl ID="txt_bodyHTML" runat="server" BasePath="/jscripts/CKeditor/"
    44                    Visible="False" DisableNativeSpellChecker="false"   ShiftEnterMode="P"  EnterMode="BR" >
    5                 </CKeditor:CKEditorControl>
    6 
     5</CKeditor:CKEditorControl>
     6}}}
    77
    88Shift Enter Mode is producing the BR
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy