Vue HtmlEditor - Converter

An object that configures converter settings.

import { DxHtmlEditorTypes } from "devextreme-vue/html-editor"
Type: DxHtmlEditorTypes.Converter

fromHtml

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

Selector: from-html
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.

Selector: to-html
Type:

Function

Function parameters:
value:

String

The HTML Editor value.

Return Value:

String

The converted value.