#3580 ZoomBox: missing API documentation.
This commit is contained in:
@@ -31,7 +31,16 @@ OpenLayers.Control.ZoomBox = OpenLayers.Class(OpenLayers.Control, {
|
||||
out: false,
|
||||
|
||||
/**
|
||||
* Property: alwaysZoom
|
||||
* APIProperty: keyMask
|
||||
* {Integer} Zoom only occurs if the keyMask matches the combination of
|
||||
* keys down. Use bitwise operators and one or more of the
|
||||
* <OpenLayers.Handler> constants to construct a keyMask. Leave null if
|
||||
* not used mask. Default is null.
|
||||
*/
|
||||
keyMask: null,
|
||||
|
||||
/**
|
||||
* APIProperty: alwaysZoom
|
||||
* {Boolean} Always zoom in/out, when box drawed
|
||||
*/
|
||||
alwaysZoom: false,
|
||||
|
||||
Reference in New Issue
Block a user