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
2 changes: 1 addition & 1 deletion docs/api/config/default-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ new richtext.Richtext("#root", {

**Related articles:** [Configuration](guides/configuration.md)

**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s)
**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s?tag=richtext)
2 changes: 1 addition & 1 deletion docs/api/config/fullscreen-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ new richtext.Richtext("#root", {

**Related articles:** [Configuration](guides/configuration.md)

**Related sample:** [RichText. Full toolbar](https://snippet.dhtmlx.com/ziynafp7)
**Related sample:** [RichText. Full toolbar](https://snippet.dhtmlx.com/ziynafp7?tag=richtext)
2 changes: 1 addition & 1 deletion docs/api/config/image-upload-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ new richtext.Richtext("#root", {

**Related articles:** [Configuration](guides/configuration.md)

**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy)
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy?tag=richtext)
2 changes: 1 addition & 1 deletion docs/api/config/layout-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ new richtext.Richtext("#root", {

**Related articles:** [Configuration](guides/configuration.md)

**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy)
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy?tag=richtext)
2 changes: 1 addition & 1 deletion docs/api/config/locale.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ const editor = new richtext.RichText("#root", {

**Related articles:** [Localization](guides/localization.md)

**Related sample:** [RichText. Localization](https://snippet.dhtmlx.com/zxjrin3i)
**Related sample:** [RichText. Localization](https://snippet.dhtmlx.com/zxjrin3i?tag=richtext)
2 changes: 1 addition & 1 deletion docs/api/config/menubar.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ new richtext.Richtext("#root", {

**Related articles:** [Configuration](guides/configuration.md)

**Related sample:** [RichText. Initialization with menubar](https://snippet.dhtmlx.com/tjryzka7)
**Related sample:** [RichText. Initialization with menubar](https://snippet.dhtmlx.com/tjryzka7?tag=richtext)
2 changes: 1 addition & 1 deletion docs/api/config/toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ new richtext.Richtext("#root", {

**Related articles:** [Configuration](guides/configuration.md)

**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih)
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih?tag=richtext)
2 changes: 1 addition & 1 deletion docs/api/config/value.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ new richtext.Richtext("#root", {

**Related articles:** [Configuration](guides/configuration.md)

**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy)
**Related sample:** [RichText. Initialization](https://snippet.dhtmlx.com/t55alxiy?tag=richtext)
6 changes: 3 additions & 3 deletions docs/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ new richtext.Richtext("#root", {
});
~~~

**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih)
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih?tag=richtext)

### Custom toolbar controls

Expand Down Expand Up @@ -174,7 +174,7 @@ new richtext.Richtext("#root", {
});
~~~

**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih)
**Related sample:** [RichText. Custom control and simplified toolbar](https://snippet.dhtmlx.com/wda202ih?tag=richtext)

### Hide Toolbar

Expand Down Expand Up @@ -280,4 +280,4 @@ const editor = new richtext.Richtext("#root", {

In this example, all `h2` blocks are assigned to the `"Roboto"` font-family with a font-size of 28px with both the foreground and the background colors changed as well. Css styles are assigned to `h2` blocks as well.

**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s)
**Related sample:** [RichText. Changing the default value for typography (font, font size, etc.)](https://snippet.dhtmlx.com/6u3ti01s?tag=richtext)
2 changes: 1 addition & 1 deletion docs/guides/typescript_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: You can learn about using typescript with the DHTMLX JavaScript Ric
Starting from v2.0, the library of DHTMLX RichText provides an ability to use TypeScript definitions. The built-in support of TypeScript works out of the box.

:::note
You can try out the functionality right in our <a href="https://snippet.dhtmlx.com/ziynafp7" target="_blank">Snippet Tool</a>.
You can try out the functionality right in our <a href="https://snippet.dhtmlx.com/ziynafp7?tag=richtext" target="_blank">Snippet Tool</a>.
:::

## Advantages of using TypeScript
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const config = {
items: [
{
label: 'Examples',
href: 'https://snippet.dhtmlx.com/pdh5buvg?tag=richtext',
href: 'https://snippet.dhtmlx.com/t55alxiy?tag=richtext',
position: 'right'
},
{
Expand Down Expand Up @@ -257,7 +257,7 @@ const config = {
},
{
label: 'Examples',
href: 'https://snippet.dhtmlx.com/pdh5buvg?tag=richtext',
href: 'https://snippet.dhtmlx.com/t55alxiy?tag=richtext',
position: 'right'
},
{
Expand Down
Loading