You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- replace filename-only/generic alt (Menubar, Toolbar, Classic mode,
RichText initialization, etc.) with meaningful descriptions on docs screenshots
- localize alt text per locale (en, ru, de, ko, zh) to match each translation
- guide screenshots get framework-specific alt (React/Angular/Vue/Svelte)

298
298
</div>
299
299
300
300
You now have a working RichText integration in Angular. Customize the code to fit your needs. A complete example is available on [GitHub](https://github.com/DHTMLX/angular-richtext-demo).

251
251
</div>
252
252
253
253
You now have a working RichText integration in React. Customize the code to fit your needs. A complete example is available on [GitHub](https://github.com/DHTMLX/react-richtext-demo).

265
265
</div>
266
266
267
267
You now have a working RichText integration in Svelte. Customize the code to fit your needs. A complete example is available on [GitHub](https://github.com/DHTMLX/svelte-richtext-demo).

275
275
</div>
276
276
277
277
You now have a working RichText integration in Vue. Customize the code to fit your needs. A complete example is available on [GitHub](https://github.com/DHTMLX/vue-richtext-demo).
Copy file name to clipboardExpand all lines: docs/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The RichText menubar provides access to editing actions such as creating a new d
36
36
Use the [`menubar`](api/config/menubar.md) property to toggle its visibility. While the menubar can be enabled or disabled, its contents are not configurable at this time.
37
37
38
38
<divclassName="img_border">
39
-

39
+

40
40
</div>
41
41
42
42
### Toolbar
@@ -46,7 +46,7 @@ The RichText toolbar provides quick access to text formatting and structural edi
46
46
The [`toolbar`](api/config/toolbar.md) property allows you to fully customize the toolbar’s content and layout. You can enable or disable toolbar, rearrange default controls, or define a fully custom toolbar using an array of predefined button identifiers and custom button objects.
47
47
48
48
<divclassName="img_border">
49
-

49
+

50
50
</div>
51
51
52
52
### Editor
@@ -60,13 +60,13 @@ DHTMLX RichText can work with content in "classic" and "document" modes. You can
60
60
-`"classic"`
61
61
62
62
<divclassName="img_border">
63
-

63
+

64
64
</div>
65
65
66
66
-`"document"`
67
67
68
68
<divclassName="img_border">
69
-

69
+

70
70
</div>
71
71
72
72
## Supported formats
@@ -76,13 +76,13 @@ The RichText editor supports [parsing](api/methods/set-value.md) and [serializat
76
76
#### HTML format
77
77
78
78
<divclassName="img_border">
79
-

79
+

80
80
</div>
81
81
82
82
#### Text format
83
83
84
84
<divclassName="img_border">
85
-

85
+

86
86
</div>
87
87
88
88
#### Markdown format
@@ -172,5 +172,5 @@ More shortcuts may be introduced in future updates.
172
172
To get actual reference related to RichText keyboard shortcuts, press **Help** and select the **Keyboard shortcuts** option:

298
298
</div>
299
299
300
300
Sie haben jetzt eine funktionierende RichText-Integration in Angular. Passen Sie den Code an Ihre Bedürfnisse an. Ein vollständiges Beispiel ist auf [GitHub](https://github.com/DHTMLX/angular-richtext-demo) verfügbar.

251
251
</div>
252
252
253
253
Sie verfügen nun über eine funktionierende RichText-Integration in React. Passen Sie den Code an Ihre Anforderungen an. Ein vollständiges Beispiel ist auf [GitHub](https://github.com/DHTMLX/react-richtext-demo) verfügbar.
0 commit comments