React HtmlEditor - converter
App.js
- import React from 'react';
- import HtmlEditor, { Converter } from 'devextreme-react/html-editor';
- const toHtml: (value) => {
- const result = */ Convert the value and return a string */
- return result;
- }
- const fromHtml: (value) => {
- const result = /* Convert the value and return a string */
- return result;
- }
- function App() {
- return (
- <HtmlEditor ...>
- <Converter
- fromHtml={fromHtml}
- toHtml={toHtml}
- />
- </HtmlEditor>
- );
- }
- export default App;
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.