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
S
 safeStopPropagation, Util
 scale, OpenLayers. Bounds
 ScaleLine, OpenLayers. Control. ScaleLine. OpenLayers. Control
 scriptFailed, Fusion. Constant
 scriptLoaded, Fusion. Constant
 scrollIntoView, Jx. Toolbar. Container
 segmentsIntersect, OpenLayers. Geometry. OpenLayers. Geometry
 selectCell, Jx.Grid
 selectColumn, Jx.Grid
 selectColumnHeader, Jx.Grid
 selected, Jx. TreeItem
 selectionChanged, Jx. ButtonSet
 selectionHandler, Fusion. Widget.Map
 SelectionRenderer, Fusion. Widget. SelectionPanel. SelectionRenderer. Fusion. Widget. SelectionPanel
 selectRow, Jx.Grid
 selectRowHeader, Jx.Grid
 selectUrl, OpenLayers. Layer. HTTPRequest
 Separator
Jx. Menu. Separator. Jx.MenuJx. Toolbar. Separator. Jx. Toolbar
 serializeXMLToString, OpenLayers. Ajax. Response
 serverFailed, Fusion. Constant
 serverSet, Fusion. Constant
 setActive
 setActiveButton
 setActiveLayer, Fusion. Widget.Map
 setActiveTab, Jx. TabSet
 setAlpha
 setAttributes, OpenLayers. Format.XML
 setBackgroundColor
 setBorder
OpenLayers. Marker.BoxOpenLayers. PopupOpenLayers. Popup. AnchoredBubble
 setBorderBoxSize, Element
 setBusy, Jx. Panel
 setButton, Jx. Button. Multi
 setCanvasStyle, OpenLayers. Renderer. Canvas
 setCenter, OpenLayers. Control. ArgParser
 setColor
 setColumnWidth, Jx.Grid
 setContent, Jx. Panel
 setContentBoxSize, Element
 setContentHTML, OpenLayers. Popup
 setContentURL, Jx. Panel
 setEnabled
 setEvent, OpenLayers. Handler
 setExtent
OpenLayers. RendererOpenLayers. Renderer. CanvasOpenLayers. Renderer.SVGOpenLayers. Renderer.VML
 setExtents, Fusion. Widget.Map
 setGeometryTypes
OpenLayers. Format. GML.BaseOpenLayers. Format. GML.v3
 setImage, Jx. Button
 setInitialExtents, Fusion. Widget.Map
 setLabel
 setLayer, OpenLayers. Strategy
 setLayerZIndex, OpenLayers.Map
 setLoadState, Fusion. Constant
 setMap
 setMapOptions, Fusion. Widget.Map
 setMapType, OpenLayers. Layer. Google
 setMenu, Fusion. Widget.Map
 setModel, Jx.Grid
 setNamespace, OpenLayers. Format.XML
 setNodeDimension, OpenLayers. Renderer.VML
 setOpacity
 setOwner
 setRectPxBounds, OpenLayers. Control. OverviewMap
 setRequestHeaders, OpenLayers. Ajax. Request
 setRicoCorners, OpenLayers. Popup. AnchoredBubble
 setRowHeaderHeight, Jx.Grid
 setSelection, Fusion. Widget.Map
 setSize
 setStyle
OpenLayers. Renderer.SVGOpenLayers. Renderer.VML
 setTooltip, Jx. Button
 setUrl
 setValue, Jx. Button. Combo
 setValueAt, Jx.Grid
 setVisibleItem
 setZIndex
 shiftColumn, OpenLayers. Layer.Grid
 shiftRow, OpenLayers. Layer.Grid
 show
 showChrome, Jx. Chrome
 showTile, OpenLayers.Tile
 showToggle, OpenLayers. Control. OverviewMap
 Size, OpenLayers. Size. OpenLayers
 sizeChanged
 Snap, Jx. Splitter. Snap. Jx. Splitter
 spiralTileLoad, OpenLayers. Layer.Grid
 split
OpenLayers. Geometry. LineStringOpenLayers. Geometry. MultiLineString
 Splitter, Jx. Splitter.Jx
 splitWith
OpenLayers. Geometry. LineStringOpenLayers. Geometry. MultiLineString
 splitWithSegment, OpenLayers. Geometry. LineString
 startBox, OpenLayers. Handler.Box
 startTransition, OpenLayers. Tile. Image
 stop, OpenLayers. Event
 stopObserving, OpenLayers. Event
 stopObservingElement, OpenLayers. Event
 Strategy, OpenLayers. Strategy. OpenLayers
 Style, OpenLayers. Style. OpenLayers
 StyleMap, OpenLayers. StyleMap. OpenLayers
 SubMenu, Jx. Menu. SubMenu.Jx
 success
OpenLayers. Ajax. RequestOpenLayers. Protocol. Response
 SVG, OpenLayers. Renderer. SVG. OpenLayers. Renderer
 swatchClick, Jx. ColorPalette
 swatchOver, Jx. ColorPalette
