This is a migrated thread and some comments may be shown as answers.

Kendo editor custom tool fontAwesome

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
JangHyen
Top achievements
Rank 1
JangHyen asked on 02 Dec 2019, 07:09 AM

Hi I'm usiong kendo editor and custom tools.

 

I have succeeded in creating a custom tool and attaching a method, but I wanted to put a fontawsome image in the tool,

 

so I tried following the guide below, but it doesn't work like the attached photo. Ask for help. Thank you.

Guide link :

 

http://dojo.telerik.com/AWUlef/6

 

 

 .k-editor .k-i-my-tool:before
  {
      font-family: FontAwesome;
      content: "\f0c7 ";
      font-size:16px;
  }

 

 

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 03 Dec 2019, 04:30 PM

Hi JangHyen,

Here's a stackblitz example, which demonstrates how a FontAwesome icon can displayed in a custom tool in the Editor.

Regards,
Ivan Danchev
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
JangHyen
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or