You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I need to use scripts inside iframe for some of my custom components. For example, carousel. I need to include this script tag: <script src="/assets/theme/js/owl.carousel.min.js"></script>
Version
KEditor version 1.1.7
To Reproduce
Tried to put the script right before closing tag: <div id="content-area">
Also tried to put the script right after
Documentation only tells how to seperate main document styles from iframe styles. No info about how to seperate main document scripts from iframe scripts.
Expected behavior
I expected scripts to work in iframe but they simply won't do their thing. Same as they are never loaded.
Desktop (please complete the following information):
OS: Windows
Browser: Chrome
Version: 107.0.5304.88 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
Describe the bug
I need to use scripts inside iframe for some of my custom components. For example, carousel. I need to include this script tag:
<script src="/assets/theme/js/owl.carousel.min.js"></script>
Version
KEditor version 1.1.7
To Reproduce
Tried to put the script right before closing tag:
<div id="content-area">
Also tried to put the script right after
Documentation only tells how to seperate main document styles from iframe styles. No info about how to seperate main document scripts from iframe scripts.
Expected behavior
I expected scripts to work in iframe but they simply won't do their thing. Same as they are never loaded.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: