Welcome | News | QuickStart | Download | Support | About
ScriptLoader@sourceforge.net

QuickStart -> Configure Dependences

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":
  1. <Reference Name="Core"></Reference>  
the "Name" attribute is a module name that was configured in configruation files.
eg.
  1. <Script Name="Core" Inherit="SyntaxHighlighter/shCore.js"></Script>