AjaxImport
Imports JavaScript and CSS files required for BoxLang AJAX tags and features.
Syntax
<bx:ajaximport
tags="string"
cssSrc="string"
scriptSrc="string"
params="string" />Attributes
tags
string
No
Comma-delimited list of BoxLang AJAX tags for which to import supporting files
""
cssSrc
string
No
URL of the directory containing CSS files for BoxLang AJAX features
"/bxmodules/bxUICompat/public/index.bxm?target=css"
scriptSrc
string
No
URL of the directory containing JavaScript files for BoxLang AJAX features
"/bxmodules/bxUICompat/public/index.bxm?target=js"
params
string
No
Parameters to pass, such as API keys (e.g., googlemapkey)
""
Examples
Import files for specific tags
<bx:ajaximport tags="div,layout,grid" />Custom source directories
<bx:ajaximport cssSrc="/custom/css" scriptSrc="/custom/js" />Import all common AJAX files
<bx:ajaximport />Usage Notes
This component should be placed in the
<head>section of your HTML documentIf no
tagsattribute is specified, all common AJAX CSS and JavaScript files are importedThe component generates
<link>tags for CSS files and<script>tags for JavaScript filesAlso generates initialization JavaScript for the BoxLang AJAX framework
Related Components
Last updated
Was this helpful?
