Declined
Last Updated: 07 May 2021 07:14 by ADMIN
Created by: Andrew
Comments: 5
Category: Editor
Type: Feature Request
5
It would be extremely nice if the "Insert Video" was added to the Editor. I know there are "hacks" and workarounds that make this possible, but it just doesn't have the right feeling to it. The editor in WordPress gives plenty more options to insert a video, and it's easier to use than the hacks/workarounds.
Declined
Last Updated: 29 Mar 2021 07:00 by ADMIN
The current Grid / Editor combo don't work together, making it nearly impossible to use the Editor inside a Grid. It may be possible, but that requires [AllowHtml] atribute on the model, which is a security concern.
More details:
http://www.telerik.com/forums/kendo-editor-in-a-grid-popup-editor
Declined
Last Updated: 19 Mar 2021 12:40 by ADMIN
Created by: Jan Erik
Comments: 2
Category: Editor
Type: Feature Request
4
Add the possibility to stop a user from deleting an image/folder in the ImageBrowser connected to the Editor. As it is now you can stop it serverside, but there is no way to prevent the folder/file to from being removed on the client.
Declined
Last Updated: 29 May 2020 11:05 by ADMIN
There are a number of controls missing from the new editor that was not in the old telerik editor. including Add spell check, cut, copy and paste {several options}, undo, redo, new paragraph, horizontal rules, insert time, insert symbol. Anyway to bring those functionalities into  ASP.net core?
Declined
Last Updated: 23 Apr 2020 09:26 by ADMIN
Created by: Simon
Comments: 3
Category: Editor
Type: Feature Request
5
Add an enable() method to Editor to enable/disable the editor widget.

The following link mentions how to disable the contenteditable, but this does not disable the toolbar: http://www.telerik.com/forums/disable-readonly-and-maxlength-for-kendoeditor

Something like:

function(enable) { 
                        $(this.body).attr("contenteditable", enable);
                        if (enable) {
                            this.toolbar.element.closest(".k-editor-toolbar-wrap").find(".k-disabled-overlay").remove();
                        } else {
                            this.toolbar.element.closest(".k-editor-toolbar-wrap").append("<div class='k-disabled-overlay'></div>");
                        }
                    }
Declined
Last Updated: 02 Mar 2020 12:48 by ADMIN
Would be nice for the Editor content to be centered so it appears professional in Corporate announcements
Declined
Last Updated: 02 Mar 2020 12:19 by ADMIN
Created by: Julie
Comments: 1
Category: Editor
Type: Feature Request
2
In the editor, the image manager search should search the current folder and any folders underneath it and return all matching images. Currently it only searches the current directory.
Declined
Last Updated: 28 Feb 2020 07:58 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
3
We'd like to give users the ability to insert hyperlinks in the editor. 

We have the restriction that instead of the default Kendo insert link dialog, we need to show a custom dialog. We effectively limit what the user is allowed to link to (a set of internal documents).

There's no easy way to achieve this functionality with the current API. We had to extend the create link tool ourselves to support this.

Thanks.
Declined
Last Updated: 28 Feb 2020 07:49 by ADMIN
If you provide any editor control which render both OpnXml data as well as Html data, that will more helpfull for us.
OR
any convert method in kendo UI editor which convert OpenXml to Html and vise versa.
Declined
Last Updated: 28 Feb 2020 07:24 by ADMIN
It would be helpful to have backend server support for node.js (express) for the  image manager API.   Perhaps it could be started in Kendo Labs as a joint community effort.  
Also,  the API needs to be tuned to support the everlive URI hooks.  While not go ahead and create and image content type with the API on the everlive side that talks to the editor image API.
Declined
Last Updated: 28 Feb 2020 07:18 by ADMIN
Created by: Imported User
Comments: 1
Category: Editor
Type: Feature Request
1
Declined
Last Updated: 28 Feb 2020 07:14 by ADMIN
it would be very nice if it can keep the original format including the color, size, indent, bullet and even image.
Declined
Last Updated: 25 Feb 2020 14:07 by ADMIN
Created by: Imported User
Comments: 1
Category: Editor
Type: Feature Request
1
Add an option to set the RTE to be read only.  This is helpful when integrating the capability with databases that have records that may be in a "locked" state.
Declined
Last Updated: 20 Jan 2020 10:51 by ADMIN
Created by: Bob
Comments: 1
Category: Editor
Type: Feature Request
1
HTML5 now supports ruby annotations with the <ruby> tag set.  The Kendo editor should be updated to allow entering and rendering ruby as well as a feature to support vertical text with ruby as some languages should be displayed.
Declined
Last Updated: 20 Jan 2020 10:23 by ADMIN
Created by: Titus
Comments: 1
Category: Editor
Type: Feature Request
1
Lots of forums use bbcode and adding support for this to the Editor would be great.
Declined
Last Updated: 20 Jan 2020 10:21 by ADMIN
Created by: Christopher
Comments: 1
Category: Editor
Type: Feature Request
1
Such that it looks like:
a) jdkfjdk fdkfj dkjf dfkjdf kjf
b) djfkdjfk df dkf dkfjdkfjdkf dkfjd
c) kdj fkdjfk djfkjd fkj fkfj

Word does this and it is useful. Uppercase and Lowercase options would be useful too.
Declined
Last Updated: 20 Dec 2019 12:31 by ADMIN
Created by: Julie
Comments: 2
Category: Editor
Type: Feature Request
2
The colour picker palette should be capable of accepting name value pairs. This way, the colours can be named or given a hint which shows as a tooltip to help users choose which colour to use. Very helpful when we allow users to create a list of colours which could be subtly different and only a hint would easily differentiate them.
Declined
Last Updated: 20 Dec 2019 12:23 by ADMIN
Currently you can only set the width as a pixel value. I have users who would like to set the width as a percentage value. 
Declined
Last Updated: 22 Nov 2019 08:59 by ADMIN
Created by: Stephen
Comments: 1
Category: Editor
Type: Feature Request
8
When the cursor is inside a table cell, typing the TAB key should move the cursor to the next table cell (moving left to right, top to bottom).