Uses
Syntax
Libraries and Versions
Example
<% Uses Bootstrap v3.4.1 %>
<% Uses jQuery v3.5.0 %>
<!doctype html>
<html>
<!-- HTML content -->
</html>Last updated
Was this helpful?
The Uses statement informs the WEM runtime which library and corresponding version to load in the design template.
By default, the latest major versions are used. This includes the latest version of Bootstrap v3 and jQuery v3.
<% Uses library version %>
library
version
Bootstrap
v3.2.0
Bootstrap
v3.4.1
Bootstrap
latest
jQuery
v1.12.4
jQuery
v3.4.1
jQuery
v3.5.0
jQuery
v3.6.3
jQuery
latest
<% Uses Bootstrap v3.4.1 %>
<% Uses jQuery v3.5.0 %>
<!doctype html>
<html>
<!-- HTML content -->
</html>Last updated
Was this helpful?
Was this helpful?