Completed
Last Updated: 27 May 2021 18:01 by ADMIN
Created by: Daniel
Comments: 2
Category: Editor
Type: Feature Request
5

After looking through the Editor API for Angular 7+, I noticed that there is no input to add a placeholder for the editor. This is something we had in the past (in other editors) and feel its important to still have. I understand the Editor is in Beta, but is there any plans to add an input to the EditorComponent to have a placeholder like so?

<kendo-editor ... [placeholder]="my placeholder"></kendo-editor>

Or is there already a way to do this?

Completed
Last Updated: 27 May 2021 17:59 by ADMIN
Created by: Flemming
Comments: 2
Category: Editor
Type: Feature Request
6

I would like if you would add support for gradient colorpicker in the Editor toolbar.

Currently, only Palette is supported.

 

Since it is possible with the ColorPicker input control and as the Editor Toolbar derives from that, I hope it is possible.

Would be awesome if possible.

 

Thanks

 

/Flemming

Completed
Last Updated: 24 Mar 2021 21:08 by Evan
Created by: Michael
Comments: 4
Category: Editor
Type: Bug Report
1

Steps to reproduce:

Create fresh angular 9+ project : ng new angular9-kendo-editor-test

run cmd to add editor module: ng add @progress/kendo-angular-editor

Add config to serve es5 generated scripts so IE will work: https://medium.com/better-programming/how-to-fix-your-angular-app-when-its-not-working-in-ie11-eb24cb6d9920

run cmd to serve es5 config: ng serve --configuration es5

Open IE and browse to http://localhost:4200

Open developer tools, observe there is a script error

Comment out the EditorModule import in app.module.ts and you can see the app now works...

 

 

 

Unplanned
Last Updated: 21 Jan 2021 08:02 by ADMIN

Currently we see no option to insert image in kendo editor by browsing the same from user's local system.

Could you please add this feature or let us know if there is already some way to achieve the same with existing editor we have for angular.

Unplanned
Last Updated: 07 Sep 2020 06:45 by ADMIN
Created by: Rohit
Comments: 2
Category: Editor
Type: Feature Request
4

With the jquery control, I could create a div as a KendoEditor control. If I do this the toolbar used to be a floating toolbar and appear when I select some text in the editor (as opposed to always appear on the top when I create a kendoeditor on a textarea):

https://demos.telerik.com/kendo-ui/editor/inline-editing

Provide a built-in Inline Editor for Angular version.

Duplicated
Last Updated: 19 Aug 2020 06:41 by ADMIN
Created by: Bob
Comments: 0
Category: Editor
Type: Feature Request
2

In other kendo components, The Editor can be resized setting the [resizable] property. This did not work for kendo-editor.

Please provide resizable option for Kendo Angular Editor

Unplanned
Last Updated: 06 Jul 2020 07:51 by ADMIN
Created by: Bob
Comments: 1
Category: Editor
Type: Feature Request
3
Please add a "Add Symbol" menu option to the Editor. This menu option would open a dialog that allows the user to select a symbol to be added to the editor text at the current cursor location. 
Unplanned
Last Updated: 06 Jul 2020 07:15 by ADMIN
Created by: Bob
Comments: 0
Category: Editor
Type: Feature Request
3
Provide a way to configure the font size unit in the "Select font size" dropdown list.
Completed
Last Updated: 04 Jun 2020 14:02 by ADMIN

When i refresh page wich contains Editor i give error -  Cannot read property 'createElement' of null wheb i refresh page

 

i try hide edtor while not initilized, content initilized, this dont help

Completed
Last Updated: 04 Jun 2020 13:40 by ADMIN
Created by: Lívia
Comments: 4
Category: Editor
Type: Feature Request
6

Hey Telerik Team,

 

Please consider accepting some HTML tags like <table> and its repectives <tr> <td>... My company uses templates based on that structure.

Please, we're using the latest version of Angular and therefore Kendo UI Jquery integrated with angular (which allows those tags) does not fullfil our requirements anymore. We need it asap.

Thanks.

Declined
Last Updated: 04 Jun 2020 13:26 by ADMIN
Created by: deepak
Comments: 3
Category: Editor
Type: Feature Request
0
I want to edit the outlook email content on the web site (Angular). Please let me know which editor can be used for this?
Completed
Last Updated: 12 May 2020 09:37 by ADMIN
Created by: Plamen Ratchev
Comments: 4
Category: Editor
Type: Feature Request
4

