The Legato BootLoader Class gives you the possibility to configure and load Legato without defining the body onload Event.
Please be adviced that you must define them before including this class.
| Inherits from: | Legato.Control |
| Legato. | The Legato BootLoader Class gives you the possibility to configure and load Legato without defining the body onload Event. |
| Properties | |
| configUrl | {String} the default configUrl for Legato |
| onCreateCallback | {Function} a configurable callback method which will been executed when the Legato BeanFactory has been created but did not load the config yet. |
| onConfiguredCallback | {Function} a configurable callback method which will been executed when the Legato BeanFactory has loaded the configuration. |
| onDestroyCallback | {Function} a configurable callback method which will been executed when before the BeanFactory will destroy all objects and the current map. |
| beanFactory | {Legato.Beans.BeanFactory} |
| beanFactory | {OpenLayers.Map} |
| Functions | |
| initialize | Basic ctor |
| initialize | Basic ctor |
| unload | Executed when the DOM unloads |
Basic ctor
initialize : function( options )
Executed when the DOM unloads
unload: function()