This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
vanilla-api-addon/js/ReadMe.txt

12 lines
548 B
Plaintext
Executable File

Any javascript files that are specific to this application can be placed in this
folder. They should be named after the application, controller, or controller
method that they are required for. For example:
entry.js: should be included in every page of the "entry" controller.
entry_apply.js: should be included only on the entry.apply() page.
Note 1: these are simply guidelines - you can name any file whatever you want and
include it anywhere you want.
Note 2: You can add a js file to the controller with:
$this->AddJsFile('filename.js');