You are here

constant SWFTOOLS_ALWAYS_ADD_JS in SWF Tools 6.3

Same name and namespace in other branches
  1. 6 swftools.module \SWFTOOLS_ALWAYS_ADD_JS
  2. 6.2 swftools.module \SWFTOOLS_ALWAYS_ADD_JS

JavaScript will be added to all pages when they are served, even if SWF Tools isn't called directly.

Related topics

8 uses of SWFTOOLS_ALWAYS_ADD_JS
swftools_admin_embed_form in includes/swftools.admin.inc
Form definition for embedding settings.
swftools_flowplayer3_init in flowplayer3/swftools_flowplayer3.module
Implementation of hook_init().
swftools_jw5_init in jw5/swftools_jw5.module
Implementation of hook_init().
swftools_onepixelout_init in onepixelout/swftools_onepixelout.module
Implementation of hook_init().
swftools_soundmanager2_init in soundmanager2/swftools_soundmanager2.module
Implementation of hook_init().

... See full list

File

includes/swftools.core.inc, line 27
Implements SWF Tools core functions that are common to the main module and the API module.

Code

define('SWFTOOLS_ALWAYS_ADD_JS', 0x1);