Editor using editable Div container is really better, for various reasons, that editor using iframe.
Inline Editor can be the solution, but I want also a nice standard editor as the standard mode.
A simple and good solution can be add a new parameter as "toolbarContainer" that is a dom element where editor put the toolbar.
If noset in standard mode, editor apply standard strategy and put it in a div on top of iframe.
If noset in inline mode, editor apply standard strategy and put it in a flying popup.
if set, toolbar editor put toolbar in the selected area.
Thanks,
marc.
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.
The div-based (inline) editor changes the size of the editor container as the text in the editor changes - it both increases and decreases in height as the user changes content.
We'd like to have the same capabilities in the iframe-based editor so that the DOM around it can flow according to the current content size.
after downloading
@progress/kendo-ui version 2019.1.115 the default create table feature is not working. It is not working on multiple browsers even here: https://demos.telerik.com/kendo-ui/editor/all-tools
the table wizard works but not the cell selection way. Is there a fix for this soon?
Steps to reproduce:
1. Go to https://demos.telerik.com/kendo-ui/editor/index using IE11
2. Delete a sentence in the editor by repeatedly pressing the backspace key.
Result:
The characters are deleted slowly with noticeable lag and jank.
Investigation
The following profile shows the FPS drop when you repeatedly press backspace.
I believe the call to refreshTools is expensive (for IE) and it is invoked on every keyup for backspace.
Currently, Editor's Formatting tool is that it works with block elements. But there are many scenarios where inline formatting is required and is very common. Hence, requesting to enhance the formatting option that works for both block and inline elements is a must-have for the Kendo UI Editor.
For more details on issue: #1362675 ticket was raised
Hi Support,
I want imageBrowser have a options to set allow Multiple upload images. I was try set multiple = true in upoad controls in imageBrowser but It's not working well.
Currently we do not have Find and Replace dialog for editor. Telerik Editor has it. Our client need similar feature.
When I resize the window I get so now and then the above issue. Please add a check whether "window" is undefined or not. It is at line number 70738 in de kendo.all.js of version 2018.2.620
When the Kendo editor is compiled, the toolbar is placed in a <td> tag. I suggest changing this to a <th> tag to allow the consumer to use the css attribute position: sticky. Sticky positioning does not work on <td>. This is a low-hanging fruit and will greatly improve usability.
IT would be nice for the Kendo Editor "Snippet" feature to read its list for a datasource. and also provide events to system when the Snippet selection is changed.
I love that most of the big Kendo Components are now available to use with Vue Wrappers but the Kendo Editor is still not supported. The Kendo Editor is one of the best WYSIWYG editors that I've used but unfortunately I'm not able to take full advantage of it in my current Vue application.
For example when we type @ it should autocomplete a certain list of data in the editor
when user inputs the editor should grow downwards as of inline-editor.
If the DEL key is pressed at the end of Row 1.1.1 - Row 1 - Row 1.1 - Row 1.1.1 - Row 2 - Row 3 then it looks like this (with two slashes -) - Row 1 - Row 1.1 - Row 1.1.1Row 2 - - Row 3 This is the answer from Telerik: I am afraid the result of the delete key press comes entirely from the browser. You can check out this example here: http://dojo.telerik.com/ejEfu. If you repeat the same steps, you will get the same results. This is how the browser interprets the deletion with del key in this scenario. The Kendo Efitor does not somehow interrupt the browser deletion functionality and currently has no control over the content that is deleted and replaced. You could possible suggest a feature request on the topic in the Kendo Feedback channel so that others can vote for your suggestion. The solution of that case would be the deletion commands to be controlled via custom editor commands (something that is not present currently).
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?
In microsoft word it is possible to indent with tab and outdent with shift-tab in lists. Could you implement such keyboard navigation. Thanks