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.