fm:JSLibrary


The jslibary provides a simple means to automatically include FileMobile's standard javascript library.

It's a good idea to use this, instead of manually write the script tag because it allows us to change the url (for performance) without bothering you.

There are multiple versions we'll keep maintaining, for this reason you must specify a version number. Currently the only supported versions are 1.0, 1.1 and 2.0.

Example

<fm:JSLibrary version="2.0" />

Supported attributes

NameRequiredDefaultDescription
versionRequiredN/AThe version of the javascript library. Specifying this is highly recommended

See also