docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1Web Developer ManualJavascript Support
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<js-include/>

Provided by module: JavaScript Support: Tags

Includes a javascript component. Required before using some of the other tags in the javascript support.


Attributes

file="component name"

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.