Hello,
It would be very nice to have dedicated PDF Export functionality for the Editor. Some of the features that would be included with this would be:
These features are crucial to our project and would be very much appreciated.
Thanks,
Aidan
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:
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
If you copy paste a hierarchical numbered bullet list from Microsoft Word into the Editor, it will initially appear correct.
However, if you then attempt to add a new bullet by adding a newline, there will not be a new bullet with the correct number added.
Instead, it will add a new line. See the attached screenshot for clarification.
Support hierarchical bullet lists pasted from Microsoft Word in Kendo for Angular Editor component.
Can the Editor implement the file uploading and management UI similar to the JQuery implementation?
Thanks
Lynden
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:
All information was copied from docs.
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.
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?
I would like have "Format Painter" or "Copy Format" in the Editor.
Currently there is no "Format Painter" or similar option available for Editor.
I hope Editor enhancement feature you will add into your plan near future.
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
The use case that we would like to cover is as follows.
1. Open an image in Paint.
2. Select a region and copy it.
3. Paste into the editor.
4. The image should be displayed in the editor.
It should, however, be encoded similar to the way that Kendo Grid for jQuery does to produce something like this.
<img src="data:image/png;base64,iVBORw0KGgoAAA...vwAAAABJRU5ErkJggg==" />
Note that the image is not hosted remotely at some URL, but rather is included inline within the body.
Hi Team,
Could you please add feature for Kendo Editor in angular -
Thanks
Please add built in tool for image to editor. (link to jQuery image feature)