~flavour/sahana-eden/trunk

« back to all changes in this revision

Viewing changes to static/scripts/gis/GeoExt/lib/GeoExt/widgets/tree/LayerParamLoader.js

  • Committer: Fran Boon
  • Date: 2012-01-21 16:10:49 UTC
  • Revision ID: fran@aidiq.com-20120121161049-u2ytuiymn1t312c6
JS upgrade: jQuery, jQueryUI, OpenLayers, Ext, GeoExt

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
6
6
 * of the license.
7
7
 */
8
 
Ext.namespace("GeoExt.tree");
 
8
 
 
9
/*
 
10
 * @require OpenLayers/Layer/HTTPRequest.js
 
11
 */
9
12
 
10
13
/** api: (define)
11
14
 *  module = GeoExt.tree
12
15
 *  class = LayerParamLoader
13
16
 *  base_link = `Ext.util.Observable <http://dev.sencha.com/deploy/dev/docs/?class=Ext.util.Observable>`_
14
17
 */
 
18
Ext.namespace("GeoExt.tree");
15
19
 
16
20
/** api: constructor
17
21
 *  .. class:: LayerParamLoader