You may want to inject an additional JS file into one of your articles, modules, areas or templates. Of course you can do this manually using <script src=...> tag. But you'd
need to supply the full path to your JS file. TextCMS provides you with plugin SCRIPT to simplify the task. The syntax is [SCRIPT](js_file_name).js[/SCRIPT]. TextCMS
will search for the script in the following locations:
File Search LocationsSome of the TextCMS plugins search for media files (images, video, audio, css etc...). They usially search in the following order:
|
This plugin can be used everywhere
Articles | |
Templates | |
Modules | |
Areas |
This plugin does not support attributes.
This plugin does not support plugin-specific styling.
[SCRIPT]myscript.js[/SCRIPT]