Function 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
  handle, ALKMaps.Handler.Feature
  handleAdd, ALKMaps.Strategy.Filter
  handleBrowserEvent, ALKMaps.Events
  handleCreate, ALKMaps.Protocol.HTTP
  handleDelete, ALKMaps.Protocol.HTTP
  handleDouble, ALKMaps.Handler.Click
  handleKeyEvent, ALKMaps.Handler.Keyboard
  handleKeypress, ALKMaps.Control.ModifyFeature
  handleMapEvents, ALKMaps.Handler.Feature
  handleRead
  handleRemove, ALKMaps.Strategy.Filter
  handleResponse
  handleSingle, ALKMaps.Handler.Click
  handleUpdate, ALKMaps.Protocol.HTTP
  hasAttributeNS, ALKMaps.Format.XML
  hasClass, ALKMaps.Element
  hexToRgb, Util
  hide
  hideLoading, ALKMaps.Map
  hideMenu, ALKMaps.Control.ContextMenu
  highlight, ALKMaps.Control.SelectFeature
handle: function( evt )
handleAdd: function( event )
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.
handleDouble: function( evt )
Handle double-click sequence.
handleKeyEvent: function ( evt )
handleKeypress: function( evt )
Called by the feature handler on keypress.
handleMapEvents: function( evt )
handleRead: function( resp,
options )
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRead: function( response,
options )
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRemove: function( event )
handleResponse: function( resp,
options )
Called by CRUD specific handlers.
handleResponse: function( response,
options )
Called by CRUD specific handlers.
handleSingle: function( evt )
Handle single click sequence.
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.
ALKMaps.Util.hexToRgb = function ( hex )
Converts hex to rgb.
hide: function()
Makes the marker invisible.
hide: function()
Makes the popup invisible.
hideLoading: function( evt )
hideMenu: function ()
Hides the context menu.
highlight: function( feature )
Redraw feature with the select style.
Close