Replies: 1 comment
-
|
Looking for an answer to this as well. doesnt seem to work. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How to use selection.js in an iframe.
i have a webpage and inside it i have an WYSIWYG editor as iframe to edit html files.
Am not able to use this.
the iframe tag is as follows
<iframe id="content_ifr" style="background-color: rgb(255, 255, 255); width: 100%; height: calc(100vh - 185px); margin-top: 0px; overflow: auto; display: block; pointer-events: auto;"> check below picture.my code is
i tested the above code in normal html file. it works in html without iframe.
when calling class="container" from html in script, it works.
but when calling id="xyz" from html in script , it doesn't works.
how to call and use in iframe ? by id or class ?
please help me.
Beta Was this translation helpful? Give feedback.
All reactions