Project

General

Profile

« Previous | Next » 

Revision 4307

upgrade to MapBuilder 1.5rc2 - includes support for Firefox 3 compatibility (yes, it is also EOLed)

View differences:

Transaction.js
1 1
/*
2 2
License: LGPL as per: http://www.gnu.org/copyleft/lesser.html
3
$Id$
3
$Id: Transaction.js 3657 2007-11-29 09:04:26Z gjvoosten $
4 4
*/
5 5

  
6 6
// Ensure this object's dependancies are loaded.
7 7
mapbuilder.loadScript(baseDir+"/model/ModelBase.js");
8 8

  
9 9
/**
10
 * Stores a WFS Transaction reponse as defined by the Open GIS Consortium
11
 * http://opengis.org (WFS).  
10
 * Stores a WFS Transaction reponse as defined by the Open Geospatial Consortium
11
 * (http://www.opengeospatial.org/) (WFS).  
12 12
 * Extends ModelBase, which extends Listener.
13 13
 *
14 14
 * Listeners implemented:
15 15
 *
16 16
 * @constructor
17
 * @base ModelBase
17 18
 * @author Mike Adair
18 19
 * @param modelNode Pointer to the xml node for this model from the config file.
19 20
 * @param parent    The parent model for the object.

Also available in: Unified diff