Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/GeoExt/docs/lib/GeoExt/widgets.html @ 76

Revision 76, 11.6 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5  <head>
6    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7   
8    <title>Widgets &mdash; GeoExt v1.0</title>
9    <link rel="stylesheet" href="../../_static/geoext.css" type="text/css" />
10    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
11    <script type="text/javascript">
12      var DOCUMENTATION_OPTIONS = {
13        URL_ROOT:    '../../',
14        VERSION:     '1.0',
15        COLLAPSE_MODINDEX: false,
16        FILE_SUFFIX: '.html',
17        HAS_SOURCE:  true
18      };
19    </script>
20    <script type="text/javascript" src="../../_static/jquery.js"></script>
21    <script type="text/javascript" src="../../_static/doctools.js"></script>
22    <link rel="shortcut icon" href="../../_static/favicon.ico"/>
23    <link rel="top" title="GeoExt v1.0" href="../../index.html" />
24    <link rel="up" title="API Reference" href="../index.html" />
25    <link rel="next" title="GeoExt.Action" href="widgets/Action.html" />
26    <link rel="prev" title="API Reference" href="../index.html" />
27   
28   
29   
30   
31   
32
33  </head>
34  <body>
35    <div class="header">
36        <div class="wrap">
37            <h1 id="logo"><a href="../../index.html">GeoExt</a></h1>
38            <ul id="top-nav">
39                <li class="first"><a href="../../docs.html">Documentation</a></li>
40                <li><a href="../../examples.html">Examples</a></li>
41                <li><a href="../../downloads.html">Download</a></li>
42                <li><a href="http://trac.geoext.org/">Development</a></li>
43            </ul>
44            <div id="searchbox">
45                <form class="search" action="../../search.html" method="get">
46                    <input id="searchbox-query" type="text" name="q" size="25" value="Search &hellip;" tabindex="3" onblur="if(this.value=='') this.value='Search &hellip;';" onfocus="if(this.value=='Search &hellip;') this.value='';" />
47                    <input id="searchbox-submit" type="image" value="Search" src="../../_static/img/search_icon_green.png" />
48                    <input type="hidden" name="check_keywords" value="yes" />
49                    <input type="hidden" name="area" value="default" />
50                </form>
51            </div>
52        </div>
53    </div>
54
55    <div class="related">
56      <h3>Navigation</h3>
57      <ul>
58        <li><a href="../../index.html">GeoExt</a> &raquo;</li>
59          <li><a href="../index.html" accesskey="U">API Reference</a> &raquo;</li>
60        <li><a href="#">Widgets</a></li>
61      </ul>
62    </div>
63
64      <div class="sphinxsidebar">
65        <div class="sphinxsidebarwrapper">
66            <h3><a href="../../index.html">Table Of Contents</a></h3>
67            <ul>
68<li><a class="reference external" href="#">Widgets</a><ul>
69</ul>
70</li>
71<li><a class="reference external" href="#module-GeoExt.grid"><tt class="docutils literal"><span class="pre">GeoExt.form</span></tt></a><ul>
72</ul>
73</li>
74<li><a class="reference external" href="#module-GeoExt.tree"><tt class="docutils literal"><span class="pre">GeoExt.grid</span></tt></a><ul>
75</ul>
76</li>
77<li><a class="reference external" href="#geoext-tree"><tt class="docutils literal"><span class="pre">GeoExt.tree</span></tt></a><ul>
78</ul>
79</li>
80</ul>
81
82            <h4>Previous topic</h4>
83            <p class="topless"><a href="../index.html"
84                                  title="previous chapter">API Reference</a></p>
85            <h4>Next topic</h4>
86            <p class="topless"><a href="widgets/Action.html"
87                                  title="next chapter"><tt class="docutils literal"><span class="pre">GeoExt.Action</span></tt></a></p>
88        </div>
89      </div>
90
91
92    <div class="document">
93      <div class="documentwrapper">
94        <div class="bodywrapper">
95          <div class="body">
96           
97  <div class="section" id="module-GeoExt.form">
98<h1>Widgets<a class="headerlink" href="#module-GeoExt.form" title="Permalink to this headline">¶</a></h1>
99<p>GeoExt widgets are a collection of specialized map related components.</p>
100<ul>
101<li class="toctree-l1"><a class="reference external" href="widgets/Action.html"><tt class="docutils literal"><span class="pre">GeoExt.Action</span></tt></a></li>
102<li class="toctree-l1"><a class="reference external" href="widgets/FeatureRenderer.html"><tt class="docutils literal"><span class="pre">GeoExt.FeatureRenderer</span></tt></a></li>
103<li class="toctree-l1"><a class="reference external" href="widgets/LayerLegend.html"><tt class="docutils literal"><span class="pre">GeoExt.LayerLegend</span></tt></a></li>
104<li class="toctree-l1"><a class="reference external" href="widgets/LayerOpacitySlider.html"><tt class="docutils literal"><span class="pre">GeoExt.LayerOpacitySlider</span></tt></a></li>
105<li class="toctree-l1"><a class="reference external" href="widgets/LegendImage.html"><tt class="docutils literal"><span class="pre">GeoExt.LegendImage</span></tt></a></li>
106<li class="toctree-l1"><a class="reference external" href="widgets/LegendPanel.html"><tt class="docutils literal"><span class="pre">GeoExt.LegendPanel</span></tt></a></li>
107<li class="toctree-l1"><a class="reference external" href="widgets/MapPanel.html"><tt class="docutils literal"><span class="pre">GeoExt.MapPanel</span></tt></a></li>
108<li class="toctree-l1"><a class="reference external" href="widgets/Popup.html"><tt class="docutils literal"><span class="pre">GeoExt.Popup</span></tt></a></li>
109<li class="toctree-l1"><a class="reference external" href="widgets/PrintMapPanel.html"><tt class="docutils literal"><span class="pre">GeoExt.PrintMapPanel</span></tt></a></li>
110<li class="toctree-l1"><a class="reference external" href="widgets/UrlLegend.html"><tt class="docutils literal"><span class="pre">GeoExt.UrlLegend</span></tt></a></li>
111<li class="toctree-l1"><a class="reference external" href="widgets/VectorLegend.html"><tt class="docutils literal"><span class="pre">GeoExt.VectorLegend</span></tt></a></li>
112<li class="toctree-l1"><a class="reference external" href="widgets/WMSLegend.html"><tt class="docutils literal"><span class="pre">GeoExt.WMSLegend</span></tt></a></li>
113<li class="toctree-l1"><a class="reference external" href="widgets/ZoomSlider.html"><tt class="docutils literal"><span class="pre">GeoExt.ZoomSlider</span></tt></a></li>
114<li class="toctree-l1"><a class="reference external" href="widgets/tips/LayerOpacitySliderTip.html"><tt class="docutils literal"><span class="pre">GeoExt.LayerOpacitySliderTip</span></tt></a></li>
115<li class="toctree-l1"><a class="reference external" href="widgets/tips/SliderTip.html"><tt class="docutils literal"><span class="pre">GeoExt.SliderTip</span></tt></a></li>
116<li class="toctree-l1"><a class="reference external" href="widgets/tips/ZoomSliderTip.html"><tt class="docutils literal"><span class="pre">GeoExt.ZoomSliderTip</span></tt></a></li>
117</ul>
118</div>
119<div class="section" id="module-GeoExt.grid">
120<h1><tt class="xref docutils literal"><span class="pre">GeoExt.form</span></tt><a class="headerlink" href="#module-GeoExt.grid" title="Permalink to this headline">¶</a></h1>
121<p>The <tt class="xref docutils literal"><span class="pre">GeoExt.form</span></tt> module contains classes that extend map related
122functionality to <tt class="docutils literal"><span class="pre">Ext.form</span></tt> classes.</p>
123<ul>
124<li class="toctree-l1"><a class="reference external" href="widgets/form/BasicForm.html"><tt class="docutils literal"><span class="pre">GeoExt.form.BasicForm</span></tt></a></li>
125<li class="toctree-l1"><a class="reference external" href="widgets/form/FormPanel.html"><tt class="docutils literal"><span class="pre">GeoExt.form.FormPanel</span></tt></a></li>
126<li class="toctree-l1"><a class="reference external" href="widgets/form/SearchAction.html"><tt class="docutils literal"><span class="pre">GeoExt.form.SearchAction</span></tt></a></li>
127</ul>
128</div>
129<div class="section" id="module-GeoExt.tree">
130<h1><tt class="xref docutils literal"><span class="pre">GeoExt.grid</span></tt><a class="headerlink" href="#module-GeoExt.tree" title="Permalink to this headline">¶</a></h1>
131<p>The <tt class="xref docutils literal"><span class="pre">GeoExt.grid</span></tt> module contains classes that extend map related
132functionality to <tt class="docutils literal"><span class="pre">Ext.grid</span></tt> classes.</p>
133<ul>
134<li class="toctree-l1"><a class="reference external" href="widgets/grid/FeatureSelectionModel.html"><tt class="docutils literal"><span class="pre">GeoExt.grid.FeatureSelectionModel</span></tt></a></li>
135</ul>
136</div>
137<div class="section" id="geoext-tree">
138<h1><tt class="xref docutils literal"><span class="pre">GeoExt.tree</span></tt><a class="headerlink" href="#geoext-tree" title="Permalink to this headline">¶</a></h1>
139<p>The <tt class="xref docutils literal"><span class="pre">GeoExt.tree</span></tt> module contains classes that extend map related
140functionality to <tt class="docutils literal"><span class="pre">Ext.tree</span></tt> classes.</p>
141<ul>
142<li class="toctree-l1"><a class="reference external" href="widgets/tree/BaseLayerContainer.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.BaseLayerContainer</span></tt></a></li>
143<li class="toctree-l1"><a class="reference external" href="widgets/tree/LayerContainer.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.LayerContainer</span></tt></a></li>
144<li class="toctree-l1"><a class="reference external" href="widgets/tree/LayerLoader.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.LayerLoader</span></tt></a></li>
145<li class="toctree-l1"><a class="reference external" href="widgets/tree/LayerNode.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.LayerNode</span></tt></a></li>
146<li class="toctree-l1"><a class="reference external" href="widgets/tree/LayerParamLoader.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.LayerParamLoader</span></tt></a></li>
147<li class="toctree-l1"><a class="reference external" href="widgets/tree/LayerParamNode.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.LayerParamNode</span></tt></a></li>
148<li class="toctree-l1"><a class="reference external" href="widgets/tree/OverlayLayerContainer.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.OverlayLayerContainer</span></tt></a></li>
149<li class="toctree-l1"><a class="reference external" href="widgets/tree/TreeNodeUIEventMixin.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.TreeNodeUIEventMixin</span></tt></a></li>
150<li class="toctree-l1"><a class="reference external" href="widgets/tree/WMSCapabilitiesLoader.html"><tt class="docutils literal"><span class="pre">GeoExt.tree.WMSCapabilitiesLoader</span></tt></a></li>
151</ul>
152</div>
153
154
155          </div>
156        </div>
157      </div>
158      <div class="clearer"></div>
159    </div>
160    <div class="related">
161      <h3>Navigation</h3>
162      <ul>
163            <li class="right" style="margin-right: 10px">
164              <a href="../../genindex.html" title="General Index"
165                 accesskey="I">index</a></li>
166            <li class="right" >
167              <a href="../../modindex.html" title="Global Module Index"
168                 accesskey="M">modules</a> |</li>
169            <li class="right" >
170              <a href="widgets/Action.html" title="GeoExt.Action"
171                 accesskey="N">next</a> |</li>
172            <li class="right" >
173              <a href="../index.html" title="API Reference"
174                 accesskey="P">previous</a> |</li>
175        <li><a href="../../index.html">GeoExt</a> &raquo;</li>
176          <li><a href="../index.html" >API Reference</a> &raquo;</li>
177        <li><a href="#">Widgets</a></li>
178      </ul>
179    </div>
180
181    <div class="footer">
182      &copy; Copyright 2009-2010, GeoExt Community.
183    </div>
184  </body>
185</html>
Note: See TracBrowser for help on using the repository browser.