docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.4Web Developer ManualJavascript Support
Copyright © 2018, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<js-dynamic-popup-div>
<js-external>
<js-include>
<js-insert>
<js-popup>
<js-write>

<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.