html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

How to do Text editor convert to Text Widget?

Open DazzlingCVa opened this issue 2 years ago • 4 comments

Type question here.

DazzlingCVa avatar Jun 28 '22 10:06 DazzlingCVa

You can use enable and disable.

HtmlEditorController controller = HtmlEditorController();

//Text widget widget.curController.disable();

//Text editor widget.curController.enable();

Ashish-Raturi avatar Jun 28 '22 12:06 Ashish-Raturi

A TextField Widget that allow you to convert easily what's in the TextField to with custom texteditor toolbar

DazzlingCVa avatar Jun 29 '22 05:06 DazzlingCVa

A TextField Widget that allow you to convert easily what's in the TextField to with custom texteditor toolbar @Ashish-Raturi

DazzlingCVa avatar Jun 29 '22 09:06 DazzlingCVa

@DazzlingCVa I got it, you want a text field and the user can change font style, bold italic, and other stuff. right? You need a custom HTML editor then.

Ashish-Raturi avatar Jun 30 '22 17:06 Ashish-Raturi