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/plugins.html @ 76

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

Ajout du répertoire web

  • Property svn:executable set to *
RevLine 
[76]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>GeoExt.plugins &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.plugins.AttributeForm" href="plugins/AttributeForm.html" />
26    <link rel="prev" title="GeoExt.data.WMSDescribeLayerStore" href="data/WMSDescribeLayerStore.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="#"><tt class="docutils literal docutils literal"><span class="pre">GeoExt.plugins</span></tt></a></li>
61      </ul>
62    </div>
63
64      <div class="sphinxsidebar">
65        <div class="sphinxsidebarwrapper">
66            <h4>Previous topic</h4>
67            <p class="topless"><a href="data/WMSDescribeLayerStore.html"
68                                  title="previous chapter"><tt class="docutils literal docutils literal docutils literal"><span class="pre">GeoExt.data.WMSDescribeLayerStore</span></tt></a></p>
69            <h4>Next topic</h4>
70            <p class="topless"><a href="plugins/AttributeForm.html"
71                                  title="next chapter"><tt class="docutils literal"><span class="pre">GeoExt.plugins.AttributeForm</span></tt></a></p>
72        </div>
73      </div>
74
75
76    <div class="document">
77      <div class="documentwrapper">
78        <div class="bodywrapper">
79          <div class="body">
80           
81  <div class="section" id="geoext-plugins">
82<span id="module-GeoExt.plugins"></span><h1><tt class="xref docutils literal"><span class="pre">GeoExt.plugins</span></tt><a class="headerlink" href="#geoext-plugins" title="Permalink to this headline">¶</a></h1>
83<p>The <tt class="xref docutils literal"><span class="pre">GeoExt.plugins</span></tt> module contains classes that add functionality to
84GeoExt components like <a title="GeoExt.MapPanel" class="reference external" href="widgets/MapPanel.html#GeoExt.MapPanel"><tt class="xref docutils literal"><span class="pre">GeoExt.MapPanel</span></tt></a>, or connect form fields to
85<a title="A collection of map data related classes." class="reference external" href="data.html#module-GeoExt.data"><tt class="xref docutils literal"><span class="pre">GeoExt.data</span></tt></a> classes.</p>
86<ul>
87<li class="toctree-l1"><a class="reference external" href="plugins/AttributeForm.html"><tt class="docutils literal"><span class="pre">GeoExt.plugins.AttributeForm</span></tt></a></li>
88<li class="toctree-l1"><a class="reference external" href="plugins/PrintExtent.html"><tt class="docutils literal"><span class="pre">GeoExt.plugins.PrintExtent</span></tt></a></li>
89<li class="toctree-l1"><a class="reference external" href="plugins/PrintPageField.html"><tt class="docutils literal"><span class="pre">GeoExt.plugins.PrintPageField</span></tt></a></li>
90<li class="toctree-l1"><a class="reference external" href="plugins/PrintProviderField.html"><tt class="docutils literal"><span class="pre">GeoExt.plugins.PrintProviderField</span></tt></a></li>
91<li class="toctree-l1"><a class="reference external" href="plugins/TreeNodeComponent.html"><tt class="docutils literal"><span class="pre">GeoExt.plugins.TreeNodeComponent</span></tt></a></li>
92<li class="toctree-l1"><a class="reference external" href="plugins/TreeNodeRadioButton.html"><tt class="docutils literal"><span class="pre">GeoExt.plugins.TreeNodeRadioButton</span></tt></a></li>
93</ul>
94</div>
95
96
97          </div>
98        </div>
99      </div>
100      <div class="clearer"></div>
101    </div>
102    <div class="related">
103      <h3>Navigation</h3>
104      <ul>
105            <li class="right" style="margin-right: 10px">
106              <a href="../../genindex.html" title="General Index"
107                 accesskey="I">index</a></li>
108            <li class="right" >
109              <a href="../../modindex.html" title="Global Module Index"
110                 accesskey="M">modules</a> |</li>
111            <li class="right" >
112              <a href="plugins/AttributeForm.html" title="GeoExt.plugins.AttributeForm"
113                 accesskey="N">next</a> |</li>
114            <li class="right" >
115              <a href="data/WMSDescribeLayerStore.html" title="GeoExt.data.WMSDescribeLayerStore"
116                 accesskey="P">previous</a> |</li>
117        <li><a href="../../index.html">GeoExt</a> &raquo;</li>
118          <li><a href="../index.html" >API Reference</a> &raquo;</li>
119        <li><a href="#"><tt class="docutils literal docutils literal"><span class="pre">GeoExt.plugins</span></tt></a></li>
120      </ul>
121    </div>
122
123    <div class="footer">
124      &copy; Copyright 2009-2010, GeoExt Community.
125    </div>
126  </body>
127</html>
Note: See TracBrowser for help on using the repository browser.