Common Tags
Tag includeinhead


This marks JavaScript and CSS information to be included in the Head element of the HTML page by the headincludes tag. If no headincludes tag is present, it will be included at the bottom of the Head element, or a Head element will be inserted if there is none. If a .js or .css file is marked for inclusion multiple times, possibly in multiple files, it will only be included once. This tag will be ignored during automatic in-place refresh requests. Custom in-place refresh solutions will need to ensure that their JavaScript gets included correctly.

Example:
<pt:common.includeinhead>
  <script type="text/javascript"><!-- JavaScript --></script>
  <script type="text/javascript" src="http://test.com/test.js"></script>
  <link type="text/css" rel="stylesheet" href="http://test.com/test.css"></link>
</pt:common.includeinhead>


Tag Information
Tag Nameincludeinhead

Attributes
No Attributes Defined.


Copyright 2005 Plumtree Software, Inc.