Extensions - Creating Extensions |
|
For a comprehensive review of the ScriptWorx API: please choose "Extending ScriptWorx" from the ScriptWorx Help menu. Firstly, choose your desired language, usually JavaScript or VBScript (or others if you have Active Scripting installed). When writing your source code, saving the file with a .js extension sets the scripting engine to use JavaScript, whilst a .vbs extension sets it to VBScript. You will also need to create a definition file, which must be distributed with the extension file. It follows the following style:
|