Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/guides/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ You can customize the appearance and structure of toolbar, change the settings o
Icons
----------

DHTMLX Richtext uses the [Material Design](https://materialdesignicons.com/)-based icons by default. However, you can use any other icon font pack, if necessary. For this, you need to include the desired icon font on
a page and apply icons for Toolbar controls.
DHTMLX Richtext uses the [Material Design](https://pictogrammers.com/library/mdi/?welcome)-based icons by default. However, you can use any other icon font pack, if necessary. For this, you need to include the desired icon font on a page and apply icons for Toolbar controls.

For example, you can use the [Font Awesome](https://fontawesome.com/) icon pack by including [link to its CDN](https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css)
after the source files of DHTMLX Richtext as follows:
For example, you can use the [Font Awesome](https://fontawesome.com/) icon pack by including [link to its CDN](https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css) after the source files of DHTMLX Richtext as follows:

~~~html
<script type="text/javascript" src="../../codebase/richtext.js"></script>
Expand Down
5 changes: 2 additions & 3 deletions docs/guides/react_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ title: Integration with React
description: This guide provides explanations on possible ways of adding and initializing DHTMLX Rich Text Editor in React-based web apps.
---

You can use DHTMLX Richtext in an application created with the [React](https://reactjs.org/) framework. [Check the demo on Github](https://github.com/DHTMLX/react-widgets).
You can use DHTMLX Richtext in an application created with the [React](https://reactjs.org/) framework. [Check the demo on Github](https://github.com/DHTMLX/react-suite-demo).

:::note
Note, that the implementation provided below is not the only way to use DHTMLX Richtext in a React-based application. It gives you initial schema of the integration and implies further
extension of the app functionality depending on your goals.
Note, that the implementation provided below is not the only way to use DHTMLX Richtext in a React-based application. It gives you initial schema of the integration and implies further extension of the app functionality depending on your goals.
:::

## Including source files
Expand Down
Loading