Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Editing Content inside iFrame #1

Open
faceleg opened this issue May 29, 2012 · 1 comment
Open

Support Editing Content inside iFrame #1

faceleg opened this issue May 29, 2012 · 1 comment
Milestone

Comments

@faceleg
Copy link
Contributor

faceleg commented May 29, 2012

Would be good to be able to instantiate the editor on an element within an iFrame.

@IrishAdo
Copy link

I would think that this would be possible something like

var myIFrame = document.getElementById("myIFrame");
$("element",myIFrame.document).editor()

though you will only be able to do this if the domain of the iframe is the same as the parent window otherwise this would be cross site scripting

@Petah Petah added this to the TBD milestone Aug 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants