<include-script> element

Appears in: <script>

Used to include a static JavaScript library. A library will only be included once, regardless of how many different scripts reference it. Such libraries are located on the classpath.

Figure C.8. <include-script> Attributes

NameTypeRequired ?Default ValueDescription
resource-pathstringyes The location of the JavaScript library.