We'd like to give users the ability to insert hyperlinks in the editor. We have the restriction that instead of the default Kendo insert link dialog, we need to show a custom dialog. We effectively limit what the user is allowed to link to (a set of internal documents). There's no easy way to achieve this functionality with the current API. We had to extend the create link tool ourselves to support this. Thanks.
Hi Steve,
The option is to create a dialog from scratch or extending the built-in one (like you did). Like showcases here: https://docs.telerik.com/kendo-ui/controls/editors/editor/how-to/customize/insert-html-via-custom-popup-tool.
Regards,
Ianko
Progress Telerik