Dear all,
In my Blogs plugin installed in Oxwall , I have the following question:
How can jHtmlArea include an html code including javascript code (please, see fragment code below)?
A simple code fragment is:
<script type="text/javascript" src="https://cdn.jsdelivr.net/...mponents-lite.min.js">
</script>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="import" href="http://aaa.bbb.cc/aaaaa.html" />
A complete example, I would like add a new button of the toolbar in a post and a new dialog is opened to copy and paste the above example.
Thank you in advance for your attention to this matter.