We've started hitting this issue with Froala in React (with iframe: true
, not fullPage: true
). Removing iframe: true
fixes it, so that's good. The remaining problem is that we also have iframeStyle
and iframeStyleFiles
set. None of the options in / or examples under "Styling" in / seem to be about applying arbitrary CSS to the editor itself.
Is there a better way than, say, to wrap <FroalaEditor>...</FroalaEditor>
in a <div style={iframeStyle}>
(and add link
s to the URLs of iframeStyleFiles
)?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744292574a4567106.html
评论列表(0条)