Select body model. #4641
Answered
by
ronaldohoch
ronaldohoch
asked this question in
Q&A
-
Hello guys! Is there a way to select body model? I would like do add some css styles in it programmatically with this:
So, there is a way to do it? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ronaldohoch
Oct 5, 2022
Replies: 1 comment
-
I used this: editor.getWrapper().addStyle({
//styles goes here.
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ronaldohoch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used this: