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
eleith 620257c260 initial commit of addon 2011-02-24 16:18:29 -08:00
..
ReadMe.txt initial commit of addon 2011-02-24 16:18:29 -08:00

ReadMe.txt

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');