|
Does the document editor will have a function to remove styles?
|
Currently, document editor doesn’t provide any API to remove the styles. |
|
Using the locale json file (https://github.com/syncfusion/ej2-locale/blob/master/src/fr.json), there is 2 entries for the document editor, one called "documenteditor" (I'm using it for now), and "DocumentEditor", should I use both of them? I've made a custom file containing only translations I need, I don't want to import all translations because I only use few components. |
Please proceed to use the same ‘documenteditor’ which you are using currently.
“DocumentEditor” is older one, not updated.
|
|
In the style dialog, when I select "Heading 1" for example, by clicking on "Modify" button, rename doesn't work and it generates a new style with the new name, Heading 1 got the modification I made (like font color) but the name doesn't change. |
We will check on this and update your further details on this by April 14, 2020. |
|
he default styles are still not translated despite the translations are imported : The result in the dialog seems ok for the labels but not for the headings : |
Styles dropdown displayed in style dialog are document level styles, hence locale value will not be updated for those styles.
Below defined locale values will be updated in table of contents dialog.
|