JavaScript/jQuery HtmlEditor - Converter

An object that configures converter settings.

import { Converter } from "devextreme/ui/html_editor"
Type:

Object

fromHtml

A function that converts an HTML Editor value from HTML to another markup language.

Type:

Function

Function parameters:
value:

String

The HTML Editor value.

Return Value:

String

The converted value.

toHtml

A function that converts an HTML Editor value from a markup language to HTML.

Type:

Function

Function parameters:
value:

String

The HTML Editor value.

Return Value:

String

The converted value.