Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 h, OpenLayers.Size
 handle, OpenLayers. Handler. Feature
 handleBrowserEvent, OpenLayers. Events
 handleCreate, OpenLayers. Protocol.HTTP
 handleDelete, OpenLayers. Protocol.HTTP
 handleKeyEvent, OpenLayers. handler. Keyboard
 handleKeypress, OpenLayers. Control. ModifyFeature
 handler, OpenLayers. Control
 Handler, OpenLayers. Handler. OpenLayers
 handleRead, OpenLayers. Protocol.HTTP
 handleResponse, OpenLayers. Protocol.HTTP
 handleRightClicks, OpenLayers. Control. Navigation
 handlerOptions
 handlers
 handleUpdate, OpenLayers. Protocol.HTTP
 hasAttributeNS, OpenLayers. Format.XML
 hasClass, OpenLayers. Element
 HEAD, OpenLayers. Request
 headers, OpenLayers. Protocol.HTTP
 height, OpenLayers. Geometry. Rectangle
 hide
 hover, OpenLayers. Control. SelectFeature
 Hover, OpenLayers. Handler. Hover. OpenLayers. Handler
 HTTP, OpenLayers. Protocol. HTTP. OpenLayers. Protocol
 HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer
{Number} height
handle: function(evt)
handleBrowserEvent: function (evt)
Basically just a wrapper to the triggerEvent() function, but takes care to set a property ‘xy’ on the event with the current mouse position.
handleCreate: function(resp,
options)
Called the the request issued by create is complete.
handleDelete: function(resp,
options)
Called the the request issued by delete is complete.
handleKeyEvent: function (evt)
handleKeypress: function(evt)
Called by the feature handler on keypress.
{OpenLayers.Handler} null
Construct a handler.
handleRead: function(resp,
options)
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleResponse: function(resp,
options)
Called by CRUD specific handlers.
{Boolean} Whether or not to handle right clicks.
{Object} Used to set non-default properties on the control’s handler
{Object} Used to set non-default properties on the control’s handler
{Object}
{Object}
{Object} Object with references to multiple OpenLayers.Handler instances.
handleUpdate: function(resp,
options)
Called the the request issued by update is complete.
hasAttributeNS: function(node,
uri,
name)
Determine whether a node has a particular attribute matching the given name and namespace.
hasClass: function(element,
name)
Tests if an element has the given CSS class name.
HEAD: function(config)
Send an HTTP HEAD request.
{Object} HTTP request headers, read-only, set through the options passed to the constructor, Example: {‘Content-Type’: ‘plain/text’}
{Float}
hide: function()
Hide element(s) passed in
hide: function()
Makes the popup invisible.
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
{Boolean} Select on mouse over and deselect on mouse out.
Construct a hover handler.
A class for giving layers generic HTTP protocol.
Close