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
N
 Navigation, OpenLayers. Control. Navigation. OpenLayers. Control
 nodeFactory, OpenLayers. Renderer. Elements
 nodeTypeCompare
OpenLayers. Renderer. ElementsOpenLayers. Renderer.SVGOpenLayers. Renderer.VML
 normalizeScale, Util
 nullHandler, OpenLayers. Request. XMLHttpRequest. OpenLayers
O
 observe, OpenLayers. Event
 on, OpenLayers. Events
 onclick, OpenLayers. Popup
 onClickColumnHeader, Jx.Grid
 onClickGrid, Jx.Grid
 onClickRowHeader, Jx.Grid
 onComplete, OpenLayers. Ajax. Responders
 onCreate, OpenLayers. Ajax. Responders
 ondblclick, OpenLayers. Popup
 onImageLoad, Util
 onImageLoadError, Util
 onKeyPress, Jx. Button. Combo
 onMapResize
OpenLayers. Layer.GridOpenLayers. Layer. VectorOpenLayers. Layer. VirtualEarthOpenLayers. Layer. Yahoo
 onmousedown, OpenLayers. Popup
 onmousemove, OpenLayers. Popup
 onMouseMoveColumnHeader, Jx.Grid
 onMouseMoveGrid, Jx.Grid
 onMouseMoveRowHeader, Jx.Grid
 onmouseout, OpenLayers. Popup
 onmouseover, Jx. Menu.Item
 onMouseOver, Jx.Menu
 onmouseup, OpenLayers. Popup
 onScreen
 onScroll, Jx.Grid
 onStateChange, OpenLayers. Ajax. Request
 onWheelEvent, OpenLayers. Handler. MouseWheel
 open, Jx. Dialog
 openURL, Jx. Dialog
 oppositeQuadrant, OpenLayers. Bounds
 out
OpenLayers. Handler.DragOpenLayers. Handler. RegularPolygon
 OverviewMap, OpenLayers. Control. OverviewMap. OpenLayers. Control
Create a new navigation control
nodeFactory: function(id,
type)
Create new node of the specified type, with the (optional) specified id.
nodeTypeCompare: function(node,
type)
nodeTypeCompare: function(node,
type)
nodeTypeCompare: function(node,
type)
Determine whether a node is of a given type
OpenLayers.Util.normalizeScale = function (scale)
OpenLayers.nullHandler = function(request)
@param {} request
observe: function(elementParam,
name,
observer,
useCapture)
on: function(object)
Convenience method for registering listeners with a common scope.
onclick: function (evt)
Ignore clicks, but allowing default browser handling
onClickColumnHeader: function(e)
handle the user clicking on the column header.
onClickGrid: function(e)
handle the user clicking on the grid.
onClickRowHeader: function(e)
handle the user clicking on the row header.
onComplete: function()
onCreate: function()
ondblclick: function (evt)
Ignore double-clicks, but allowing default browser handling
OpenLayers.Util.onImageLoad = function()
Bound to image load events.
OpenLayers.Util.onImageLoadError = function()
onKeyPress: function(e)
Handle the user pressing a key by looking for an ENTER key to set the value.
onMapResize: function()
For singleTile layers, this will set a new tile size according to the dimensions of the map pane.
onMapResize: function()
Notify the renderer of the change in size.
onMapResize: function()
onMapResize: function()
onmousedown: function (evt)
When mouse goes down within the popup, make a note of it locally, and then do not propagate the mousedown (but do so safely so that user can select text inside)
onmousemove: function (evt)
If the drag was started within the popup, then do not propagate the mousemove (but do so safely so that user can select text inside)
onMouseMoveColumnHeader: function(e)
handle the mouse moving over the column header cells.
onMouseMoveGrid: function(e)
handle the mouse moving over the main grid.
onMouseMoveRowHeader: function(e)
handle the mouse moving over the row header cells.
onmouseout: function (evt)
When mouse goes out of the popup set the flag to false so that if they let go and then drag back in, we won’t be confused.
handle the mouse moving over the menu item
onMouseOver: function(e)
Handle the user moving the mouse over the button for this menu by showing this menu and hiding the other menu.
onmouseup: function (evt)
When mouse comes up within the popup, after going down in it, reset the flag, and then (once again) do not propagate the event, but do so safely so that user can select text inside
onScreen:function()
{Boolean} Whether or not the feature is currently visible on screen (based on its ‘lonlat’ property)
onScreen:function(boundsOnly)
Determine whether the feature is within the map viewport.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onScroll: function()
handle the grid scrolling by updating the position of the headers
onStateChange: function()
onWheelEvent: function(e)
Catch the wheel event and handle it xbrowserly
open: function()
open the dialog.
openURL: function(url)
open the dialog and load content from the provided url.
OpenLayers.Bounds.oppositeQuadrant = function(quadrant)
Get the opposite quadrant for a given quadrant string.
out: function(evt)
This method is called during the handling of the mouse out event.
out: function(evt)
Finish drawing the feature.
Create a new overview map