new SidePanel(options)
Parameters:
| Name | Type | Description | 
|---|---|---|
options | 
            
            
            object | Optionen für das Controlelement | 
- Source:
 - BKGWebMap/Control/SidePanel.js, line 5
 
Members
- 
    
<static> content :HTMLElement
 - 
    
    HTML-Bereich für Inhalt.
- Source:
 - BKGWebMap/Control/SidePanel.js, line 69
 
 - 
    
<static> contentPosition :string
 - 
    
    Position des Panels: left|right
- Source:
 - BKGWebMap/Control/SidePanel.js, line 46
 
 - 
    
<static> maximized :boolean
 - 
    
    Zeigt an, ob das Panel ein- oder ausgeblendet ist
- Source:
 - BKGWebMap/Control/SidePanel.js, line 32
 
 - 
    
<static> size :int
 - 
    
    Breite des Panels
- Source:
 - BKGWebMap/Control/SidePanel.js, line 53
 
 - 
    
<static> style :string
 - 
    
    CSS-Klasse für content
- Source:
 - BKGWebMap/Control/SidePanel.js, line 39
 
 - 
    
<static> title :string
 - 
    
    Tooltip für Toggle-Button
- Source:
 - BKGWebMap/Control/SidePanel.js, line 60
 
 
Methods
- 
    
<static> addMapWrapper(map)
 - 
    
    
    Fügt dem Kartendiv einen Wrapper hinzu, der das Sidepanel ermöglicht. Dies ist notwendig, damit der Viewport und alle Steuerelemente nicht vom ausgeklappten Panel verdeckt werden.
Parameters:
Name Type Description mapOpenLayers.Map Kartenobjekt, für das ein Wrapper erzeugt werden soll. - Source:
 - BKGWebMap/Control/SidePanel.js, line 126
 
 - 
    
<static> draw() → {node}
 - 
    
    
    Erstellt die HTML-Elemente des Panels
- Source:
 - BKGWebMap/Control/SidePanel.js, line 94
 
Returns:
Eine Referenz zum DOMElement welches die Legende beinhaltet.- Type
 - node
 
 - 
    
<static> hide()
 - 
    
    
    Blendet das Sidepanel aus
- Source:
 - BKGWebMap/Control/SidePanel.js, line 187
 
 - 
    
<static> onStateTogglerChange()
 - 
    
    
    Callback, wenn sich der Status des Panels geändert hat.
- Source:
 - BKGWebMap/Control/SidePanel.js, line 159
 
 - 
    
<static> show()
 - 
    
    
    Blendet das Sidepanel ein
- Source:
 - BKGWebMap/Control/SidePanel.js, line 176