new Window(options)
Parameters:
Name | Type | Description |
---|---|---|
options |
object | Optionen für das Controlelement |
- Source:
- BKGWebMap/Control/Window.js, line 5
Members
-
<static> content :string
-
Inhalt des Fensters
- Source:
- BKGWebMap/Control/Window.js, line 43
-
<static> contentDiv :HTMLElement
-
Container für Inhalt. Kann alternativ zu content gesetzt werden, um DOM-Objekte direkt einzufügen.
- Source:
- BKGWebMap/Control/Window.js, line 50
-
<static> minimized :boolean
-
Gibt an, ob der Fensterinhalt angezeigt werden soll oder nicht.
- Source:
- BKGWebMap/Control/Window.js, line 92
-
<static> positionLeft :boolean
-
y-Positionsagabe bezieht sich auf Left. Wenn
false
dann wird rigth verwendet.- Source:
- BKGWebMap/Control/Window.js, line 71
-
<static> positionTop :boolean
-
x-Positionsagabe bezieht sich auf Top. Wenn
false
dann wird bottom verwendet.- Source:
- BKGWebMap/Control/Window.js, line 64
-
<static> size :OpenLayers.Size
-
Größe des Bereichs für den Fensterinhalt
- Source:
- BKGWebMap/Control/Window.js, line 57
-
<static> title :string
-
Titel für Fenster
- Source:
- BKGWebMap/Control/Window.js, line 36
-
<static> x :int
-
X-Position des Fensters
- Source:
- BKGWebMap/Control/Window.js, line 78
-
<static> y :int
-
Y-Position des Fensters
- Source:
- BKGWebMap/Control/Window.js, line 85
Methods
-
<static> createContentDiv(contentHTML)
-
Generiert den Fensterinhalt
Parameters:
Name Type Description contentHTML
string HTML-content für Container - Source:
- BKGWebMap/Control/Window.js, line 229
Returns:
HTMLElement -
<static> createTitleDiv(titleHTML) → {HTMLElement}
-
Erzeugt die Titelleiste für das Fenster
Parameters:
Name Type Description titleHTML
string Der HTML-Inhalt für die Titelleiste - Source:
- BKGWebMap/Control/Window.js, line 211
Returns:
- Type
- HTMLElement
-
<static> draw() → {HTMLElement}
-
Erstellt die Legende für alle Layer in der Karte
- Source:
- BKGWebMap/Control/Window.js, line 119
Returns:
Eine Referenz zum DOMElement welches die Legende beinhaltet.- Type
- HTMLElement
-
<static> maximize()
-
Maximiert das Fenster
- Source:
- BKGWebMap/Control/Window.js, line 198
-
<static> minimize()
-
Minimiert das Fenster
- Source:
- BKGWebMap/Control/Window.js, line 187
-
<static> onmousedown(evt)
-
Beginnt den Dragmodus für das Fenster
Parameters:
Name Type Description evt
Event - Source:
- BKGWebMap/Control/Window.js, line 246
-
<static> onmouseup(evt)
-
Beendet den Dragmodus für das Fenster
Parameters:
Name Type Description evt
Event - Source:
- BKGWebMap/Control/Window.js, line 265
-
<static> setWindowPos(x, y)
-
Aktualisiert die Fensterposition.
Parameters:
Name Type Description x
int Die x-Position y
int Die y-Position - Source:
- BKGWebMap/Control/Window.js, line 167