JavaScript/jQuery HtmlEditor - Converter
An object that configures converter settings.
import { Converter } from "devextreme/ui/html_editor"
Type:
fromHtml
A function that converts an HTML Editor value from HTML to another markup language.
Type:
Function parameters:
value:
The HTML Editor value.
Return Value:
The converted value.
toHtml
A function that converts an HTML Editor value from a markup language to HTML.
Type:
Function parameters:
value:
The HTML Editor value.
Return Value:
The converted value.
Feedback