Skip to content Skip to sidebar Skip to footer
Showing posts with the label Draftjs

Create A New Entity From Selection In Draft.js / /draftail, Wrap Existing Text And Link Entities

I'm trying to create a new entity for Wagtail's Draftail text editor (based on draft.js). I… Read more Create A New Entity From Selection In Draft.js / /draftail, Wrap Existing Text And Link Entities

How To Extend Theme Of Draft-js-emoji-plugin

I need to extend only several CSS rules in draft-js-emoji-plugin. Documented way is to pass theme o… Read more How To Extend Theme Of Draft-js-emoji-plugin

How To Insert Text Programmaticaly Into Draft Js Rich Text Field While Maintaining The Current Inline Style?

When I click on a button with a certain symbol, I'd like it to put the symbol in the text field… Read more How To Insert Text Programmaticaly Into Draft Js Rich Text Field While Maintaining The Current Inline Style?