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 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
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...
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.
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.
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
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
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.
Currently all text is wrapped inside a P tag, which is very inconvenient in many cases. Couple of examples:
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.
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
Please add built in tool for image to editor. (link to jQuery image feature)