Community Map Builder 02 Dec 2005

TransactionResponse.js

Summary

No overview generated for 'TransactionResponse.js'


Class Summary
TransactionResponse  

/*
Author:       Cameron Shorter
License:      LGPL as per: http://www.gnu.org/copyleft/lesser.html

$Id: TransactionResponse.js,v 1.5 2005/09/20 02:37:54 madair1 Exp $
*/

// Ensure this object's dependancies are loaded.
mapbuilder.loadScript(baseDir+"/widget/WidgetBaseXSL.js");

/**
 * Render the response from a WFS request.
 * @constructor
 * @base WidgetBaseXSL
 * @author Cameron Shorter
 * @param widgetNode  The widget's XML object node from the configuration document.
 * @param model       The model object that this widget belongs to.
 */
function TransactionResponse(widgetNode, model) {
  WidgetBaseXSL.apply(this,new Array(widgetNode, model));
}

Community Map Builder 02 Dec 2005

Documentation generated by JSDoc on Fri Dec 2 16:31:06 2005