Saeed bahrammi

Results 54 comments of Saeed bahrammi

@onlykingKD I think this feature is available in `ts `files

How long should we wait for this?

For more explanation : When we use the **[setDefaultStyle()](https://github.com/JiHong88/SunEditor#setDefaultStyle)** method , In fact, this method gives styles to the whole editor . **That is, only the main div of the...

In fact, there should be a way to set the default value for each tool

> Hi @Saeeed-B > Are you looking for RTL mode? > suneditor.create("", {rtl: true}) I use the react component and set rtl as follows : ``` this.rtl = true ;...

> And your contents div class should be set "sun-editor-editable se-rtl" On the other hand, apparently this class only changes the direction, not the text-align. I added this class manually...

On the other hand, I'm looking for a method that sets the default values and also allows the user to change these values to tools, Not for example the directory...

> rtl: true > }} /> I did this, but the se-rtl class was not added. And then I manually added it next to the sun-editor-editable class and the result...

> In fact, there should be a way to set the default value for each tool This is exactly what I want

This is absolutely true, we can change these classes, but when we take the content of the editor and display it in its place, these classes no longer exist! As...