Feature Request: Add option to use `<iframe>` to edit full page
See original GitHub issueCurrently, the editor inherits all CSS on the page where it is added. If shown in an “admin” area, it’s possible some CSS will reach in to the editor causing undesired side-effects.
If you use an <iframe>
for the editing area, you can get not only 1) better sandboxing, but also 2) full-page editing.
It would be cool to see this editor support full page editing, where it can accept a <!doctype html><html>...</html>
value and preserve the entire structure.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Feature Request: Add option to use `<iframe>` to edit full page ...
In the implementation I've seen (CKEditor), the content under edit is in an iframe. All other UI/Editing elements surround the iframe.
Read more ><iframe>: The Inline Frame element - HTML - MDN Web Docs
The <iframe> HTML element represents a nested browsing context, embedding another HTML page into the current one.
Read more >The ultimate guide to iframes - LogRocket Blog
Not a fan of iframes? This post provides an overview of the tag's best features, shows you how to use them, and how...
Read more >How to Use iFrames With WordPress (Manually and ... - Kinsta
The basic code for adding an iFrame to a page is fairly simple. All you need are the opening and closing HTML tags,...
Read more >Best practices for using third-party embeds - web.dev
You can ensure this by specifying the width and height attributes of iframes or by setting a fixed size for static elements where...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @sirlancelot
Updated in v2.19.1
Thank you : )
Here’s an example: https://www.froala.com/wysiwyg-editor/examples/full-page