Bootstrapper Class
Bootstrapper class. Starting point of RAMP, RAMP modules are loaded here and mapped to a function parameter Phase X?: For mobile support, there can be a different mobileBootstrapper with only the mobile modules loaded
Imports RAMP Modules:
Map
BaseMapSelector
Maptips
Datagrid
Navigation
FilterManager
BookmarkLink
Url
FeatureHighlighter
RAMP
GlobalStorage
GUI
EventManager
AdvancedToolbar
Util
Prototype
FunctionMangler
LayerLoader
Item Index
Methods
Methods
configReady
(
private
-
configObject
once the config file has been retrieved, proceed with the loading of the site
Parameters:
-
configObject
Objectthe configuration object
loadPlugin
(
private
-
pluginName,
loadPlugin takes a plugin file and loads it into the DOM. Creates a dynamic script tag to load the script at runtime.
Parameters:
-
pluginName,
Stringthe file name of the plugin to be loaded (should be in the plugins folder)