|
1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
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 <title>pyams_content.component.extfile.zmi package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.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: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <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" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-content-component-extfile-zmi-package"> |
|
54 <h1>pyams_content.component.extfile.zmi package<a class="headerlink" href="#pyams-content-component-extfile-zmi-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="submodules"> |
|
56 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
57 </div> |
|
58 <div class="section" id="module-pyams_content.component.extfile.zmi.container"> |
|
59 <span id="pyams-content-component-extfile-zmi-container-module"></span><h2>pyams_content.component.extfile.zmi.container module<a class="headerlink" href="#module-pyams_content.component.extfile.zmi.container" title="Permalink to this headline">¶</a></h2> |
|
60 <dl class="function"> |
|
61 <dt id="pyams_content.component.extfile.zmi.container.get_files_list"> |
|
62 <code class="descclassname">pyams_content.component.extfile.zmi.container.</code><code class="descname">get_files_list</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.container.get_files_list" title="Permalink to this definition">¶</a></dt> |
|
63 <dd><p>Get container files in JSON format for TinyMCE editor</p> |
|
64 </dd></dl> |
|
65 |
|
66 <dl class="function"> |
|
67 <dt id="pyams_content.component.extfile.zmi.container.get_images_list"> |
|
68 <code class="descclassname">pyams_content.component.extfile.zmi.container.</code><code class="descname">get_images_list</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.container.get_images_list" title="Permalink to this definition">¶</a></dt> |
|
69 <dd><p>Get container images in JSON format for TinyMCE editor</p> |
|
70 </dd></dl> |
|
71 |
|
72 </div> |
|
73 <div class="section" id="module-pyams_content.component.extfile.zmi"> |
|
74 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.component.extfile.zmi" title="Permalink to this headline">¶</a></h2> |
|
75 <dl class="class"> |
|
76 <dt id="pyams_content.component.extfile.zmi.ExtAudioAJAXAddForm"> |
|
77 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtAudioAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAJAXAddForm" title="Permalink to this definition">¶</a></dt> |
|
78 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXAddForm" title="pyams_content.component.association.zmi.AssociationItemAJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtAudioAddForm" title="pyams_content.component.extfile.zmi.ExtAudioAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtAudioAddForm</span></code></a></p> |
|
79 <p>External audio file add form, JSON renderer</p> |
|
80 <dl class="method"> |
|
81 <dt id="pyams_content.component.extfile.zmi.ExtAudioAJAXAddForm.get_ajax_output"> |
|
82 <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_content.component.extfile.zmi.ExtAudioAJAXAddForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
83 <dd></dd></dl> |
|
84 |
|
85 </dd></dl> |
|
86 |
|
87 <dl class="class"> |
|
88 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddForm"> |
|
89 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtAudioAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddForm" title="Permalink to this definition">¶</a></dt> |
|
90 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFileAddForm" title="pyams_content.component.extfile.zmi.ExtFileAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFileAddForm</span></code></a></p> |
|
91 <p>External audio file add form</p> |
|
92 <dl class="attribute"> |
|
93 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddForm.ajax_handler"> |
|
94 <code class="descname">ajax_handler</code><em class="property"> = 'add-extaudio.json'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
95 <dd></dd></dl> |
|
96 |
|
97 <dl class="method"> |
|
98 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddForm.create"> |
|
99 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddForm.create" title="Permalink to this definition">¶</a></dt> |
|
100 <dd></dd></dl> |
|
101 |
|
102 <dl class="attribute"> |
|
103 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddForm.fields"> |
|
104 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
105 <dd></dd></dl> |
|
106 |
|
107 <dl class="attribute"> |
|
108 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddForm.icon_css_class"> |
|
109 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-audio-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
110 <dd></dd></dl> |
|
111 |
|
112 <dl class="attribute"> |
|
113 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddForm.legend"> |
|
114 <code class="descname">legend</code><em class="property"> = 'Add new audio file'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
115 <dd></dd></dl> |
|
116 |
|
117 </dd></dl> |
|
118 |
|
119 <dl class="class"> |
|
120 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddMenu"> |
|
121 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtAudioAddMenu</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_content.component.extfile.zmi.ExtAudioAddMenu" title="Permalink to this definition">¶</a></dt> |
|
122 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.security.ProtectedFormObjectMixin" title="pyams_form.security.ProtectedFormObjectMixin"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.security.ProtectedFormObjectMixin</span></code></a>, <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p> |
|
123 <p>External audio file add menu</p> |
|
124 <dl class="attribute"> |
|
125 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddMenu.label"> |
|
126 <code class="descname">label</code><em class="property"> = 'Add audio file'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddMenu.label" title="Permalink to this definition">¶</a></dt> |
|
127 <dd></dd></dl> |
|
128 |
|
129 <dl class="attribute"> |
|
130 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddMenu.label_css_class"> |
|
131 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-file-audio-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
132 <dd></dd></dl> |
|
133 |
|
134 <dl class="attribute"> |
|
135 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddMenu.modal_target"> |
|
136 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddMenu.modal_target" title="Permalink to this definition">¶</a></dt> |
|
137 <dd></dd></dl> |
|
138 |
|
139 <dl class="attribute"> |
|
140 <dt id="pyams_content.component.extfile.zmi.ExtAudioAddMenu.url"> |
|
141 <code class="descname">url</code><em class="property"> = 'add-extaudio.html'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioAddMenu.url" title="Permalink to this definition">¶</a></dt> |
|
142 <dd></dd></dl> |
|
143 |
|
144 </dd></dl> |
|
145 |
|
146 <dl class="class"> |
|
147 <dt id="pyams_content.component.extfile.zmi.ExtAudioPropertiesAJAXEditForm"> |
|
148 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtAudioPropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioPropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
149 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXEditForm" title="pyams_content.component.association.zmi.AssociationItemAJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm" title="pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm</span></code></a></p> |
|
150 <p>External audio file properties edit form, JSON renderer</p> |
|
151 <dl class="method"> |
|
152 <dt id="pyams_content.component.extfile.zmi.ExtAudioPropertiesAJAXEditForm.get_ajax_output"> |
|
153 <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_content.component.extfile.zmi.ExtAudioPropertiesAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
154 <dd></dd></dl> |
|
155 |
|
156 </dd></dl> |
|
157 |
|
158 <dl class="class"> |
|
159 <dt id="pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm"> |
|
160 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtAudioPropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm" title="Permalink to this definition">¶</a></dt> |
|
161 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm" title="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm</span></code></a></p> |
|
162 <p>External audio file properties edit form</p> |
|
163 <dl class="attribute"> |
|
164 <dt id="pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm.fields"> |
|
165 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
166 <dd></dd></dl> |
|
167 |
|
168 <dl class="attribute"> |
|
169 <dt id="pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm.icon_css_class"> |
|
170 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-audio-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
171 <dd></dd></dl> |
|
172 |
|
173 <dl class="attribute"> |
|
174 <dt id="pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm.legend"> |
|
175 <code class="descname">legend</code><em class="property"> = 'Update audio file properties'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudioPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
176 <dd></dd></dl> |
|
177 |
|
178 </dd></dl> |
|
179 |
|
180 <dl class="class"> |
|
181 <dt id="pyams_content.component.extfile.zmi.ExtAudiosCounter"> |
|
182 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtAudiosCounter</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_content.component.extfile.zmi.ExtAudiosCounter" title="Permalink to this definition">¶</a></dt> |
|
183 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase" title="pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase</span></code></a></p> |
|
184 <p>External audio files counter</p> |
|
185 <dl class="attribute"> |
|
186 <dt id="pyams_content.component.extfile.zmi.ExtAudiosCounter.action_class"> |
|
187 <code class="descname">action_class</code><em class="property"> = 'action extaudios nowrap width-40'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudiosCounter.action_class" title="Permalink to this definition">¶</a></dt> |
|
188 <dd></dd></dl> |
|
189 |
|
190 <dl class="attribute"> |
|
191 <dt id="pyams_content.component.extfile.zmi.ExtAudiosCounter.count"> |
|
192 <code class="descname">count</code><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudiosCounter.count" title="Permalink to this definition">¶</a></dt> |
|
193 <dd></dd></dl> |
|
194 |
|
195 <dl class="attribute"> |
|
196 <dt id="pyams_content.component.extfile.zmi.ExtAudiosCounter.icon_class"> |
|
197 <code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-file-audio-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudiosCounter.icon_class" title="Permalink to this definition">¶</a></dt> |
|
198 <dd></dd></dl> |
|
199 |
|
200 <dl class="attribute"> |
|
201 <dt id="pyams_content.component.extfile.zmi.ExtAudiosCounter.icon_hint"> |
|
202 <code class="descname">icon_hint</code><em class="property"> = 'Audios files'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudiosCounter.icon_hint" title="Permalink to this definition">¶</a></dt> |
|
203 <dd></dd></dl> |
|
204 |
|
205 <dl class="attribute"> |
|
206 <dt id="pyams_content.component.extfile.zmi.ExtAudiosCounter.weight"> |
|
207 <code class="descname">weight</code><em class="property"> = 23</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtAudiosCounter.weight" title="Permalink to this definition">¶</a></dt> |
|
208 <dd></dd></dl> |
|
209 |
|
210 </dd></dl> |
|
211 |
|
212 <dl class="class"> |
|
213 <dt id="pyams_content.component.extfile.zmi.ExtFileAJAXAddForm"> |
|
214 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtFileAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAJAXAddForm" title="Permalink to this definition">¶</a></dt> |
|
215 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXAddForm" title="pyams_content.component.association.zmi.AssociationItemAJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFileAddForm" title="pyams_content.component.extfile.zmi.ExtFileAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFileAddForm</span></code></a></p> |
|
216 <p>External file add form, JSON renderer</p> |
|
217 <dl class="method"> |
|
218 <dt id="pyams_content.component.extfile.zmi.ExtFileAJAXAddForm.get_ajax_output"> |
|
219 <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_content.component.extfile.zmi.ExtFileAJAXAddForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
220 <dd></dd></dl> |
|
221 |
|
222 </dd></dl> |
|
223 |
|
224 <dl class="class"> |
|
225 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm"> |
|
226 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtFileAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm" title="Permalink to this definition">¶</a></dt> |
|
227 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogAddForm" title="pyams_zmi.form.AdminDialogAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></a></p> |
|
228 <p>External file add form</p> |
|
229 <dl class="method"> |
|
230 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.add"> |
|
231 <code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.add" title="Permalink to this definition">¶</a></dt> |
|
232 <dd></dd></dl> |
|
233 |
|
234 <dl class="attribute"> |
|
235 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.ajax_handler"> |
|
236 <code class="descname">ajax_handler</code><em class="property"> = 'add-extfile.json'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
237 <dd></dd></dl> |
|
238 |
|
239 <dl class="method"> |
|
240 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.create"> |
|
241 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.create" title="Permalink to this definition">¶</a></dt> |
|
242 <dd></dd></dl> |
|
243 |
|
244 <dl class="attribute"> |
|
245 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.edit_permission"> |
|
246 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
247 <dd></dd></dl> |
|
248 |
|
249 <dl class="attribute"> |
|
250 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.fields"> |
|
251 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
252 <dd></dd></dl> |
|
253 |
|
254 <dl class="attribute"> |
|
255 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.icon_css_class"> |
|
256 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-text-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
257 <dd></dd></dl> |
|
258 |
|
259 <dl class="attribute"> |
|
260 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.legend"> |
|
261 <code class="descname">legend</code><em class="property"> = 'Add new external file'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
262 <dd></dd></dl> |
|
263 |
|
264 <dl class="method"> |
|
265 <dt id="pyams_content.component.extfile.zmi.ExtFileAddForm.updateWidgets"> |
|
266 <code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
267 <dd></dd></dl> |
|
268 |
|
269 </dd></dl> |
|
270 |
|
271 <dl class="class"> |
|
272 <dt id="pyams_content.component.extfile.zmi.ExtFileAddMenu"> |
|
273 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtFileAddMenu</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_content.component.extfile.zmi.ExtFileAddMenu" title="Permalink to this definition">¶</a></dt> |
|
274 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.security.ProtectedFormObjectMixin" title="pyams_form.security.ProtectedFormObjectMixin"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.security.ProtectedFormObjectMixin</span></code></a>, <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p> |
|
275 <p>External file add menu</p> |
|
276 <dl class="attribute"> |
|
277 <dt id="pyams_content.component.extfile.zmi.ExtFileAddMenu.label"> |
|
278 <code class="descname">label</code><em class="property"> = 'Add external file'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddMenu.label" title="Permalink to this definition">¶</a></dt> |
|
279 <dd></dd></dl> |
|
280 |
|
281 <dl class="attribute"> |
|
282 <dt id="pyams_content.component.extfile.zmi.ExtFileAddMenu.label_css_class"> |
|
283 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-file-text-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
284 <dd></dd></dl> |
|
285 |
|
286 <dl class="attribute"> |
|
287 <dt id="pyams_content.component.extfile.zmi.ExtFileAddMenu.modal_target"> |
|
288 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddMenu.modal_target" title="Permalink to this definition">¶</a></dt> |
|
289 <dd></dd></dl> |
|
290 |
|
291 <dl class="attribute"> |
|
292 <dt id="pyams_content.component.extfile.zmi.ExtFileAddMenu.url"> |
|
293 <code class="descname">url</code><em class="property"> = 'add-extfile.html'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFileAddMenu.url" title="Permalink to this definition">¶</a></dt> |
|
294 <dd></dd></dl> |
|
295 |
|
296 </dd></dl> |
|
297 |
|
298 <dl class="class"> |
|
299 <dt id="pyams_content.component.extfile.zmi.ExtFileAddMenuDivider"> |
|
300 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtFileAddMenuDivider</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_content.component.extfile.zmi.ExtFileAddMenuDivider" title="Permalink to this definition">¶</a></dt> |
|
301 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.security.ProtectedFormObjectMixin" title="pyams_form.security.ProtectedFormObjectMixin"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.security.ProtectedFormObjectMixin</span></code></a>, <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuDivider" title="pyams_skin.viewlet.toolbar.ToolbarMenuDivider"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuDivider</span></code></a></p> |
|
302 <p>External file add menu divider</p> |
|
303 </dd></dl> |
|
304 |
|
305 <dl class="class"> |
|
306 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesAJAXEditForm"> |
|
307 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtFilePropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
308 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXEditForm" title="pyams_content.component.association.zmi.AssociationItemAJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm" title="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm</span></code></a></p> |
|
309 <p>External file properties edit form, JSON renderer</p> |
|
310 <dl class="method"> |
|
311 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesAJAXEditForm.get_ajax_output"> |
|
312 <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_content.component.extfile.zmi.ExtFilePropertiesAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
313 <dd></dd></dl> |
|
314 |
|
315 </dd></dl> |
|
316 |
|
317 <dl class="class"> |
|
318 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm"> |
|
319 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtFilePropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm" title="Permalink to this definition">¶</a></dt> |
|
320 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogEditForm" title="pyams_zmi.form.AdminDialogEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></a></p> |
|
321 <p>External file properties edit form</p> |
|
322 <dl class="attribute"> |
|
323 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.ajax_handler"> |
|
324 <code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
325 <dd></dd></dl> |
|
326 |
|
327 <dl class="attribute"> |
|
328 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.dialog_class"> |
|
329 <code class="descname">dialog_class</code><em class="property"> = 'modal-large'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.dialog_class" title="Permalink to this definition">¶</a></dt> |
|
330 <dd></dd></dl> |
|
331 |
|
332 <dl class="attribute"> |
|
333 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.edit_permission"> |
|
334 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
335 <dd></dd></dl> |
|
336 |
|
337 <dl class="attribute"> |
|
338 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.fields"> |
|
339 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
340 <dd></dd></dl> |
|
341 |
|
342 <dl class="attribute"> |
|
343 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.icon_css_class"> |
|
344 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-text-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
345 <dd></dd></dl> |
|
346 |
|
347 <dl class="attribute"> |
|
348 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.legend"> |
|
349 <code class="descname">legend</code><em class="property"> = 'Update file properties'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
350 <dd></dd></dl> |
|
351 |
|
352 <dl class="method"> |
|
353 <dt id="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.updateWidgets"> |
|
354 <code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
355 <dd></dd></dl> |
|
356 |
|
357 </dd></dl> |
|
358 |
|
359 <dl class="class"> |
|
360 <dt id="pyams_content.component.extfile.zmi.ExtFilesCounter"> |
|
361 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtFilesCounter</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_content.component.extfile.zmi.ExtFilesCounter" title="Permalink to this definition">¶</a></dt> |
|
362 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase" title="pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase</span></code></a></p> |
|
363 <p>External files counter</p> |
|
364 <dl class="attribute"> |
|
365 <dt id="pyams_content.component.extfile.zmi.ExtFilesCounter.action_class"> |
|
366 <code class="descname">action_class</code><em class="property"> = 'action extfiles nowrap width-40'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilesCounter.action_class" title="Permalink to this definition">¶</a></dt> |
|
367 <dd></dd></dl> |
|
368 |
|
369 <dl class="attribute"> |
|
370 <dt id="pyams_content.component.extfile.zmi.ExtFilesCounter.count"> |
|
371 <code class="descname">count</code><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilesCounter.count" title="Permalink to this definition">¶</a></dt> |
|
372 <dd></dd></dl> |
|
373 |
|
374 <dl class="attribute"> |
|
375 <dt id="pyams_content.component.extfile.zmi.ExtFilesCounter.icon_class"> |
|
376 <code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-file-text-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilesCounter.icon_class" title="Permalink to this definition">¶</a></dt> |
|
377 <dd></dd></dl> |
|
378 |
|
379 <dl class="attribute"> |
|
380 <dt id="pyams_content.component.extfile.zmi.ExtFilesCounter.icon_hint"> |
|
381 <code class="descname">icon_hint</code><em class="property"> = 'External files'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilesCounter.icon_hint" title="Permalink to this definition">¶</a></dt> |
|
382 <dd></dd></dl> |
|
383 |
|
384 <dl class="attribute"> |
|
385 <dt id="pyams_content.component.extfile.zmi.ExtFilesCounter.weight"> |
|
386 <code class="descname">weight</code><em class="property"> = 20</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtFilesCounter.weight" title="Permalink to this definition">¶</a></dt> |
|
387 <dd></dd></dl> |
|
388 |
|
389 </dd></dl> |
|
390 |
|
391 <dl class="class"> |
|
392 <dt id="pyams_content.component.extfile.zmi.ExtImageAJAXAddForm"> |
|
393 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtImageAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAJAXAddForm" title="Permalink to this definition">¶</a></dt> |
|
394 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXAddForm" title="pyams_content.component.association.zmi.AssociationItemAJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtImageAddForm" title="pyams_content.component.extfile.zmi.ExtImageAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtImageAddForm</span></code></a></p> |
|
395 <p>External image add form, JSON renderer</p> |
|
396 <dl class="method"> |
|
397 <dt id="pyams_content.component.extfile.zmi.ExtImageAJAXAddForm.get_ajax_output"> |
|
398 <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_content.component.extfile.zmi.ExtImageAJAXAddForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
399 <dd></dd></dl> |
|
400 |
|
401 </dd></dl> |
|
402 |
|
403 <dl class="class"> |
|
404 <dt id="pyams_content.component.extfile.zmi.ExtImageAddForm"> |
|
405 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtImageAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddForm" title="Permalink to this definition">¶</a></dt> |
|
406 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFileAddForm" title="pyams_content.component.extfile.zmi.ExtFileAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFileAddForm</span></code></a></p> |
|
407 <p>External image add form</p> |
|
408 <dl class="attribute"> |
|
409 <dt id="pyams_content.component.extfile.zmi.ExtImageAddForm.ajax_handler"> |
|
410 <code class="descname">ajax_handler</code><em class="property"> = 'add-extimage.json'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
411 <dd></dd></dl> |
|
412 |
|
413 <dl class="method"> |
|
414 <dt id="pyams_content.component.extfile.zmi.ExtImageAddForm.create"> |
|
415 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddForm.create" title="Permalink to this definition">¶</a></dt> |
|
416 <dd></dd></dl> |
|
417 |
|
418 <dl class="attribute"> |
|
419 <dt id="pyams_content.component.extfile.zmi.ExtImageAddForm.fields"> |
|
420 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
421 <dd></dd></dl> |
|
422 |
|
423 <dl class="attribute"> |
|
424 <dt id="pyams_content.component.extfile.zmi.ExtImageAddForm.icon_css_class"> |
|
425 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-image-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
426 <dd></dd></dl> |
|
427 |
|
428 <dl class="attribute"> |
|
429 <dt id="pyams_content.component.extfile.zmi.ExtImageAddForm.legend"> |
|
430 <code class="descname">legend</code><em class="property"> = 'Add new image'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
431 <dd></dd></dl> |
|
432 |
|
433 <dl class="method"> |
|
434 <dt id="pyams_content.component.extfile.zmi.ExtImageAddForm.updateWidgets"> |
|
435 <code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
436 <dd></dd></dl> |
|
437 |
|
438 </dd></dl> |
|
439 |
|
440 <dl class="class"> |
|
441 <dt id="pyams_content.component.extfile.zmi.ExtImageAddMenu"> |
|
442 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtImageAddMenu</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_content.component.extfile.zmi.ExtImageAddMenu" title="Permalink to this definition">¶</a></dt> |
|
443 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.security.ProtectedFormObjectMixin" title="pyams_form.security.ProtectedFormObjectMixin"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.security.ProtectedFormObjectMixin</span></code></a>, <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p> |
|
444 <p>External image add menu</p> |
|
445 <dl class="attribute"> |
|
446 <dt id="pyams_content.component.extfile.zmi.ExtImageAddMenu.label"> |
|
447 <code class="descname">label</code><em class="property"> = 'Add image'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddMenu.label" title="Permalink to this definition">¶</a></dt> |
|
448 <dd></dd></dl> |
|
449 |
|
450 <dl class="attribute"> |
|
451 <dt id="pyams_content.component.extfile.zmi.ExtImageAddMenu.label_css_class"> |
|
452 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-file-image-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
453 <dd></dd></dl> |
|
454 |
|
455 <dl class="attribute"> |
|
456 <dt id="pyams_content.component.extfile.zmi.ExtImageAddMenu.modal_target"> |
|
457 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddMenu.modal_target" title="Permalink to this definition">¶</a></dt> |
|
458 <dd></dd></dl> |
|
459 |
|
460 <dl class="attribute"> |
|
461 <dt id="pyams_content.component.extfile.zmi.ExtImageAddMenu.url"> |
|
462 <code class="descname">url</code><em class="property"> = 'add-extimage.html'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImageAddMenu.url" title="Permalink to this definition">¶</a></dt> |
|
463 <dd></dd></dl> |
|
464 |
|
465 </dd></dl> |
|
466 |
|
467 <dl class="class"> |
|
468 <dt id="pyams_content.component.extfile.zmi.ExtImagePropertiesAJAXEditForm"> |
|
469 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtImagePropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagePropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
470 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXEditForm" title="pyams_content.component.association.zmi.AssociationItemAJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm" title="pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm</span></code></a></p> |
|
471 <p>External image properties edit form, JSON renderer</p> |
|
472 <dl class="method"> |
|
473 <dt id="pyams_content.component.extfile.zmi.ExtImagePropertiesAJAXEditForm.get_ajax_output"> |
|
474 <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_content.component.extfile.zmi.ExtImagePropertiesAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
475 <dd></dd></dl> |
|
476 |
|
477 </dd></dl> |
|
478 |
|
479 <dl class="class"> |
|
480 <dt id="pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm"> |
|
481 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtImagePropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm" title="Permalink to this definition">¶</a></dt> |
|
482 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm" title="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm</span></code></a></p> |
|
483 <p>External image properties edit form</p> |
|
484 <dl class="attribute"> |
|
485 <dt id="pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.fields"> |
|
486 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
487 <dd></dd></dl> |
|
488 |
|
489 <dl class="attribute"> |
|
490 <dt id="pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.icon_css_class"> |
|
491 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-image-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
492 <dd></dd></dl> |
|
493 |
|
494 <dl class="attribute"> |
|
495 <dt id="pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.legend"> |
|
496 <code class="descname">legend</code><em class="property"> = 'Update image properties'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
497 <dd></dd></dl> |
|
498 |
|
499 <dl class="method"> |
|
500 <dt id="pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.updateWidgets"> |
|
501 <code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagePropertiesEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
502 <dd></dd></dl> |
|
503 |
|
504 </dd></dl> |
|
505 |
|
506 <dl class="class"> |
|
507 <dt id="pyams_content.component.extfile.zmi.ExtImagesCounter"> |
|
508 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtImagesCounter</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_content.component.extfile.zmi.ExtImagesCounter" title="Permalink to this definition">¶</a></dt> |
|
509 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase" title="pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase</span></code></a></p> |
|
510 <p>External image files counter</p> |
|
511 <dl class="attribute"> |
|
512 <dt id="pyams_content.component.extfile.zmi.ExtImagesCounter.action_class"> |
|
513 <code class="descname">action_class</code><em class="property"> = 'action extimages nowrap width-40'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagesCounter.action_class" title="Permalink to this definition">¶</a></dt> |
|
514 <dd></dd></dl> |
|
515 |
|
516 <dl class="attribute"> |
|
517 <dt id="pyams_content.component.extfile.zmi.ExtImagesCounter.count"> |
|
518 <code class="descname">count</code><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagesCounter.count" title="Permalink to this definition">¶</a></dt> |
|
519 <dd></dd></dl> |
|
520 |
|
521 <dl class="attribute"> |
|
522 <dt id="pyams_content.component.extfile.zmi.ExtImagesCounter.icon_class"> |
|
523 <code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-file-image-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagesCounter.icon_class" title="Permalink to this definition">¶</a></dt> |
|
524 <dd></dd></dl> |
|
525 |
|
526 <dl class="attribute"> |
|
527 <dt id="pyams_content.component.extfile.zmi.ExtImagesCounter.icon_hint"> |
|
528 <code class="descname">icon_hint</code><em class="property"> = 'Images'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagesCounter.icon_hint" title="Permalink to this definition">¶</a></dt> |
|
529 <dd></dd></dl> |
|
530 |
|
531 <dl class="attribute"> |
|
532 <dt id="pyams_content.component.extfile.zmi.ExtImagesCounter.weight"> |
|
533 <code class="descname">weight</code><em class="property"> = 21</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtImagesCounter.weight" title="Permalink to this definition">¶</a></dt> |
|
534 <dd></dd></dl> |
|
535 |
|
536 </dd></dl> |
|
537 |
|
538 <dl class="class"> |
|
539 <dt id="pyams_content.component.extfile.zmi.ExtVideoAJAXAddForm"> |
|
540 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtVideoAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAJAXAddForm" title="Permalink to this definition">¶</a></dt> |
|
541 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXAddForm" title="pyams_content.component.association.zmi.AssociationItemAJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtVideoAddForm" title="pyams_content.component.extfile.zmi.ExtVideoAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtVideoAddForm</span></code></a></p> |
|
542 <p>External video add form, JSON renderer</p> |
|
543 <dl class="method"> |
|
544 <dt id="pyams_content.component.extfile.zmi.ExtVideoAJAXAddForm.get_ajax_output"> |
|
545 <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_content.component.extfile.zmi.ExtVideoAJAXAddForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
546 <dd></dd></dl> |
|
547 |
|
548 </dd></dl> |
|
549 |
|
550 <dl class="class"> |
|
551 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddForm"> |
|
552 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtVideoAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddForm" title="Permalink to this definition">¶</a></dt> |
|
553 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFileAddForm" title="pyams_content.component.extfile.zmi.ExtFileAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFileAddForm</span></code></a></p> |
|
554 <p>External video add form</p> |
|
555 <dl class="attribute"> |
|
556 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddForm.ajax_handler"> |
|
557 <code class="descname">ajax_handler</code><em class="property"> = 'add-extvideo.json'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
558 <dd></dd></dl> |
|
559 |
|
560 <dl class="method"> |
|
561 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddForm.create"> |
|
562 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddForm.create" title="Permalink to this definition">¶</a></dt> |
|
563 <dd></dd></dl> |
|
564 |
|
565 <dl class="attribute"> |
|
566 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddForm.fields"> |
|
567 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
568 <dd></dd></dl> |
|
569 |
|
570 <dl class="attribute"> |
|
571 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddForm.icon_css_class"> |
|
572 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-video-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
573 <dd></dd></dl> |
|
574 |
|
575 <dl class="attribute"> |
|
576 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddForm.legend"> |
|
577 <code class="descname">legend</code><em class="property"> = 'Add new video'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
578 <dd></dd></dl> |
|
579 |
|
580 </dd></dl> |
|
581 |
|
582 <dl class="class"> |
|
583 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddMenu"> |
|
584 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtVideoAddMenu</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_content.component.extfile.zmi.ExtVideoAddMenu" title="Permalink to this definition">¶</a></dt> |
|
585 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.security.ProtectedFormObjectMixin" title="pyams_form.security.ProtectedFormObjectMixin"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.security.ProtectedFormObjectMixin</span></code></a>, <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p> |
|
586 <p>External video add menu</p> |
|
587 <dl class="attribute"> |
|
588 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddMenu.label"> |
|
589 <code class="descname">label</code><em class="property"> = 'Add video'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddMenu.label" title="Permalink to this definition">¶</a></dt> |
|
590 <dd></dd></dl> |
|
591 |
|
592 <dl class="attribute"> |
|
593 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddMenu.label_css_class"> |
|
594 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-file-video-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
595 <dd></dd></dl> |
|
596 |
|
597 <dl class="attribute"> |
|
598 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddMenu.modal_target"> |
|
599 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddMenu.modal_target" title="Permalink to this definition">¶</a></dt> |
|
600 <dd></dd></dl> |
|
601 |
|
602 <dl class="attribute"> |
|
603 <dt id="pyams_content.component.extfile.zmi.ExtVideoAddMenu.url"> |
|
604 <code class="descname">url</code><em class="property"> = 'add-extvideo.html'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoAddMenu.url" title="Permalink to this definition">¶</a></dt> |
|
605 <dd></dd></dl> |
|
606 |
|
607 </dd></dl> |
|
608 |
|
609 <dl class="class"> |
|
610 <dt id="pyams_content.component.extfile.zmi.ExtVideoPropertiesAJAXEditForm"> |
|
611 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtVideoPropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoPropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
612 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.association.zmi.html#pyams_content.component.association.zmi.AssociationItemAJAXEditForm" title="pyams_content.component.association.zmi.AssociationItemAJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.association.zmi.AssociationItemAJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm" title="pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm</span></code></a></p> |
|
613 <p>External video properties edit form, JSON renderer</p> |
|
614 <dl class="method"> |
|
615 <dt id="pyams_content.component.extfile.zmi.ExtVideoPropertiesAJAXEditForm.get_ajax_output"> |
|
616 <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_content.component.extfile.zmi.ExtVideoPropertiesAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
617 <dd></dd></dl> |
|
618 |
|
619 </dd></dl> |
|
620 |
|
621 <dl class="class"> |
|
622 <dt id="pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm"> |
|
623 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtVideoPropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm" title="Permalink to this definition">¶</a></dt> |
|
624 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm" title="pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.extfile.zmi.ExtFilePropertiesEditForm</span></code></a></p> |
|
625 <p>External video properties edit form</p> |
|
626 <dl class="attribute"> |
|
627 <dt id="pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm.fields"> |
|
628 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
629 <dd></dd></dl> |
|
630 |
|
631 <dl class="attribute"> |
|
632 <dt id="pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm.icon_css_class"> |
|
633 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-file-video-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
634 <dd></dd></dl> |
|
635 |
|
636 <dl class="attribute"> |
|
637 <dt id="pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm.legend"> |
|
638 <code class="descname">legend</code><em class="property"> = 'Update video properties'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideoPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
639 <dd></dd></dl> |
|
640 |
|
641 </dd></dl> |
|
642 |
|
643 <dl class="class"> |
|
644 <dt id="pyams_content.component.extfile.zmi.ExtVideosCounter"> |
|
645 <em class="property">class </em><code class="descclassname">pyams_content.component.extfile.zmi.</code><code class="descname">ExtVideosCounter</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_content.component.extfile.zmi.ExtVideosCounter" title="Permalink to this definition">¶</a></dt> |
|
646 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase" title="pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.container.ParagraphContainerCounterBase</span></code></a></p> |
|
647 <p>External video files counter</p> |
|
648 <dl class="attribute"> |
|
649 <dt id="pyams_content.component.extfile.zmi.ExtVideosCounter.action_class"> |
|
650 <code class="descname">action_class</code><em class="property"> = 'action extvideos nowrap width-40'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideosCounter.action_class" title="Permalink to this definition">¶</a></dt> |
|
651 <dd></dd></dl> |
|
652 |
|
653 <dl class="attribute"> |
|
654 <dt id="pyams_content.component.extfile.zmi.ExtVideosCounter.count"> |
|
655 <code class="descname">count</code><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideosCounter.count" title="Permalink to this definition">¶</a></dt> |
|
656 <dd></dd></dl> |
|
657 |
|
658 <dl class="attribute"> |
|
659 <dt id="pyams_content.component.extfile.zmi.ExtVideosCounter.icon_class"> |
|
660 <code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-file-video-o'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideosCounter.icon_class" title="Permalink to this definition">¶</a></dt> |
|
661 <dd></dd></dl> |
|
662 |
|
663 <dl class="attribute"> |
|
664 <dt id="pyams_content.component.extfile.zmi.ExtVideosCounter.icon_hint"> |
|
665 <code class="descname">icon_hint</code><em class="property"> = 'Videos'</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideosCounter.icon_hint" title="Permalink to this definition">¶</a></dt> |
|
666 <dd></dd></dl> |
|
667 |
|
668 <dl class="attribute"> |
|
669 <dt id="pyams_content.component.extfile.zmi.ExtVideosCounter.weight"> |
|
670 <code class="descname">weight</code><em class="property"> = 22</em><a class="headerlink" href="#pyams_content.component.extfile.zmi.ExtVideosCounter.weight" title="Permalink to this definition">¶</a></dt> |
|
671 <dd></dd></dl> |
|
672 |
|
673 </dd></dl> |
|
674 |
|
675 </div> |
|
676 </div> |
|
677 |
|
678 |
|
679 </div> |
|
680 </div> |
|
681 </div> |
|
682 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
683 <div class="sphinxsidebarwrapper"> |
|
684 <h3><a href="index.html">Table Of Contents</a></h3> |
|
685 <ul> |
|
686 <li><a class="reference internal" href="#">pyams_content.component.extfile.zmi package</a><ul> |
|
687 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
688 <li><a class="reference internal" href="#module-pyams_content.component.extfile.zmi.container">pyams_content.component.extfile.zmi.container module</a></li> |
|
689 <li><a class="reference internal" href="#module-pyams_content.component.extfile.zmi">Module contents</a></li> |
|
690 </ul> |
|
691 </li> |
|
692 </ul> |
|
693 |
|
694 <div id="searchbox" style="display: none" role="search"> |
|
695 <h3>Quick search</h3> |
|
696 <form class="search" action="search.html" method="get"> |
|
697 <div><input type="text" name="q" /></div> |
|
698 <div><input type="submit" value="Go" /></div> |
|
699 <input type="hidden" name="check_keywords" value="yes" /> |
|
700 <input type="hidden" name="area" value="default" /> |
|
701 </form> |
|
702 </div> |
|
703 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
704 </div> |
|
705 </div> |
|
706 <div class="clearer"></div> |
|
707 </div> |
|
708 <div class="related" role="navigation" aria-label="related navigation"> |
|
709 <h3>Navigation</h3> |
|
710 <ul> |
|
711 <li class="right" style="margin-right: 10px"> |
|
712 <a href="genindex.html" title="General Index" |
|
713 >index</a></li> |
|
714 <li class="right" > |
|
715 <a href="py-modindex.html" title="Python Module Index" |
|
716 >modules</a> |</li> |
|
717 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
718 </ul> |
|
719 </div> |
|
720 <div class="footer" role="contentinfo"> |
|
721 © Copyright 2017, Thierry Florac. |
|
722 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
723 </div> |
|
724 </body> |
|
725 </html> |