As with all providers, the HTML editor provider that the core and many modules use can be changed by altering the following web.config value
<htmlEditor defaultProvider="FckHtmlEditorProvider">
For more information on changing the HTML Editor Provider visit the
Modifying the HTML Editor Provider entryModifying the HTML Editor Provider entry.
The defaultProvider value can be changed dependant on the available html provider. Over the lifecycle of DotNetNuke there have been a number of default providers
Versions 2.0.0-3.0.0
Ftb3HtmlEditorProvider - based on the freetextbox project (
Freetextbox)
Versions 3.0.0 - 5.3.3
FckHtmlEditorProvider - based on the FCK editor (
FCK Editor)
Versions 5.4.0 - present
TelerikEditorProvider- based on the telerik radeditor (
Telerik radeditor)
Alternative html providers
CKEditor -
CK EditorCutesoft -
CutesoftWikiplex -
WikiplexRADEditor -
RadEditor