H | |
handle, OpenLayers. | |
handleAdd, OpenLayers. | |
handleBrowserEvent, OpenLayers. | |
handleClick, Jx. | |
handleCommit, OpenLayers. | |
handleCreate, OpenLayers. | |
handleDelete, OpenLayers. | |
handleDouble, OpenLayers. | |
handleMapEvents, OpenLayers. | |
Handler, OpenLayers. | |
handleRead | |
handleRemove, OpenLayers. | |
handleResponse | |
handleSingle, OpenLayers. | |
handleUpdate, OpenLayers. | |
hasChildren, Jx. | |
hasClass, OpenLayers. | |
hasParent, Jx. | |
hasSelection, Fusion. | |
heapify, Jx. | |
hide | |
horizontalResize, Jx. | |
Hover, OpenLayers. | |
HTTP, OpenLayers. | |
HTTPRequest, OpenLayers. |
handle: function( evt )
handleAdd: function( event )
Basically just a wrapper to the triggerEvent() function, but takes care to set a property ‘xy’ on the event with the current mouse position.
handleBrowserEvent: function ( evt )
event handler for clicks on the trigger.
handleClick: function ()
Called when the commit request returns.
handleCommit: function( response, options )
Called the the request issued by create is complete.
handleCreate: function( resp, options )
Called the the request issued by delete is complete.
handleDelete: function( resp, options )
Handle double-click sequence.
handleDouble: function( evt )
handleMapEvents: function( evt )
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRead: function( resp, options )
Deal with response from the read request.
handleRead: function( response, options )
handleRemove: function( event )
Called as an event handler for a returning request.
handleResponse: function ( response )
Called by CRUD specific handlers.
handleResponse: function( resp, options )
Handle single click sequence.
handleSingle: function( evt )
Called the the request issued by update is complete.
handleUpdate: function( resp, options )
Tests if an element has the given CSS class name.
hasClass: function( element, name )
cehck to see if any of the maps have an active selection
hasSelection: function()
Puts the data in Max-heap order
heapify : function ( count )
Hides the notification bar
hide : function()
hide the dialog, external code should use the Jx.Dialog::close method to hide the dialog.
hide : function()
Hide the menu item.
hide: function()
Hide the sub menu
hide: function()
Makes the popup invisible.
hide: function()
Resize a horizontally layed-out container
horizontalResize: function()