Specifies an external JScript file to load into the Mechanical Wizard.
<merge src="url" />
Attributes
src
Specifies the URL of the JScript file to load.
Remarks
JScript files use the .js file extension.
Code in the JScript file outside of any function is evaluated immediately upon loading.
The eval element may directly call functions defined in the JScript file.
Table 2: Element Information
Parents | simulation-wizard |
Children | None |
End Tag | No - close element with "/>" |