ALKMaps.Control.WeatherAlertOption

Inherits from

Summary
ALKMaps.Control.WeatherAlertOption
Properties
header Option title header
body Option body
bodyEvents
layerId The layer that this control works with
visible Determines this control is allowed to be visible or not.
ddlElements Dropdown list elements
Functions
destroy Destroy control.
setMap Attaches button click event here.
mouseDownHandler
draw Draw the control.
onButtonClick Button click event handler.
changeVisibility Changes control’s visibility.

Properties

header

Option title header

body

Option body

bodyEvents

layerId

The layer that this control works with

visible

Determines this control is allowed to be visible or not.

ddlElements

Dropdown list elements

Functions

destroy

destroy: function()

Destroy control.

setMap

setMap: function( map )

Attaches button click event here.  Properties: map - {ALKMaps.Map}

mouseDownHandler

mouseDownHandler: function( evt )

draw

draw: function()

Draw the control.

onButtonClick

onButtonClick: function( evt )

Button click event handler.

changeVisibility

changeVisibility: function( show )

Changes control’s visibility.  If control’s visible property is set to false, this control will always be hidden.

destroy: function()
Destroy control.
setMap: function( map )
Attaches button click event here.
mouseDownHandler: function( evt )
draw: function()
Draw the control.
onButtonClick: function( evt )
Button click event handler.
changeVisibility: function( show )
Changes control’s visibility.
Controls affect the display or behavior of the map.
Instances of ALKMaps.Map are interactive maps embedded in a web page.
Close