OpenLayers.Util.safeStopPropagation = function(evt)
Deprecated.
scale: function(ratio,
origin)
Scales the bounds around a pixel or lonlat.
Create a new scale line control.
scriptFailed: function(url)
Called when a script fails to load for some reason.
scriptLoaded: function(url)
a script has loaded.
scrollIntoView: function(item)
scrolls an item in one of the toolbars into the currently visible area of the container if it is not already fully visible
OpenLayers.Geometry.segmentsIntersect = function(seg1,
seg2,
options)
Determine whether two line segments intersect.
selectCell: function(row,
col)
Select a cell and apply the jxGridCellSelected style to it.
selectColumn: function(col,
selected)
Select a column.
selectColumnHeader: function(col,
selected)
Apply the jxGridColumnHeaderSelected style to the column header cell of a selected column.
selected : function(e)
Called when the DOM element for the TreeItem is clicked, the node is selected.
Handle selection changing on the buttons themselves and activate the appropriate button in response.
selectionHandler: function()
handle selection events from maps and republish for widgets as appropriate
Constructor for a new Fusion.Widget.SelectionPanel.SelectionRenderer instance.
selectRow: function(row,
selected)
Select a row and apply the jxGridRowSelected style to it.
selectRowHeader: function(row,
selected)
Apply the jxGridRowHeaderSelected style to the row header cell of a selected row.
selectUrl: function(paramString,
urls)
selectUrl() implements the standard floating-point multiplicative hash function described by Knuth, and hashes the contents of the given param string into a float between 0 and 1.
Create a new instance of a menu separator
Create a new Jx.Toolbar.Separator
OpenLayers.Ajax.serializeXMLToString = function(xmldom)
Wrapper function around XMLSerializer, which doesn’t exist/work in IE/Safari.
serverFailed: function(r)
the application failed to load the application configuration file.
serverSet: function()
the server has returned the application configuration file that contains enough information to bootstrap the application.
setActive: function(active)
Set the active state of the button
setActive: function(isActive)
Set the active state of the Jx.Menu that contains this sub menu
setActive: function(b)
Set the active state of the toolbar (for menus)
setActiveButton: function(button)
update the menu item to be the requested button.
setActiveButton: function(button)
Set the active button to the one passed to this method
setActiveLayer: function(oLayer)
sets the active layer for selection/manipulation
setActiveTab: function(tab)
Set the active tab to the one passed to this method
setAlpha: function(alpha)
set the alpha represented by this color panel
setAlpha: function(alpha)
set the alpha represented by this colour panel
setAttributes: function(node,
obj)
Set multiple attributes given key value pairs from an object.
setBackgroundColor: function(color)
sets the background color for the map
setBackgroundColor:function(color)
Sets the background color of the popup.
setBorder: function (color,
width)
Allow the user to change the box’s color and border width
setBorder:function(border)
Sets the border style of the popup.
setBorder:function(border)
Always sets border to 0.
setBorderBoxSize : function(size)
set either or both of the width and height of an element to the provided size.
setBusy : function(isBusy)
Set the panel as busy or not busy, which displays a loading image in the title bar.
setButton: function(button)
update the active button in the menu item, trigger the button’s action and hide the flyout that contains the buttons.
setCanvasStyle: function(type,
style)
Prepare the canvas for drawing by setting various global settings.
setCenter: function()
As soon as a baseLayer has been loaded, we center and zoom ...and remove the handler.
setColor: function(color)
set the color represented by this color panel
setColor: function(color)
set the colour represented by this colour panel
setColumnWidth: function()
This function is called with a column index and width in pixels when a column is resized.
setContent : function (html)
set the content of this panel to some HTML
setContentBoxSize : function(size)
set either or both of the width and height of an element to the provided size.
setContentHTML:function(contentHTML)
Allows the user to set the HTML content of the popup.
setContentURL : function (url)
Set the content of this panel to come from some URL.
setEnabled: function(enabled)
enable or disable the button.
setEnabled: function(enabled)
enable or disable the combo button.
setEvent: function(evt)
With each registered browser event, the handler sets its own evt property.
setExtent: function(extent,
resolutionChanged)
Set the visible part of the layer.
setExtent: function(extent)
Set the visible part of the layer.
setExtent: function(extent,
resolutionChanged)
setExtent: function(extent,
resolutionChanged)
Set the renderer’s extent
setExtents: function(oExtents)
handle selection events from maps and republish for widgets as appropriate
setGeometryTypes: function()
Sets the geometryTypes mapping.
setGeometryTypes: function()
Sets the geometryTypes mapping.
setImage: function(path)
set the image of this button to a new image URL
setInitialExtents: function()
1.
setLabel: function(label)
sets the text of the button.
setLabel: function(s)
Set the label in the title bar of this panel
setLayer: function(layer)
Called to set the layer property.
setLayerZIndex: function (layer,
zIdx)
setLoadState: function(state)
set the current initialization state of the application.
setMap: function(map)
Set the map property for the control.
setMap: function(map)
Set the map property for the control.
setMap: function (map)
setMap: function (map)
setMap: function(map)
Set the map property for the layer.
setMap: function(map)
Set the map property for the layer.
setMap: function(map)
The layer has been added to the map.
setMapOptions: function(options)
sets options on the OpenLayers map object, a wrapper for the OL function
setMapType: function()
The map has been centered, and a map type was specified, so we set the map type on the gmap object, then unregister the listener so that we dont keep doing this every time the map moves.
setMenu: function()
Attaches a context menu as defined in the AppDef to the map
setModel: function(model)
set the model for the grid to display.
setNamespace: function(alias,
uri)
Set a namespace alias and URI for the format.
setNodeDimension: function(node,
geometry)
Get the geometry’s bounds, convert it to our vml coordinate system, then set the node’s position, size, and local coordinate system.
setOpacity: function(opacity)
Change the icon’s opacity
setOpacity: function(opacity)
Change the opacity of the marker by changin the opacity of its icon
setOpacity:function(opacity)
Sets the opacity of the popup.
OpenLayers.Util.setOpacity = function(element,
opacity)
Deprecated.
setOwner: function(obj)
Set the owner of this menu item
setOwner: function(obj)
Set the ownder of this menu item
setOwner: function(obj)
Set the owner of this sub menu
setRectPxBounds: function(pxBounds)
Set extent rectangle pixel bounds.
setRequestHeaders: function()
setRicoCorners:function()
Update RICO corners according to the popup’s current relative postion.
setRowHeaderHeight: function(row,
height)
set the height of a row.
setSelection: function(selText,
zoomTo)
sets a Selection XML back to the server for each of the maps
setSize: function(size)
setSize:function(contentSize)
Used to adjust the size of the popup.
setSize: function(size)
Sets the size of the drawing surface.
setSize: function(size)
Sets the size of the drawing surface.
setSize: function(size)
Sets the size of the drawing surface.
setSize: function(size)
Set the size of the drawing surface
setStyle: function(node,
style,
options)
Use to set all the style attributes to a SVG node.
setStyle: function(node,
style,
options,
geometry)
Use to set all the style attributes to a VML node.
setTooltip: function(tooltip)
sets the tooltip displayed by the button
setUrl: function(url)
setUrl: function(url)
Change URL of the Icon Image.
setValue: function(value)
set the value of the Combo
setValueAt: function(row,
col,
value)
This function is called with the row and column of a cell and a new value for the cell.
setVisibleItem: function(obj)
Set the sub menu that is currently open
setVisibleItem: function(obj)
Set a sub menu of this menu to be visible and hide the previously visible one.
setVisibleItem: function(obj)
For menus, they want to know which menu is currently open.
setZIndex: function (zIndex)
setZIndex: function (zIndex)
Set the z-index order for the pane.
shiftColumn: function(prepend)
Shift grid work in the other dimension
shiftRow:function(prepend)
Shifty grid work
show : function( )
show the dialog, external code should use the Jx.Dialog::open method to make the dialog visible.
show : function(o)
Show the menu
show : function(e)
Show the context menu at the location of the mouse click
Show the menu item
Show the menu item
show: function()
Show the sub menu
show: function()
Makes the popup visible.
show: function()
Show the tile.
show: function()
Show the tile by showing its frame.
showChrome: function(element)
show the chrome on an element.
showTile: function()
Show the tile only if it should be drawn.
showToggle: function(minimize)
Hide/Show the toggle depending on whether the control is minimized
Create an instance of OpenLayers.Size
sizeChanged: function()
callback for when the browser window size changes, simply calls resize on the map viewport layout object
sizeChanged: function()
overload panel’s sizeChanged method
sizeChanged: function()
handle the size of the container being changed.
Handle the size of the element changing to see if the toggle state has changed.
Create a new Jx.Splitter.Snap
spiralTileLoad: function()
Starts at the top right corner of the grid and proceeds in a spiral towards the center, adding tiles one at a time to the beginning of a queue.
split: function(target,
options)
Use this geometry (the source) to attempt to split a target geometry.
split: function(geometry,
options)
Use this geometry (the source) to attempt to split a target geometry.
Create a new instance of Jx.Splitter
splitWith: function(geometry,
options)
Split this geometry (the target) with the given geometry (the source).
splitWith: function(geometry,
options)
Split this geometry (the target) with the given geometry (the source).
splitWithSegment: function(seg,
options)
Split this geometry with the given segment.
startBox: function (xy)
startTransition: function()
This method is invoked on tiles that are backBuffers for tiles in the grid.
stop: function(event,
allowDefault)
Stops an event from propagating.
stopObserving: function(elementParam,
name,
observer,
useCapture)
stopObservingElement: function(elementParam)
Given the id of an element to stop observing, cycle through the element’s cached observers, calling stopObserving on each one, skipping those entries which can no longer be removed.
Abstract class for vector strategies.
Creates a UserStyle.
Create a new instance of Jx.SubMenu
success: function()
{Boolean} -
success: function()
swatchClick: function(e)
handle mouse click on a swatch by updating the color and hiding the panel.
swatchOver: function(e)
handle the mouse moving over a colour swatch by updating the preview