JScode
This tag is used to add JavaScript code in the application. SilkBuilder will collect all the JavaScript code and put them together regardless of where these had been defined. This is the code which has to be executed before JQuery is active and accessible by the application. These can be setting global variables and/or functions.
Tag Use
Used as a container:
<silk:JScode>
Contains: JavaScript code.
</silk:JScode>