We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be good to be able to instantiate the editor on an element within an iFrame.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Would be good to be able to instantiate the editor on an element within an iFrame.
The text was updated successfully, but these errors were encountered: