Mapbender
3.0.8
  • English
    • Installation
    • Mapbender Quickstart: First steps with Mapbender
    • Functions
      • Base functions
      • Search
      • Export / Print
      • Editing
      • WMC
      • Backend
      • FOMUserBundle - Users and Security
      • Other
        • About Dialog
        • Button
        • Coordinate Utility
        • Copyright
        • GPS-Position
        • HTML Element
        • POI (MeetingPoint)
        • WMS Loader
    • Customization / Tips and tricks
    • FAQ - Frequently Asked Questions
    • Architecture
    • Development
    • How to write Mapbender Documentation?
    • Version history
  • Deutsch
Mapbender
  • Docs »
  • Welcome to the Mapbender documentation »
  • Functions »
  • Other »
  • Copyright
  • Edit on GitHub

Copyright¶

The copyright shows a copyright label and terms of use as a dialog.

../../../_images/copyright1.png

Configuration¶

../../../_images/copyright_configuration1.png
  • Autoopen: Enable or disable autoopening of the copyright window, when starting the application. (Default: disabled)

  • Title: Title of the element. It will be indicated next to the button.

  • Popup width: Width of the Popup window (default: 300).

  • Popup height: Height of the Popup window (default: 170).

  • Tooltip: Text used as a tooltip. It will be indacted when hovering with the mouse cursor over the button. It also used as a header in the copyright window.

  • Content: Content of the copyright window, displayed when clicking on the button (or autoopened by starting the application, if enabled)

YAML-Definition:¶

class: Mapbender\CoreBundle\Element\Copyright
title: "Copyright"              # Title of the element
popupWidth: 300
popupHeight: 170
tooltip: "Copyright"            # Text to use as tooltip
content: "Lorem ipsum"          # Edit the text you want to display as copyright text
autoOpen: true                  # Automatically open the dialog when you start the application

Class, Widget & Style¶

  • Class: Mapbender\CoreBundle\Element\Copyright

  • Widget: mapbender.element.copyright.js

  • Style: mapbender.elements.css

Next Previous

© Copyright 2019, The Mapbender Team.

Built with Sphinx using a theme provided by Read the Docs.