About Arbortext Styler > Arbortext Styler Dialog Boxes > Add/Edit JavaScript Library Dialog Box
  
Add/Edit JavaScript Library Dialog Box
This dialog box displays when you click the Add button in the Associated JavaScript Libraries field of the HTML File or HTML Chunk tabs of the Stylesheet Properties dialog box. It allows you to provide a reference to a JavaScript library, which will be associated with the stylesheet and included in any HTML output.
Enter the path to the required JavaScript library in the Library field. The path can be in these formats:
an HTTP URL
a file reference, if the location of the library will always be the same
The path you add here is included in the <head> section of HTML files generated using the stylesheet, in this format:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>
* 
The path is not validated by Arbortext Styler.
This dialog box appears if you choose to edit the path of an existing library reference.