I’m upgrading an ASP.NET solution from AjaxControlToolkit V4.x to V17.x. The original HTMLEditor was deprecated and HtmlEditorExtender shall now be used instead. My HTML editor contains a few custom toolbar buttons, which need to be migrated. Unfortunately, I couldn’t find any examples on how to add custom toolbar buttons to the HtmlEditorExtender.
An example on how to add a toolbar button „H1“, which applies the h1 style to the selected text would be very helpful.
Also, HTMLEditor offered these properties to set a specific style sheet (which can be selected by the user dynamically at runtime):
htmlEditorEx.DesignPanelCssPath
htmlEditorEx.DocumentCssPath
Is there an equivalent in HtmlEditorExtender?