Category "rich-text-editor"

how to create a table in React Draft WYSIWYG

how do I create a table in React Draft WYSIWYG, I'm trying to create a rich text editor but I need to include a button so the user can include table in the text

CK Editor in Dynamics 365

Image In Dynamics 365, under Knowledge article for Content field, I implemented Rich Text Editor control in order to have plugins which are defined in document

How would you create a button to format text in a <div> with JS?

I'm trying to make a basic text editor in HTML. I've got an editable div tag so far, and by using keyboard shortcuts, you can format it. However, I want it so t

How to style mui-rte CodeBlock

By default the CodeBlock is styled with a white-ish background and black-ish color. This works fine with a "light" palette but is unreadable with a "dark" palet

Angular rich text editor max length validation

I need to set the max length of Angular Editor. I have tried so many ways but was not able to set the maxlength. <angular-editor [(ngModel)]="htmlConten

Multi style text editing for TextField composable in android jetpack compose

I want to change the text style (fontSize , color , fontWeight , ...) of a selected text in a TextFiled() composable , with a button in android jetpack compose.

ckeditor5-vue preserve quill class

I would like to know how to convert an html with a specific class into an html with a specific style. For example, if the original html was <p class="ql-alig

How to prefill CkEditor with data using React.js?

I'm creating a blog and I want to give the user the ability to update their post but I'm not sure how to pass the content data from the original post into my ri