include
(since )
Include another javascript file
Description
include
(
string file )
Used to include another javascript file (to include mootools for example)
The path can only be a relative path, wich will start on the "scripts" folder
Parameters
file
The filename, can be a path relative to "scripts" folder.
Examples
include('./scripts/foo.js');
Ape.log('some variable set in foo.js : ' + myfoovar);
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
