Как передать встроенный стиль в базу данных в reactjs - PullRequest
0 голосов
/ 23 февраля 2020
I have got an event handler when they click on the list of controls. the user can change the background colour, font colour. It will be updated inline style. when I click on the button, the full HTML code will be shown using console.log. How can do this 

For example,
<div style="width: 80%; padding: 9px 20px 8px; margin-left: auto; margin-right: auto; display: block; background: red; text-align: center;"
test</div>

However, I can change the background by event handlers, but I don't get HTML code by using console.log. How can I do this?

Вот мой пример кода: https://codesandbox.io/s/react-draft-wysiwyg-editor-ppctk

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...