Hi everyone,

I have some questions regarding TextTemplateHeaderContributor.

I can use it properly but I want to use it as a referenced script rather
than something that is included in the html page.

What i mean is i don't want to see

<script lang = "javascript" type = "text/javascript">
   alerrt("hello world");
</script>

this in the page but rather I would loike to see it as

<script lang = "javascript" src = "helloworld.js"/>

How do I do it using texttemplateheadercontributor or do i need to use
another object for this one?

Thanks
Carlo

Reply via email to