Replies: 1 comment 3 replies
-
I don't see any issue with the latest version, if you're able to provide a reproducible demo, it might help. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question about a decoration of body tag.
Even if I specify the background-color of the body tag and save it, it will not be reproduced next time.
I save html and css by next methods (get by next methods and post to the server(php)).
var htmldata = editor.getHtml();
var cssdata = editor.getCss();
And when I want to load, set like this.
editor.setComponents(htmldata);
editor.setStyle(cssdata );
Maybe it is because grapes.js ignore the id of the body tag when loaded. How can I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions