Is it possible to write a script command like the following
<script type="text/javascript" src="user/media/audio/ply2.js"></script>
Using the pastHTML function or something alike ?
I've tried to insert the above script within the codes section of the common.config file.
example ..
<item text="Script" value="<script type="text/javascript" src="user/media/audio/ply2.js"></script>
This insert will produce the following error ..
Failed to load the Configure file.
Thx for any suggestions on how to effectively add a basic script using a dropdown menu of the editor
toolbar.
Thx in advance :)