Unplanned
Last Updated: 21 Nov 2022 16:32 by omti
omti
Created on: 21 Nov 2022 16:32
Category: Editor
Type: Feature Request
3
New-Line Mode - Allow <p>, <br>, or <div>

Hi Team,

I would like to request the Kendo UI Editor to be configurable with a newLine mode.  It could have options such as <p>, <br>, and <div> like the following:

           $("#editor").kendoEditor({
               newLine: {
                  mode: "p" //or "div" or "br"
               }
            });
Thank you!  

0 comments