oscar.Control.OXFConfigManager

The Oscar OXFConfigManager control offers a load method that background loads a remote document and builds ox, the Oscar eXchange container object, in accordance with the Oscar eXchange Format oscar.Format.OXF.v2.

Inherits from:<OpenLayers.Control>
Summary
oscar.Control.OXFConfigManagerThe Oscar OXFConfigManager control offers a load method that background loads a remote document and builds ox, the Oscar eXchange container object, in accordance with the Oscar eXchange Format oscar.Format.OXF.v2.
Properties
oxThe Oscar eXchange objects container.
Constants
EVENT_TYPES
Constructor
oscar.Control.OXFConfigManager
Functions
loadTakes a URL as parameter and background load the document from the URL.
Constants
CLASS_NAME - oscar.Control.OXFConfigManager

Properties

ox

The Oscar eXchange objects container.  Please see oscar.ox.

Constants

EVENT_TYPES

haveThemestriggered when the ox Oscar eXchange container is returned successfully.

Constructor

oscar.Control.OXFConfigManager

Parameters: options{Object} An optional object whose properties will be set on this instance.

Functions

load

load : function(source)

Takes a URL as parameter and background load the document from the URL.

If load successfully, then read the document and build the Oscar eXchange container object ox.

If load failed, then generates a error alert dialog.

Parameters: source{String} the URI of the source document

Constants

CLASS_NAME - oscar.Control.OXFConfigManager

load : function(source)
Takes a URL as parameter and background load the document from the URL.
The Oscar eXchange objects container.
Methods for reading OXF (Oscar eXchange Format) configuration objects.
Namespace object for Oscar eXchange object.