Unplanned
Last Updated: 06 Mar 2024 08:18 by Kilian
Created by: King Wilder
Comments: 3
Category: Editor
Type: Feature Request
18
Create events for the ImageBrowser for both standard widget and MVC Wrappers.

Many times I want to style my images that are being inserted by wrapping them in some custom HTML DIV's and SPAN's.  This would allow them to include code for prettyPhoto for example, contain classes that can float the image right or left, allow for margin's, etc.

Including the capability of adding snippets that would wrap around the image when Insert is clicked would add a lot of value.

I guess templates could be used, but the capability would need to be there.

Anything to allow me to modify the way the Image HTML is inserted into my text would save me lots of time.
Unplanned
Last Updated: 29 Jan 2024 10:09 by ADMIN
Created by: Christian
Comments: 2
Category: Editor
Type: Feature Request
11
Currently, formatting is cleared when a table is pasted from a Word document, or from Excel into the Editor.

Add support for persisting table formatting: borders, font-color, background-color, etc.
Unplanned
Last Updated: 17 Jan 2024 17:28 by n/a
Created by: n/a
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I'd like to request an easy way with the API to insert/remove MergeFields into a document using the Kendo UI Editor.  

Thank you!

Unplanned
Last Updated: 07 Nov 2023 15:23 by Dennis
Created by: Dennis
Comments: 0
Category: Editor
Type: Feature Request
2

Hi Team,

We would like to request a way to customize the numbering to allow for different formats in lists/sub-lists, such as lowercase letters (a, b, c, ...), Roman numerals (i, ii, iii, ...), and decimal numbering (1.1, 1.2, 1.3, ...). 

Thank you!

Unplanned
Last Updated: 07 Nov 2023 13:58 by Dennis
Created by: Dennis
Comments: 0
Category: Editor
Type: Feature Request
1

Bug report

Ordered List breaks when you paste a table

Reproduction of the problem

Open the Demo - https://dojo.telerik.com/AtuKOTEK

Copy an Excel table and paste it inside the list items

Expected/desired behavior

 Maintain the continuity of the list numbering even when a table is copied/inserted in between list items


Environment
Kendo UI version: [all]
Browser: [all ]

Unplanned
Last Updated: 04 Aug 2023 14:57 by Dev
Created by: Dev
Comments: 1
Category: Editor
Type: Feature Request
1
Currently, if you place an Editor in Bootstrap Modal (version 5.2.3 onward), you cannot type in the input fields in the InsertImage tool popup. Here is a small example to demonstrate - https://dojo.telerik.com/IgaVExOv/4
Unplanned
Last Updated: 28 Jul 2023 11:06 by ashutosh
Created by: ashutosh
Comments: 0
Category: Editor
Type: Feature Request
0

When the Kendo Editor is utilized within a Bootstrap modal popup and the tools configuration includes tools such as fontName, fontSize, fontColor, backColor, formatting that are not moved to the overflow popup, the toolbar is wider and does not display the overflow button. 

- https://dojo.telerik.com/OhiJaSOV/3

I would like to be able to display all tools when the toolbar of the Editor is set to resizable.

Unplanned
Last Updated: 01 Jun 2023 10:24 by ADMIN
Created by: hassan
Comments: 7
Category: Editor
Type: Feature Request
2

Hi Team,

I would like to request a ruler for the Kendo UI Editor where it could be used to align any text.  

Thank you!

Unplanned
Last Updated: 16 Feb 2023 20:34 by Tommy
Unplanned
Last Updated: 21 Nov 2022 16:32 by omti
Created by: omti
Comments: 0
Category: Editor
Type: Feature Request
3

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!  

Unplanned
Last Updated: 17 Nov 2022 12:56 by ADMIN
Created by: Vijay
Comments: 3
Category: Editor
Type: Feature Request
11

Hi Team,

I need option to add the emojis with content in Telerik kendo editor MVC. 

