- Getting Started
- How Do I
- Advance Features
|
A script node has a child node named "References" in configuration files(lib.config
or user.config). It's a collection of dependent script . If you want to add a dependent
script ,if must add a node named "Reference":
- <Reference Name="Core"></Reference>
the "Name" attribute is a module name that was configured in configruation files.
eg.
- <Script Name="Core" Inherit="SyntaxHighlighter/shCore.js"></Script>
|