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, OpenLayers. Handler. Feature
 handleBrowserEvent, OpenLayers. Events
 handleCreate, OpenLayers. Protocol.HTTP
 handleDelete, OpenLayers. Protocol.HTTP
 handler, OpenLayers. Control
 Handler, OpenLayers. Handler. OpenLayers
 handleRead, OpenLayers. Protocol.HTTP
 handleResponse, OpenLayers. Protocol.HTTP
 handlers, OpenLayers. Control. OverviewMap
 handleUpdate, OpenLayers. Protocol.HTTP
 hasClass, OpenLayers. Element
 Hash. Cookie.js
 Hash.js
 hasSelection, Fusion. Widget.Map
 headers, OpenLayers. Protocol.HTTP
 height, Jx. PanelSet
 hide
 hideChrome, Jx. Chrome
 horizontalResize, Jx. Splitter
 Hover, OpenLayers. Handler. Hover. OpenLayers. Handler
 HTTP, OpenLayers. Protocol. HTTP. OpenLayers. Protocol
 HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer
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.
{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.
{Object}
handleUpdate: function(resp,
options)
Called the the request issued by update is complete.
hasClass: function(element,
name)
Tests if an element has the given CSS class name.
Class for creating, reading, and deleting Cookies in JSON format.
Contains Hash Prototypes.
hasSelection: function()
cehck to see if any of the maps have an active selection
{Object} HTTP request headers, read-only, set through the options passed to the constructor, Example: {‘Content-Type’: ‘plain/text’}
{Integer} the height of the container, cached for speed
hide: function()
hide the color panel
hide: function()
Closes the flyout if open
hide : function()
hide the dialog, external code should use the Jx.Dialog::close method to hide the dialog.
hide: function(e)
Hide the menu.
hide: function()
Hide the menu item.
Hide the menu item.
hide: function()
Hide the sub menu
hide: function()
Makes the popup invisible.
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
hideChrome: function()
removes the chrome from the DOM.
horizontalResize: function()
Resize a horizontally layed-out container
Construct a hover handler.
A class for giving layers generic HTTP protocol.