Roxen Interactive RXML Help
<js-include/>
Includes a javascript component. Required before using some of the other tags in the javascript support.
Attributes
- file
- file=component name
This attribute is required.
The component to include. May be one of CrossPlatform.js, DragDrop.js, DynamicLoading.js, Popup.js or Scroll.js.
- defer
-
Set to add the defer flag to the generated <script> tag. It's used to tell browsers that the referenced script doesn't call document.write() or similar functions while the page is rendered.