Does this editor has emojis option in tool bar? If yes, kindly share the sample code or link.

If it's not has emojis option, kindly let us know how to achieve this.

Unplanned
Last Updated: 16 Nov 2022 09:29 by Gaurav
Created by: Gaurav
Comments: 0
Category: Editor
Type: Feature Request
1

When we add a header in table using accessibility tab then we need that header should get wrap in <thead> and same for footer and rest of the rows will wrap in <tbody>. For details please go through video:
https://supportheroes.telerik.com/clientsfiles/d6c4fcb8-de14-4966-9bb4-bb0ff104b136_table-header-requirement-from-kendo-edited-mp4.zip

Steps to reproduce:

1. Navigate to this demo:
https://demos.telerik.com/kendo-ui/editor/index

2. Clean the contents

3. Create a table and click inside one of the cells

4. Open the Table Manager and open the Accessibility tab

5. Add 1 header row and click Ok:

The <th> cells go inside the <tbody> instead of <thead>:

Unplanned
Last Updated: 31 May 2022 20:57 by Paul
Created by: Paul
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to retain the new lines for a <pre> element within a Kendo UI Editor using classic mode(<textarea>).  Currently, it does have allow a new space within the pre element:

Editor

        <textarea id="editor" rows="10" cols="30" style="width:100%; height:450px" aria-label="editor">
          <pre>
            Example
            Example
          </pre>
        </textarea>

JavaScript

        $(document).ready(function () {
            // create Editor from textarea HTML element with default set of tools
            $("#editor").kendoEditor({
                resizable: {
                    content: true,
                    toolbar: true
                }
            });
        });

Please take a look at this Progress Kendo UI Dojo using the code above.

Thank you!

Unplanned
Last Updated: 04 Apr 2022 19:47 by David
Created by: David
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to modify the Table Wizard's default values using the Kendo UI Editor's API or an associated Table Wizard API.  

Thank you!

Unplanned
Last Updated: 23 Feb 2022 10:47 by Kilian
Created by: King Wilder
Comments: 3
Category: Editor
Type: Feature Request
7
It would be nice to have a code-formatter like the one in the MVC Extensions, or even an easy way to plug-in an open source code formatter into the Editor.
Unplanned
Last Updated: 29 Dec 2021 19:14 by ADMIN
Created by: Harikrishna
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I would like to request the ability to set a specific section of text where it is not removable.  Currently, if the text is readonly by setting contenteditable to false, you can highlight it and delete it.  I'd like to make it completely unmodifiable.  

Thank you!

Unplanned
Last Updated: 17 Nov 2021 15:28 by ADMIN
Created by: Harikrishna
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I'd like to request the Kendo UI Editor to be able to resize when an image within it is resized larger than the space contained in the Editor body.  Please allow this functionality for both the classic and inline editors.

Thank you!

Unplanned
Last Updated: 26 Oct 2021 12:06 by ADMIN
Created by: Morten
Comments: 0
Category: Editor
Type: Feature Request
1
I think it would be a valuable asset for the Editor to have an integrated ImageEditor widget. For example, if a user right-clicks on an image in the Editor, the ImageEditor should appear in a popup so that the user can edit the image.
Unplanned
Last Updated: 07 Sep 2021 09:18 by ADMIN
Created by: Ashok
Comments: 0
Category: Editor
Type: Feature Request
5
Currently, only <p> tag is available as a new line when Enter is pressed. It would be nice to have an option to change the <p> tag to <div>.
Unplanned
Last Updated: 11 Aug 2021 10:32 by ADMIN
Created by: Calvin
Comments: 0
Category: Editor
Type: Feature Request
1

Is it possible to implement an Alphabetically ordered list (uppercase and lowercase) as a built-in tool in the Editor?

For example:

1) Alphabetically ordered list (uppercase):

A. Point A

B. Point B

2) Alphabetically ordered list (lowercase):

a. Point a

b. Point b

1 2 3 4