Remove/reset css as a string? #5991
Unanswered
addlistener
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
add a base css and allow editing and re-applying the css
Sth like this
My research
using
wrapper.append
=> the <style> tag will be parsed into StyleManager which is not easily deletable. And it seems there's not an option to keep the style tag as it is. Or should I patch html/css parser to do it?using
options.baseCss / protectedCss / canvasCss
==> there's no way to re-set it.And none of the following topics covers what I need. Am I missing something?
Missing option to erase style options #672
Allow editing of HTML or CSS? #324 (comment)
Beta Was this translation helpful? Give feedback.
All reactions