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> |
| oscar. | 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. |
| Properties | |
| ox | The Oscar eXchange objects container. |
| Constants | |
| EVENT_TYPES | |
| Constructor | |
| oscar. | |
| Functions | |
| load | Takes a URL as parameter and background load the document from the URL. |
| Constants | |
| CLASS_NAME - oscar. |
The Oscar eXchange objects container. Please see oscar.ox.
| haveThemes | triggered when the ox Oscar eXchange container is returned successfully. |
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 |
Takes a URL as parameter and background load the document from the URL.
load : function( source )