Body
From MapbenderWiki
User:Christoph Baudson (Module maintainer)
Contents |
Description
english
The body contains all other elements. It is also used to add styles on a global scale, for example, in combination with the popup module. You can also configure a Splash screen here.
This is a mandatory element in each application!
Element vars
- css_class_bg: to define the color of the body
- css_file_body: to define the styles of the body
- includeWhileLoading: a link to a custom splash screen (HTML or PHP file). If not set, a very basic splash screen will be display. (Mapbender >= 2.6)
- use_load_message: true or false (false will display a blank page while Mapbender loads). (Mapbender >= 2.6)
- popupcss: style of the popup
- treeGDE_css: style of the treeGDE2
- favicon: favicon used for this application (Mapbender >= 2.6)
Files
no files needed
SQL
Use this sql statement to insert this module in the corresponding gui / Mit diesem SQL kann das Modul in die entsprechende GUI eingefügen werden:
Example file for splash screen
- you find an example file at mapbender/http/include/gui1_splash.php
