Subject: Plugin development: How to add header and how to change body tag
Hi all,
i've created my first syntax plugin and it works fine, but now i have two problems:
I want to add a line to the head section:
<script src="http://..." type="text/javascript"></script>
And i want to change <body> to this: <body onload="onLoad();" onresize="onResize();">
Is it possible to do this with a syntax plugin?
Thank you!!
Pascal
i've created my first syntax plugin and it works fine, but now i have two problems:
I want to add a line to the head section:
<script src="http://..." type="text/javascript"></script>
And i want to change <body> to this: <body onload="onLoad();" onresize="onResize();">
Is it possible to do this with a syntax plugin?
Thank you!!
Pascal
pascal
Show profile
Link to this post