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

Revision 76, 9.5 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>GeoExt.form.BasicForm &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="Widgets" href="../../widgets.html" />
25    <link rel="next" title="GeoExt.form.FormPanel" href="FormPanel.html" />
26    <link rel="prev" title="GeoExt.ZoomSliderTip" href="../tips/ZoomSliderTip.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" >API Reference</a> &raquo;</li>
60          <li><a href="../../widgets.html" accesskey="U">Widgets</a> &raquo;</li>
61        <li><a href="#"><tt class="docutils literal"><span class="pre">GeoExt.form.BasicForm</span></tt></a></li>
62      </ul>
63    </div>
64
65      <div class="sphinxsidebar">
66        <div class="sphinxsidebarwrapper">
67            <h3><a href="../../../../index.html">Table Of Contents</a></h3>
68            <ul>
69<li><a class="reference external" href="#"><tt class="docutils literal"><span class="pre">GeoExt.form.BasicForm</span></tt></a><ul>
70<li><a class="reference external" href="#public-methods">Public Methods</a></li>
71</ul>
72</li>
73</ul>
74
75            <h4>Previous topic</h4>
76            <p class="topless"><a href="../tips/ZoomSliderTip.html"
77                                  title="previous chapter"><tt class="docutils literal"><span class="pre">GeoExt.ZoomSliderTip</span></tt></a></p>
78            <h4>Next topic</h4>
79            <p class="topless"><a href="FormPanel.html"
80                                  title="next chapter"><tt class="docutils literal"><span class="pre">GeoExt.form.FormPanel</span></tt></a></p>
81        </div>
82      </div>
83
84
85    <div class="document">
86      <div class="documentwrapper">
87        <div class="bodywrapper">
88          <div class="body">
89           
90  <div class="section" id="geoext-form-basicform">
91<h1><a title="GeoExt.form.BasicForm" class="reference internal" href="#GeoExt.form.BasicForm"><tt class="xref docutils literal"><span class="pre">GeoExt.form.BasicForm</span></tt></a><a class="headerlink" href="#geoext-form-basicform" title="Permalink to this headline">¶</a></h1>
92<dl class="meta docutils">
93<dt>Extends</dt>
94<dd><ul class="first last simple">
95<li><a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.form.BasicForm">Ext.form.BasicForm</a></li>
96</ul>
97</dd>
98</dl>
99<dl class="class">
100<dt id="GeoExt.form.BasicForm">
101<em class="property">class </em><tt class="descclassname">GeoExt.form.</tt><tt class="descname">BasicForm</tt><big>(</big><em>config</em><big>)</big><a class="headerlink" href="#GeoExt.form.BasicForm" title="Permalink to this definition">¶</a></dt>
102<dd><p>A specific <tt class="docutils literal"><span class="pre">Ext.form.BasicForm</span></tt> whose doAction method creates
103a <a title="GeoExt.form.SearchAction" class="reference external" href="SearchAction.html#GeoExt.form.SearchAction"><tt class="xref docutils literal"><span class="pre">GeoExt.form.SearchAction</span></tt></a> if it is passed the string
104&#8220;search&#8221; as its first argument.</p>
105<p>In most cases one would not use this class directly, but
106<a title="GeoExt.form.FormPanel" class="reference external" href="FormPanel.html#GeoExt.form.FormPanel"><tt class="xref docutils literal"><span class="pre">GeoExt.form.FormPanel</span></tt></a> instead.</p>
107</dd></dl>
108
109<div class="section" id="public-methods">
110<h2>Public Methods<a class="headerlink" href="#public-methods" title="Permalink to this headline">¶</a></h2>
111<p>Public methods in addition to those
112listed for <a class="reference external" href="http://dev.sencha.com/deploy/dev/docs/?class=Ext.form.BasicForm">Ext.form.BasicForm</a>.</p>
113<dl class="method">
114<dt id="GeoExt.form.BasicForm.doAction">
115<tt class="descclassname">BasicForm.</tt><tt class="descname">doAction</tt><big>(</big><big>)</big><a class="headerlink" href="#GeoExt.form.BasicForm.doAction" title="Permalink to this definition">¶</a></dt>
116<dd><table class="docutils field-list" frame="void" rules="none">
117<col class="field-name" />
118<col class="field-body" />
119<tbody valign="top">
120<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
121<li><em>action</em> &#8211; <tt class="docutils literal"><span class="pre">String</span> <span class="pre">or</span> <span class="pre">Ext.form.Action</span></tt> Either the name
122of the action or a <tt class="docutils literal"><span class="pre">Ext.form.Action</span></tt> instance.</li>
123<li><em>options</em> &#8211; <tt class="docutils literal"><span class="pre">Object</span></tt> The options passed to the Action
124constructor.</li>
125</ul>
126</td>
127</tr>
128<tr class="field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><a title="GeoExt.form.BasicForm" class="reference internal" href="#GeoExt.form.BasicForm"><tt class="xref docutils literal"><span class="pre">GeoExt.form.BasicForm</span></tt></a> This form.</p>
129</td>
130</tr>
131</tbody>
132</table>
133<p>Performs the action, if the string &#8220;search&#8221; is passed as the
134first argument then a <a title="GeoExt.form.SearchAction" class="reference external" href="SearchAction.html#GeoExt.form.SearchAction"><tt class="xref docutils literal"><span class="pre">GeoExt.form.SearchAction</span></tt></a> is created.</p>
135</dd></dl>
136
137<dl class="method">
138<dt id="GeoExt.form.BasicForm.search">
139<tt class="descclassname">BasicForm.</tt><tt class="descname">search</tt><big>(</big><big>)</big><a class="headerlink" href="#GeoExt.form.BasicForm.search" title="Permalink to this definition">¶</a></dt>
140<dd><table class="docutils field-list" frame="void" rules="none">
141<col class="field-name" />
142<col class="field-body" />
143<tbody valign="top">
144<tr class="field"><th class="field-name">Parameter:</th><td class="field-body"><em>options</em> &#8211; <tt class="docutils literal"><span class="pre">Object</span></tt> The options passed to the Action
145constructor.</td>
146</tr>
147<tr class="field"><th class="field-name">Returns:</th><td class="field-body"><a title="GeoExt.form.BasicForm" class="reference internal" href="#GeoExt.form.BasicForm"><tt class="xref docutils literal"><span class="pre">GeoExt.form.BasicForm</span></tt></a> This form.</td>
148</tr>
149</tbody>
150</table>
151<p>Shortcut to do a search action.</p>
152</dd></dl>
153
154</div>
155</div>
156
157
158          </div>
159        </div>
160      </div>
161      <div class="clearer"></div>
162    </div>
163    <div class="related">
164      <h3>Navigation</h3>
165      <ul>
166            <li class="right" style="margin-right: 10px">
167              <a href="../../../../genindex.html" title="General Index"
168                 accesskey="I">index</a></li>
169            <li class="right" >
170              <a href="../../../../modindex.html" title="Global Module Index"
171                 accesskey="M">modules</a> |</li>
172            <li class="right" >
173              <a href="FormPanel.html" title="GeoExt.form.FormPanel"
174                 accesskey="N">next</a> |</li>
175            <li class="right" >
176              <a href="../tips/ZoomSliderTip.html" title="GeoExt.ZoomSliderTip"
177                 accesskey="P">previous</a> |</li>
178        <li><a href="../../../../index.html">GeoExt</a> &raquo;</li>
179          <li><a href="../../../index.html" >API Reference</a> &raquo;</li>
180          <li><a href="../../widgets.html" >Widgets</a> &raquo;</li>
181        <li><a href="#"><tt class="docutils literal"><span class="pre">GeoExt.form.BasicForm</span></tt></a></li>
182      </ul>
183    </div>
184
185    <div class="footer">
186      &copy; Copyright 2009-2010, GeoExt Community.
187    </div>
188  </body>
189</html>
Note: See TracBrowser for help on using the repository browser.