KendoUI Editor support import and exporting files to and from DOCX format
It would be nice if we had a Table Wizard (as in RAD Editor) for changing formatting for tables inside Kendo UI Editor (e.g. changing style and color of borders, font and background colors for cells, merging and splitting cells, setting size of the table, and other features that exist in RAD Editor). We're migrating to Kendo UI from RAD controls and Table Wizard for Kendo UI Editor is needed. Are you planning to implement something like Table Wizard in the near future?
It would be nice to have a boolean property with the Editor to detect an enter keypress, and end the current style. We have custom css classes that the user "can't get out of" without going into the html view. Another option would be a tool that would "end formatting" so that further content would be unformatted. This problem can be seen at one of the demos, http://demos.telerik.com/kendo-ui/web/editor/styles.html. Go to the end of the content, type something, choose the "highlight" style, hit enter. The style is permanent until you use the arrow key down or click below the current content.
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.
We build a project on Kendo, and incorrectly assumed we would see similar levels of tools in the ditor as per the ASP.Net ajax implementation. We were surprised to find the image editor was not available. I guess I dont really understand why you couldnt call the existing functionality from the server side using Ajax as a fast way to beef up the functionality for Kendo?
Currently the floating toolbar for an inline Editor (a contentEditable div as opposed to a textarea) is positioned relative to the document body, not the Editor itself. If for example your Editor is in a div with its own overflow-y: scroll while the body has overflow: hidden, as is the default in a SharePoint 2010 page, then as you scroll this div, your editor will scroll in the div, but the toolbar remains fixed, when it should scroll along with the editor. We need to be able to append the toolbar to an arbitrary container so that it can be positioned relative to the editor.
I'm looking for a way to use the Kendo UI inline editor with H1/H2 tags and not only DIV tags. This is currently not working when adding contentEditable: http://www.kendoui.com/forums.aspx/kendo-ui-web/editor/use-in-place-editor-for-headlines-h1-h2.aspx
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.
Create events for the ImageBrowser for both standard widget and MVC Wrappers. Many times I want to style my images that are being inserted by wrapping them in some custom HTML DIV's and SPAN's. This would allow them to include code for prettyPhoto for example, contain classes that can float the image right or left, allow for margin's, etc. Including the capability of adding snippets that would wrap around the image when Insert is clicked would add a lot of value. I guess templates could be used, but the capability would need to be there. Anything to allow me to modify the way the Image HTML is inserted into my text would save me lots of time.
It would be nice if the placeholder text for the Editor widget were removed on element focus.
The editor should be able to paste text from word 1:1. Currently it's not working wekk, Have a look at this post in your support forum: http://www.kendoui.com/forums/ui/editor/copy-text-from-office-to-editor.aspx
For the editor, I would like to suggest an upgrade to "Insert hyperlink". It would be great if you would split out the prefix from the address and have a selector that allows the user to choose website, email, or phone. Selector: Website/Email/Phone Address:sales@kendoui.com Text: Kendo UI Tooltip: Click Here Open Link in new window: No Results: <a href="http://www.kendoui.com">Kendo UI</a> <a href="mailto:sales@kendoui.com">Kendo UI</a> <a href="tel:8883652779">Kendo UI</a>
I want to use the ImageBrowser with services that perform the requested operations.. I've got my transport.read, transport.create, transport.destroy services created just fine and everything works. However, the imageUrl and thumbnailUrl properties leave me baffled. So transport.thumbnailUrl hard-codes a ?path={url} to whatever url you give it ... this seems like a major hack. I want to use a REST service with the generation of the thumbnail and I need to supply additional query string parameters, but the current implementation precludes doing so. At least imageUrl lets me pass in a function or a parameterized string, but imageUrl ALWAYS tacks on the current relative path. The images that I'm using get stored in a DB by the service, so doing so makes no sense. Both these properties should have the same abilities as the create,read, and destroy -- let me control what is passed in explicitly.
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.
Editor selected default font name and font size display as "inherited" in toolbar tool dropdown. Can you please add this option or remove the "inherited" value? I don't understand how this is useful in anyway. Why would the user want to see "inherited" and not the actual value. That makes no sense and you guys added something this and wasted time on a feature that adds no value to our end users, none.
Line numbering for the Kendo UI Editor
It would be nice to have a code-formatter like the one in the MVC Extensions, or even an easy way to plug-in an open source code formatter into the Editor.