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
Copy file name to clipboardExpand all lines: docs/api/properties.md
+71-30Lines changed: 71 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,13 @@ title: Properties
4
4
description: Get insight into configuration properties utilized for working with text statistics, setting editor mode, and customizing the toolbar in DHTMLX Rich Text Editor.
5
5
---
6
6
7
-
8
7
## `customStats`
9
8
10
9
Defines the logic of displaying custom statistics
11
10
12
-
`array customStats;`
11
+
`customStats?: array;`
13
12
14
-
```js
13
+
~~~jsx
15
14
var richtext =newdhx.Richtext("richtext_container", {
16
15
customStats: [
17
16
{
@@ -36,65 +35,107 @@ var richtext = new dhx.Richtext("richtext_container", {
Copy file name to clipboardExpand all lines: docs/whats_new.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,23 @@ title: What's new
4
4
description: "Get a full picture of the DHTMLX Rich Text Editor versioning: its updates and patch versions, providing the information on implemented functionalities, improvements, and bug fixes."
5
5
---
6
6
7
-
Version 1.1.8
8
-
--------------
7
+
## Version 1.2
8
+
9
+
Released on June 18, 2024
10
+
11
+
### New functionality
12
+
13
+
- The [`defaultStyles`](api/properties.md#defaultstyles) property allows you to change the default values of the toolbar selection controls
14
+
15
+
### Fixes
16
+
17
+
- Add cross widget localization
18
+
- Add scripts to deploy npm-pro and npm trial packages
19
+
- Incorrect HTML parsing
20
+
- Retyping the text that contains a link invokes an error
21
+
- When changing the font, the previous character appears before the text
22
+
23
+
## Version 1.1.8
9
24
10
25
Released on February 1, 2024
11
26
@@ -14,44 +29,39 @@ Released on February 1, 2024
14
29
- The appearance of the "link" control settings
15
30
- The conversion of color formats. Now colors are converted from HEX to RGB during HTML serialization
16
31
17
-
Version 1.1.7
18
-
--------------
32
+
## Version 1.1.7
19
33
20
34
Released on August 31, 2023
21
35
22
36
### Fixes
23
37
24
38
- Now you can select several text fragments with different fonts and sizes and set the desired font and size for them
25
39
26
-
Version 1.1.6
27
-
--------------
40
+
## Version 1.1.6
28
41
29
42
Released on February 13, 2022
30
43
31
44
### Fixes
32
45
33
46
- Fix the issue with special characters
34
47
35
-
Version 1.1.5
36
-
--------------
48
+
## Version 1.1.5
37
49
38
50
Released on February 13, 2022
39
51
40
52
### Fixes
41
53
42
54
- Fix the issue with the [`fullScreen()`](api/methods.md#fullscreen) method
43
55
44
-
Version 1.1.4
45
-
--------------
56
+
## Version 1.1.4
46
57
47
58
Released on January 17, 2022
48
59
49
60
### Fixes
50
61
51
62
- Fix links to documentation in the [RichText samples](https://snippet.dhtmlx.com/pdh5buvg?tag=richtext)
52
63
53
-
Version 1.1.3
54
-
--------------
64
+
## Version 1.1.3
55
65
56
66
Released on October 11, 2021
57
67
@@ -61,29 +71,24 @@ Released on October 11, 2021
61
71
- Fix the issue with styles of Richtext when using it together with Suite
62
72
- Now it is possible to localize the *text* and *link* input labels of the **Link** button of the toolbar
63
73
64
-
65
-
Version 1.1.2
66
-
---------------
74
+
## Version 1.1.2
67
75
68
76
Released on February 13, 2020
69
77
70
78
### Fixes
71
79
72
80
- Issues with interaction between the HTML form and controls of Toolbar
73
81
74
-
Version 1.1.1
75
-
---------------
82
+
## Version 1.1.1
76
83
77
84
Released on March 6, 2019
78
85
79
86
### Fixes
80
87
81
88
- Fix the bug with Toolbar items
82
-
- Fix z-index for the full screen mode
89
+
- Fix z-index for the full screen mode
83
90
84
-
85
-
Version 1.1
86
-
-------------
91
+
## Version 1.1
87
92
88
93
Released on February 27, 2019
89
94
@@ -104,8 +109,7 @@ Released on February 27, 2019
104
109
- Spellchecking is disabled
105
110
- Support for Asian languages
106
111
107
-
Version 1.0.1
108
-
----------------
112
+
## Version 1.0.1
109
113
110
114
Released on December 19, 2018
111
115
@@ -115,9 +119,7 @@ Released on December 19, 2018
115
119
- Issue with the link background on switching between links
116
120
- Issue with toolbar modifiers after removing a letter
0 commit comments