Issue #572Opened November 26, 2017by NorthstarTech1 reactions

rich text editor issue

Question

How to add the icon of ordered List in rich text editor? Here is my code.

rte.add('insertOrderedList', { icon: '',//how to add the icon of orderlist here?? attributes: {title: "Ordered List"}, result: (rte, action) => rte.exec('insertOrderedList'), });

Answers (3)

ryandebaNovember 26, 20171 reactions

You can just set the icon value to whatever markup you want. Here's an example using font awesome:

...
icon: '<i class="fa fa-list-ol"></i>',
...

FYI - I've seen some discussion of removing font awesome from grapesjs. I'm not sure what the current plans are for that, but thought it was worth mentioning as this may not work in a future version without including font awesome in your own project.

NorthstarTechNovember 26, 20170 reactions

Thank u so much. working fine now.

lock[bot]September 18, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.