Currently all text is wrapped inside a P tag, which is very inconvenient in many cases. Couple of examples:

  • You want to insert a new line inside a paragraph w/o having spacing before it. This is currently not possible. As soon as you hit [Enter] a new paragraph is added. In the jQuery version of the control it was possible to use [Shift] + [Enter] to insert a "simple" new line w/o adding a new paragraph. This doesn't work in the Angular version. 
  • Items in LI is wrapped inside a P tag. This adds unnecessary spaces between the LI and makes it really hard to render this content in a report insde HtmlTextBox as it is rendered with huge spacing between. There should be an ability to omit P inside LI. 
Declined
Last Updated: 17 Feb 2020 08:41 by ADMIN
Thanks for the due diligence.  I can see how this could be used as a solution but it's effectively a bit of a bodge.  The user loses the essential ability for pagination and editable/non-editable areas (amongst a whole host of other features).  In a document management solution, these are fairly essential.  The key for me is to allow users to edit documents that they are familiar with.  I worked with WOPI for two months before throwing the entire work effort out the window.

I enjoy working with Kendo products and have been doing so for over ten years although I have never liked your approach to responsive design - I think this is a hangover from selecting a different container model to Bootstrap (I seem to remember this from a long time ago).  To this end, I was hoping that your Angular component set might be written from the bottom up with a different design approach but it appears not. Anyway, I diverge.

Bringing the Docx document into the editor would be a great option if it displayed it as a page with editable regions and pagination.  As far as I can see Syncfusion is well behind Progress in terms of the overall offering and support but in this one component they are well ahead.  Their approach is to mirror the OpenXML format of Word with their own .sfdt format and deliver that to be edited inside a component which is obviously a variation of their own editor.  That's the way forward for Progress, along with a big marketing message to the developer community saying "Your WOPI woes are over....".  I personally deliver these documents from blob storage and mirror the results on my customers' local file server with a simple Powershell command, that way they have a local copy of all the document collection as a backup for disaster recovery.

It's a learning curve with Syncfusion, one which I didn't want to have to undertake.  But that's the way I have to go whilst Progress has no document editor.  Strange really when you are so close with your editor and WordsProcessor library and offer a spreadsheet in almost every flavor.  WOPI's a real pain and impossible to implement and a document editor would really shake things up...

In my humble opinion.
Unplanned
Last Updated: 17 Jan 2020 07:23 by ADMIN

I need to insert custom html to editor component.

I would like to add custom button which triggers popup with text area. Entered text should then be inserted where current focus is inside <code> tag.

As I see it, this can be done in 2 ways:

  • add another editor command insertHtml (current are bold, insertUnorderedList, createLink, insertFile, ... , fontSize, setHTML)
    This would probably required more time, but would support practically any html code in editor.
  • add support for <code> tag to format command (currently supported are: p, blockquote, h1-h6)
    This would required a lot less time to implement then the first suggestion, but it adds only one feature to editor.
    This feature would be enough for me.

All information was copied from docs.

Declined
Last Updated: 30 Sep 2019 13:45 by ADMIN
Created by: Nhan
Comments: 2
Category: Editor
Type: Feature Request
0

We are planning on using Angular 8 and Kendo UI for Angular for a major refactor project that currently utilizes RadRichTextBox for Silverlight.

We would like to utilize the Kendo UI for Angular Editor component.

The feature set our business users require and that is in RadRichTextBox  we are currently using are:

  • API to allow injecting contents into the current document in the editor at certain places by using bookmarks.
  • The ability to save and load a saved file into the editor.
  • Page Header and Footer
  • Page Break
  • Mail Merge
  • Drag and Drop Content from List
  • Printing/Print Preview
  • Import/Export

 

We understand that some of these features are not currently implemented in the new component.

The roadmap on the Telerik website shows that additional functionalities are scheduled to be added to Kendo UI for Angular by September 18, 2019. Our question is if any of these things are planned to be added to Kendo UI for Angular and if so when? Or if there is another route involving Telerik you might suggest for incorporating these functionalities into an Angular 8+ project?

Thanks

-Nhan

Unplanned
Last Updated: 18 Jan 2019 14:54 by Seyfor
Created by: Seyfor
Comments: 2
Category: Editor
Type: Feature Request
5

Please add built in tool for image to editor. (link to jQuery image feature)

1 2 3 4