|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 |
|
9 <title>pyams_utils.zmi package — PyAMS_utils 0.1.4 documentation</title> |
|
10 |
|
11 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
12 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
13 |
|
14 <script type="text/javascript"> |
|
15 var DOCUMENTATION_OPTIONS = { |
|
16 URL_ROOT: './', |
|
17 VERSION: '0.1.4', |
|
18 COLLAPSE_INDEX: false, |
|
19 FILE_SUFFIX: '.html', |
|
20 HAS_SOURCE: true |
|
21 }; |
|
22 </script> |
|
23 <script type="text/javascript" src="_static/jquery.js"></script> |
|
24 <script type="text/javascript" src="_static/underscore.js"></script> |
|
25 <script type="text/javascript" src="_static/doctools.js"></script> |
|
26 <link rel="index" title="Index" href="genindex.html" /> |
|
27 <link rel="search" title="Search" href="search.html" /> |
|
28 <link rel="top" title="PyAMS_utils 0.1.4 documentation" href="index.html" /> |
|
29 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
30 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
31 <!--[if lte IE 6]> |
|
32 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
33 <![endif]--> |
|
34 |
|
35 </head> |
|
36 <body role="document"> |
|
37 |
|
38 <div class="related" role="navigation" aria-label="related navigation"> |
|
39 <h3>Navigation</h3> |
|
40 <ul> |
|
41 <li class="right" style="margin-right: 10px"> |
|
42 <a href="genindex.html" title="General Index" |
|
43 accesskey="I">index</a></li> |
|
44 <li class="right" > |
|
45 <a href="py-modindex.html" title="Python Module Index" |
|
46 >modules</a> |</li> |
|
47 <li class="nav-item nav-item-0"><a href="index.html">PyAMS_utils 0.1.4 documentation</a> »</li> |
|
48 </ul> |
|
49 </div> |
|
50 |
|
51 <div class="document"> |
|
52 <div class="documentwrapper"> |
|
53 <div class="bodywrapper"> |
|
54 <div class="body" role="main"> |
|
55 |
|
56 <div class="section" id="pyams-utils-zmi-package"> |
|
57 <h1>pyams_utils.zmi package<a class="headerlink" href="#pyams-utils-zmi-package" title="Permalink to this headline">¶</a></h1> |
|
58 <div class="section" id="submodules"> |
|
59 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
60 </div> |
|
61 <div class="section" id="module-pyams_utils.zmi.intids"> |
|
62 <span id="pyams-utils-zmi-intids-module"></span><h2>pyams_utils.zmi.intids module<a class="headerlink" href="#module-pyams_utils.zmi.intids" title="Permalink to this headline">¶</a></h2> |
|
63 <dl class="class"> |
|
64 <dt id="pyams_utils.zmi.intids.IntIdsLengthAdapter"> |
|
65 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.intids.</code><code class="descname">IntIdsLengthAdapter</code><span class="sig-paren">(</span><em>context</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.intids.IntIdsLengthAdapter" title="Permalink to this definition">¶</a></dt> |
|
66 <dd><p>Bases: <a class="reference internal" href="pyams_utils.html#pyams_utils.adapter.ContextAdapter" title="pyams_utils.adapter.ContextAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.adapter.ContextAdapter</span></code></a></p> |
|
67 <p>IntIds length adapter</p> |
|
68 <dl class="attribute"> |
|
69 <dt id="pyams_utils.zmi.intids.IntIdsLengthAdapter.count"> |
|
70 <code class="descname">count</code><a class="headerlink" href="#pyams_utils.zmi.intids.IntIdsLengthAdapter.count" title="Permalink to this definition">¶</a></dt> |
|
71 <dd></dd></dl> |
|
72 |
|
73 </dd></dl> |
|
74 |
|
75 <dl class="class"> |
|
76 <dt id="pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm"> |
|
77 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.intids.</code><code class="descname">IntIdsPropertiesDisplayForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm" title="Permalink to this definition">¶</a></dt> |
|
78 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogDisplayForm</span></code></p> |
|
79 <p>intIds properties edit form</p> |
|
80 <dl class="attribute"> |
|
81 <dt id="pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm.fields"> |
|
82 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm.fields" title="Permalink to this definition">¶</a></dt> |
|
83 <dd></dd></dl> |
|
84 |
|
85 <dl class="attribute"> |
|
86 <dt id="pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm.legend"> |
|
87 <code class="descname">legend</code><em class="property"> = 'Display indexer properties'</em><a class="headerlink" href="#pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm.legend" title="Permalink to this definition">¶</a></dt> |
|
88 <dd></dd></dl> |
|
89 |
|
90 <dl class="attribute"> |
|
91 <dt id="pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm.title"> |
|
92 <code class="descname">title</code><a class="headerlink" href="#pyams_utils.zmi.intids.IntIdsPropertiesDisplayForm.title" title="Permalink to this definition">¶</a></dt> |
|
93 <dd></dd></dl> |
|
94 |
|
95 </dd></dl> |
|
96 |
|
97 </div> |
|
98 <div class="section" id="module-pyams_utils.zmi.timezone"> |
|
99 <span id="pyams-utils-zmi-timezone-module"></span><h2>pyams_utils.zmi.timezone module<a class="headerlink" href="#module-pyams_utils.zmi.timezone" title="Permalink to this headline">¶</a></h2> |
|
100 <dl class="class"> |
|
101 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesAJAXEditForm"> |
|
102 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.timezone.</code><code class="descname">ServerTimezonePropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
103 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code>, <a class="reference internal" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm" title="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm</span></code></a></p> |
|
104 <p>Server timezone properties edit form, AJAX renderer</p> |
|
105 </dd></dl> |
|
106 |
|
107 <dl class="class"> |
|
108 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm"> |
|
109 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.timezone.</code><code class="descname">ServerTimezonePropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm" title="Permalink to this definition">¶</a></dt> |
|
110 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></p> |
|
111 <p>Server timezone properties edit form</p> |
|
112 <dl class="attribute"> |
|
113 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.ajax_handler"> |
|
114 <code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
115 <dd></dd></dl> |
|
116 |
|
117 <dl class="attribute"> |
|
118 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.edit_permission"> |
|
119 <code class="descname">edit_permission</code><em class="property"> = 'system.manage'</em><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
120 <dd></dd></dl> |
|
121 |
|
122 <dl class="attribute"> |
|
123 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.fields"> |
|
124 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
125 <dd></dd></dl> |
|
126 |
|
127 <dl class="attribute"> |
|
128 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.legend"> |
|
129 <code class="descname">legend</code><em class="property"> = 'Update server timezone properties'</em><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
130 <dd></dd></dl> |
|
131 |
|
132 <dl class="attribute"> |
|
133 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.title"> |
|
134 <code class="descname">title</code><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.title" title="Permalink to this definition">¶</a></dt> |
|
135 <dd></dd></dl> |
|
136 |
|
137 <dl class="method"> |
|
138 <dt id="pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.updateWidgets"> |
|
139 <code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.timezone.ServerTimezonePropertiesEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
140 <dd></dd></dl> |
|
141 |
|
142 </dd></dl> |
|
143 |
|
144 </div> |
|
145 <div class="section" id="module-pyams_utils.zmi.zeo"> |
|
146 <span id="pyams-utils-zmi-zeo-module"></span><h2>pyams_utils.zmi.zeo module<a class="headerlink" href="#module-pyams_utils.zmi.zeo" title="Permalink to this headline">¶</a></h2> |
|
147 <dl class="class"> |
|
148 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAJAXAddForm"> |
|
149 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAJAXAddForm" title="Permalink to this definition">¶</a></dt> |
|
150 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code>, <a class="reference internal" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm" title="pyams_utils.zmi.zeo.ZEOConnectionAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.zmi.zeo.ZEOConnectionAddForm</span></code></a></p> |
|
151 <p>ZEO connection add form, AJAX view</p> |
|
152 </dd></dl> |
|
153 |
|
154 <dl class="class"> |
|
155 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAJAXTestForm"> |
|
156 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionAJAXTestForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAJAXTestForm" title="Permalink to this definition">¶</a></dt> |
|
157 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code>, <a class="reference internal" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm" title="pyams_utils.zmi.zeo.ZEOConnectionTestForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.zmi.zeo.ZEOConnectionTestForm</span></code></a></p> |
|
158 <p>ZEO connection test form, JSON renderer</p> |
|
159 <dl class="method"> |
|
160 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAJAXTestForm.get_ajax_output"> |
|
161 <code class="descname">get_ajax_output</code><span class="sig-paren">(</span><em>changes</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAJAXTestForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
162 <dd></dd></dl> |
|
163 |
|
164 </dd></dl> |
|
165 |
|
166 <dl class="class"> |
|
167 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm"> |
|
168 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm" title="Permalink to this definition">¶</a></dt> |
|
169 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p> |
|
170 <p>ZEO connection add form</p> |
|
171 <dl class="method"> |
|
172 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.add"> |
|
173 <code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.add" title="Permalink to this definition">¶</a></dt> |
|
174 <dd></dd></dl> |
|
175 |
|
176 <dl class="attribute"> |
|
177 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.ajax_handler"> |
|
178 <code class="descname">ajax_handler</code><em class="property"> = 'add-zeo-connection.json'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
179 <dd></dd></dl> |
|
180 |
|
181 <dl class="attribute"> |
|
182 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.autocomplete"> |
|
183 <code class="descname">autocomplete</code><em class="property"> = 'off'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.autocomplete" title="Permalink to this definition">¶</a></dt> |
|
184 <dd></dd></dl> |
|
185 |
|
186 <dl class="method"> |
|
187 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.create"> |
|
188 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.create" title="Permalink to this definition">¶</a></dt> |
|
189 <dd></dd></dl> |
|
190 |
|
191 <dl class="attribute"> |
|
192 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.edit_permission"> |
|
193 <code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
194 <dd></dd></dl> |
|
195 |
|
196 <dl class="attribute"> |
|
197 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.fields"> |
|
198 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
199 <dd></dd></dl> |
|
200 |
|
201 <dl class="attribute"> |
|
202 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.icon_css_class"> |
|
203 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
204 <dd></dd></dl> |
|
205 |
|
206 <dl class="attribute"> |
|
207 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.legend"> |
|
208 <code class="descname">legend</code><em class="property"> = 'Add ZEO connection'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
209 <dd></dd></dl> |
|
210 |
|
211 <dl class="method"> |
|
212 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.nextURL"> |
|
213 <code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.nextURL" title="Permalink to this definition">¶</a></dt> |
|
214 <dd></dd></dl> |
|
215 |
|
216 <dl class="attribute"> |
|
217 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddForm.title"> |
|
218 <code class="descname">title</code><em class="property"> = 'Utilities'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddForm.title" title="Permalink to this definition">¶</a></dt> |
|
219 <dd></dd></dl> |
|
220 |
|
221 </dd></dl> |
|
222 |
|
223 <dl class="class"> |
|
224 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddMenu"> |
|
225 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionAddMenu</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddMenu" title="Permalink to this definition">¶</a></dt> |
|
226 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></p> |
|
227 <p>ZEO connection add menu</p> |
|
228 <dl class="attribute"> |
|
229 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddMenu.label"> |
|
230 <code class="descname">label</code><em class="property"> = 'Add ZEO connection...'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddMenu.label" title="Permalink to this definition">¶</a></dt> |
|
231 <dd></dd></dl> |
|
232 |
|
233 <dl class="attribute"> |
|
234 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddMenu.label_css_class"> |
|
235 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
236 <dd></dd></dl> |
|
237 |
|
238 <dl class="attribute"> |
|
239 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddMenu.modal_target"> |
|
240 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddMenu.modal_target" title="Permalink to this definition">¶</a></dt> |
|
241 <dd></dd></dl> |
|
242 |
|
243 <dl class="attribute"> |
|
244 <dt id="pyams_utils.zmi.zeo.ZEOConnectionAddMenu.url"> |
|
245 <code class="descname">url</code><em class="property"> = 'add-zeo-connection.html'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionAddMenu.url" title="Permalink to this definition">¶</a></dt> |
|
246 <dd></dd></dl> |
|
247 |
|
248 </dd></dl> |
|
249 |
|
250 <dl class="class"> |
|
251 <dt id="pyams_utils.zmi.zeo.ZEOConnectionNameAdapter"> |
|
252 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionNameAdapter</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionNameAdapter" title="Permalink to this definition">¶</a></dt> |
|
253 <dd><p>Bases: <a class="reference internal" href="pyams_utils.html#pyams_utils.adapter.ContextRequestAdapter" title="pyams_utils.adapter.ContextRequestAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.adapter.ContextRequestAdapter</span></code></a></p> |
|
254 <p>ZEO connection name adapter</p> |
|
255 <dl class="attribute"> |
|
256 <dt id="pyams_utils.zmi.zeo.ZEOConnectionNameAdapter.name"> |
|
257 <code class="descname">name</code><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionNameAdapter.name" title="Permalink to this definition">¶</a></dt> |
|
258 <dd></dd></dl> |
|
259 |
|
260 </dd></dl> |
|
261 |
|
262 <dl class="class"> |
|
263 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesAJAXEditForm"> |
|
264 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionPropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
265 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code>, <a class="reference internal" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm" title="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm</span></code></a></p> |
|
266 <p>ZEO connection properties edit form, AJAX view</p> |
|
267 </dd></dl> |
|
268 |
|
269 <dl class="class"> |
|
270 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm"> |
|
271 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionPropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm" title="Permalink to this definition">¶</a></dt> |
|
272 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></p> |
|
273 <p>ZEO connection properties edit form</p> |
|
274 <dl class="attribute"> |
|
275 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.ajax_handler"> |
|
276 <code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
277 <dd></dd></dl> |
|
278 |
|
279 <dl class="attribute"> |
|
280 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.autocomplete"> |
|
281 <code class="descname">autocomplete</code><em class="property"> = 'off'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.autocomplete" title="Permalink to this definition">¶</a></dt> |
|
282 <dd></dd></dl> |
|
283 |
|
284 <dl class="attribute"> |
|
285 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.edit_permission"> |
|
286 <code class="descname">edit_permission</code><em class="property"> = 'system.manage'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
287 <dd></dd></dl> |
|
288 |
|
289 <dl class="attribute"> |
|
290 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.fields"> |
|
291 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
292 <dd></dd></dl> |
|
293 |
|
294 <dl class="attribute"> |
|
295 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.icon_css_class"> |
|
296 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
297 <dd></dd></dl> |
|
298 |
|
299 <dl class="attribute"> |
|
300 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.legend"> |
|
301 <code class="descname">legend</code><em class="property"> = 'Update ZEO connection properties'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
302 <dd></dd></dl> |
|
303 |
|
304 <dl class="attribute"> |
|
305 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.title"> |
|
306 <code class="descname">title</code><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.title" title="Permalink to this definition">¶</a></dt> |
|
307 <dd></dd></dl> |
|
308 |
|
309 <dl class="method"> |
|
310 <dt id="pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.updateWidgets"> |
|
311 <code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionPropertiesEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
312 <dd></dd></dl> |
|
313 |
|
314 </dd></dl> |
|
315 |
|
316 <dl class="class"> |
|
317 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm"> |
|
318 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionTestForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm" title="Permalink to this definition">¶</a></dt> |
|
319 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p> |
|
320 <p>ZEO connection test form</p> |
|
321 <dl class="attribute"> |
|
322 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.ajax_handler"> |
|
323 <code class="descname">ajax_handler</code><em class="property"> = 'test-connection.json'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
324 <dd></dd></dl> |
|
325 |
|
326 <dl class="attribute"> |
|
327 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.buttons"> |
|
328 <code class="descname">buttons</code><em class="property"> = <z3c.form.button.Buttons object></em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.buttons" title="Permalink to this definition">¶</a></dt> |
|
329 <dd></dd></dl> |
|
330 |
|
331 <dl class="method"> |
|
332 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.createAndAdd"> |
|
333 <code class="descname">createAndAdd</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.createAndAdd" title="Permalink to this definition">¶</a></dt> |
|
334 <dd></dd></dl> |
|
335 |
|
336 <dl class="attribute"> |
|
337 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.edit_permission"> |
|
338 <code class="descname">edit_permission</code><em class="property"> = 'system.manage'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
339 <dd></dd></dl> |
|
340 |
|
341 <dl class="attribute"> |
|
342 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.fields"> |
|
343 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.fields" title="Permalink to this definition">¶</a></dt> |
|
344 <dd></dd></dl> |
|
345 |
|
346 <dl class="attribute"> |
|
347 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.form_target"> |
|
348 <code class="descname">form_target</code><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.form_target" title="Permalink to this definition">¶</a></dt> |
|
349 <dd></dd></dl> |
|
350 |
|
351 <dl class="attribute"> |
|
352 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.icon_css_class"> |
|
353 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
354 <dd></dd></dl> |
|
355 |
|
356 <dl class="attribute"> |
|
357 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.legend"> |
|
358 <code class="descname">legend</code><em class="property"> = 'Test ZEO database connection'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.legend" title="Permalink to this definition">¶</a></dt> |
|
359 <dd></dd></dl> |
|
360 |
|
361 <dl class="attribute"> |
|
362 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.prefix"> |
|
363 <code class="descname">prefix</code><em class="property"> = 'test_form.'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.prefix" title="Permalink to this definition">¶</a></dt> |
|
364 <dd></dd></dl> |
|
365 |
|
366 <dl class="attribute"> |
|
367 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.title"> |
|
368 <code class="descname">title</code><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.title" title="Permalink to this definition">¶</a></dt> |
|
369 <dd></dd></dl> |
|
370 |
|
371 <dl class="method"> |
|
372 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestForm.updateActions"> |
|
373 <code class="descname">updateActions</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestForm.updateActions" title="Permalink to this definition">¶</a></dt> |
|
374 <dd></dd></dl> |
|
375 |
|
376 </dd></dl> |
|
377 |
|
378 <dl class="class"> |
|
379 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestFormSuffix"> |
|
380 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionTestFormSuffix</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestFormSuffix" title="Permalink to this definition">¶</a></dt> |
|
381 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.Viewlet</span></code></p> |
|
382 <p>ZEO connection test form suffix</p> |
|
383 </dd></dl> |
|
384 |
|
385 <dl class="class"> |
|
386 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestMenu"> |
|
387 <em class="property">class </em><code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">ZEOConnectionTestMenu</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestMenu" title="Permalink to this definition">¶</a></dt> |
|
388 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></p> |
|
389 <p>ZEO connection test menu</p> |
|
390 <dl class="attribute"> |
|
391 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestMenu.label"> |
|
392 <code class="descname">label</code><em class="property"> = 'Test ZEO connection...'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestMenu.label" title="Permalink to this definition">¶</a></dt> |
|
393 <dd></dd></dl> |
|
394 |
|
395 <dl class="attribute"> |
|
396 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestMenu.label_css_class"> |
|
397 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestMenu.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
398 <dd></dd></dl> |
|
399 |
|
400 <dl class="attribute"> |
|
401 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestMenu.modal_target"> |
|
402 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestMenu.modal_target" title="Permalink to this definition">¶</a></dt> |
|
403 <dd></dd></dl> |
|
404 |
|
405 <dl class="attribute"> |
|
406 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestMenu.stop_propagation"> |
|
407 <code class="descname">stop_propagation</code><em class="property"> = True</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestMenu.stop_propagation" title="Permalink to this definition">¶</a></dt> |
|
408 <dd></dd></dl> |
|
409 |
|
410 <dl class="attribute"> |
|
411 <dt id="pyams_utils.zmi.zeo.ZEOConnectionTestMenu.url"> |
|
412 <code class="descname">url</code><em class="property"> = 'test-connection.html'</em><a class="headerlink" href="#pyams_utils.zmi.zeo.ZEOConnectionTestMenu.url" title="Permalink to this definition">¶</a></dt> |
|
413 <dd></dd></dl> |
|
414 |
|
415 </dd></dl> |
|
416 |
|
417 <dl class="function"> |
|
418 <dt id="pyams_utils.zmi.zeo.handle_new_connection_data_extraction"> |
|
419 <code class="descclassname">pyams_utils.zmi.zeo.</code><code class="descname">handle_new_connection_data_extraction</code><span class="sig-paren">(</span><em>event</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_utils.zmi.zeo.handle_new_connection_data_extraction" title="Permalink to this definition">¶</a></dt> |
|
420 <dd><p>Handle new connection data extraction</p> |
|
421 </dd></dl> |
|
422 |
|
423 </div> |
|
424 <div class="section" id="module-pyams_utils.zmi"> |
|
425 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_utils.zmi" title="Permalink to this headline">¶</a></h2> |
|
426 </div> |
|
427 </div> |
|
428 |
|
429 |
|
430 </div> |
|
431 </div> |
|
432 </div> |
|
433 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
434 <div class="sphinxsidebarwrapper"> |
|
435 <h3><a href="index.html">Table Of Contents</a></h3> |
|
436 <ul> |
|
437 <li><a class="reference internal" href="#">pyams_utils.zmi package</a><ul> |
|
438 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
439 <li><a class="reference internal" href="#module-pyams_utils.zmi.intids">pyams_utils.zmi.intids module</a></li> |
|
440 <li><a class="reference internal" href="#module-pyams_utils.zmi.timezone">pyams_utils.zmi.timezone module</a></li> |
|
441 <li><a class="reference internal" href="#module-pyams_utils.zmi.zeo">pyams_utils.zmi.zeo module</a></li> |
|
442 <li><a class="reference internal" href="#module-pyams_utils.zmi">Module contents</a></li> |
|
443 </ul> |
|
444 </li> |
|
445 </ul> |
|
446 |
|
447 <div id="searchbox" style="display: none" role="search"> |
|
448 <h3>Quick search</h3> |
|
449 <form class="search" action="search.html" method="get"> |
|
450 <div><input type="text" name="q" /></div> |
|
451 <div><input type="submit" value="Go" /></div> |
|
452 <input type="hidden" name="check_keywords" value="yes" /> |
|
453 <input type="hidden" name="area" value="default" /> |
|
454 </form> |
|
455 </div> |
|
456 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
457 </div> |
|
458 </div> |
|
459 <div class="clearer"></div> |
|
460 </div> |
|
461 <div class="related" role="navigation" aria-label="related navigation"> |
|
462 <h3>Navigation</h3> |
|
463 <ul> |
|
464 <li class="right" style="margin-right: 10px"> |
|
465 <a href="genindex.html" title="General Index" |
|
466 >index</a></li> |
|
467 <li class="right" > |
|
468 <a href="py-modindex.html" title="Python Module Index" |
|
469 >modules</a> |</li> |
|
470 <li class="nav-item nav-item-0"><a href="index.html">PyAMS_utils 0.1.4 documentation</a> »</li> |
|
471 </ul> |
|
472 </div> |
|
473 <div class="footer" role="contentinfo"> |
|
474 © Copyright 2016, Thierry Florac <tflorac@ulthar.net>. |
|
475 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. |
|
476 </div> |
|
477 </body> |
|
478 </html> |