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.illustration.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-illustration-zmi-package"> |
|
54 <h1>pyams_content.component.illustration.zmi package<a class="headerlink" href="#pyams-content-component-illustration-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.illustration.zmi.paragraph"> |
|
59 <span id="pyams-content-component-illustration-zmi-paragraph-module"></span><h2>pyams_content.component.illustration.zmi.paragraph module<a class="headerlink" href="#module-pyams_content.component.illustration.zmi.paragraph" title="Permalink to this headline">¶</a></h2> |
|
60 <dl class="class"> |
|
61 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAJAXAddForm"> |
|
62 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAJAXAddForm" title="Permalink to this definition">¶</a></dt> |
|
63 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.BaseParagraphAJAXAddForm" title="pyams_content.component.paragraph.zmi.BaseParagraphAJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.BaseParagraphAJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm" title="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm</span></code></a></p> |
|
64 <p>HTML paragraph add form, JSON renderer</p> |
|
65 </dd></dl> |
|
66 |
|
67 <dl class="class"> |
|
68 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm"> |
|
69 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm" title="Permalink to this definition">¶</a></dt> |
|
70 <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> |
|
71 <p>Illustration add form</p> |
|
72 <dl class="method"> |
|
73 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.add"> |
|
74 <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.illustration.zmi.paragraph.IllustrationAddForm.add" title="Permalink to this definition">¶</a></dt> |
|
75 <dd></dd></dl> |
|
76 |
|
77 <dl class="attribute"> |
|
78 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.ajax_handler"> |
|
79 <code class="descname">ajax_handler</code><em class="property"> = 'add-illustration.json'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
80 <dd></dd></dl> |
|
81 |
|
82 <dl class="method"> |
|
83 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.create"> |
|
84 <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.illustration.zmi.paragraph.IllustrationAddForm.create" title="Permalink to this definition">¶</a></dt> |
|
85 <dd></dd></dl> |
|
86 |
|
87 <dl class="attribute"> |
|
88 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.dialog_class"> |
|
89 <code class="descname">dialog_class</code><em class="property"> = 'modal-large'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.dialog_class" title="Permalink to this definition">¶</a></dt> |
|
90 <dd></dd></dl> |
|
91 |
|
92 <dl class="attribute"> |
|
93 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.edit_permission"> |
|
94 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
95 <dd></dd></dl> |
|
96 |
|
97 <dl class="attribute"> |
|
98 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.fields"> |
|
99 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
100 <dd></dd></dl> |
|
101 |
|
102 <dl class="attribute"> |
|
103 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.icon_css_class"> |
|
104 <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.illustration.zmi.paragraph.IllustrationAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
105 <dd></dd></dl> |
|
106 |
|
107 <dl class="attribute"> |
|
108 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.legend"> |
|
109 <code class="descname">legend</code><em class="property"> = 'Add new illustration'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
110 <dd></dd></dl> |
|
111 |
|
112 <dl class="method"> |
|
113 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddForm.updateWidgets"> |
|
114 <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.illustration.zmi.paragraph.IllustrationAddForm.updateWidgets" 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.illustration.zmi.paragraph.IllustrationAddMenu"> |
|
121 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationAddMenu</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.illustration.zmi.paragraph.IllustrationAddMenu" title="Permalink to this definition">¶</a></dt> |
|
122 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.BaseParagraphAddMenu" title="pyams_content.component.paragraph.zmi.BaseParagraphAddMenu"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.BaseParagraphAddMenu</span></code></a></p> |
|
123 <p>Illustration add menu</p> |
|
124 <dl class="attribute"> |
|
125 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddMenu.label"> |
|
126 <code class="descname">label</code><em class="property"> = 'Add illustration...'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddMenu.label" title="Permalink to this definition">¶</a></dt> |
|
127 <dd></dd></dl> |
|
128 |
|
129 <dl class="attribute"> |
|
130 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddMenu.label_css_class"> |
|
131 <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.illustration.zmi.paragraph.IllustrationAddMenu.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.illustration.zmi.paragraph.IllustrationAddMenu.paragraph_type"> |
|
136 <code class="descname">paragraph_type</code><em class="property"> = 'Illustration'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddMenu.paragraph_type" title="Permalink to this definition">¶</a></dt> |
|
137 <dd></dd></dl> |
|
138 |
|
139 <dl class="attribute"> |
|
140 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationAddMenu.url"> |
|
141 <code class="descname">url</code><em class="property"> = 'add-illustration.html'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationAddMenu.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.illustration.zmi.paragraph.IllustrationInnerAJAXEditForm"> |
|
148 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationInnerAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationInnerAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
149 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.BaseParagraphAJAXEditForm" title="pyams_content.component.paragraph.zmi.BaseParagraphAJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.BaseParagraphAJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm" title="pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm</span></code></a></p> |
|
150 <p>Illustration paragraph inner edit form, JSON renderer</p> |
|
151 <dl class="method"> |
|
152 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationInnerAJAXEditForm.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.illustration.zmi.paragraph.IllustrationInnerAJAXEditForm.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.illustration.zmi.paragraph.IllustrationInnerEditForm"> |
|
160 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationInnerEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm" title="Permalink to this definition">¶</a></dt> |
|
161 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm" title="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm</span></code></a></p> |
|
162 <p>Illustration inner edit form</p> |
|
163 <dl class="attribute"> |
|
164 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm.ajax_handler"> |
|
165 <code class="descname">ajax_handler</code><em class="property"> = 'inner-properties.json'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
166 <dd></dd></dl> |
|
167 |
|
168 <dl class="attribute"> |
|
169 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm.buttons"> |
|
170 <code class="descname">buttons</code><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm.buttons" title="Permalink to this definition">¶</a></dt> |
|
171 <dd></dd></dl> |
|
172 |
|
173 <dl class="attribute"> |
|
174 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm.legend"> |
|
175 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationInnerEditForm.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.illustration.zmi.paragraph.IllustrationPropertiesAJAXEditForm"> |
|
182 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationPropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesAJAXEditForm" 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.BaseParagraphAJAXEditForm" title="pyams_content.component.paragraph.zmi.BaseParagraphAJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.BaseParagraphAJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm" title="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm</span></code></a></p> |
|
184 <p>Illustration properties edit form, JSON renderer</p> |
|
185 <dl class="method"> |
|
186 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesAJAXEditForm.get_ajax_output"> |
|
187 <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.illustration.zmi.paragraph.IllustrationPropertiesAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
188 <dd></dd></dl> |
|
189 |
|
190 </dd></dl> |
|
191 |
|
192 <dl class="class"> |
|
193 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm"> |
|
194 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationPropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm" title="Permalink to this definition">¶</a></dt> |
|
195 <dd><p>Bases: <a class="reference internal" href="pyams_content.component.paragraph.zmi.html#pyams_content.component.paragraph.zmi.BaseParagraphPropertiesEditForm" title="pyams_content.component.paragraph.zmi.BaseParagraphPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.paragraph.zmi.BaseParagraphPropertiesEditForm</span></code></a></p> |
|
196 <p>Illustration properties edit form</p> |
|
197 <dl class="attribute"> |
|
198 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.ajax_handler"> |
|
199 <code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
200 <dd></dd></dl> |
|
201 |
|
202 <dl class="attribute"> |
|
203 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.dialog_class"> |
|
204 <code class="descname">dialog_class</code><em class="property"> = 'modal-large'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.dialog_class" title="Permalink to this definition">¶</a></dt> |
|
205 <dd></dd></dl> |
|
206 |
|
207 <dl class="attribute"> |
|
208 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.edit_permission"> |
|
209 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
210 <dd></dd></dl> |
|
211 |
|
212 <dl class="attribute"> |
|
213 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.fields"> |
|
214 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
215 <dd></dd></dl> |
|
216 |
|
217 <dl class="attribute"> |
|
218 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.icon_css_class"> |
|
219 <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.illustration.zmi.paragraph.IllustrationPropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
220 <dd></dd></dl> |
|
221 |
|
222 <dl class="attribute"> |
|
223 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.legend"> |
|
224 <code class="descname">legend</code><em class="property"> = 'Edit illustration properties'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
225 <dd></dd></dl> |
|
226 |
|
227 <dl class="method"> |
|
228 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationPropertiesEditForm.updateWidgets"> |
|
229 <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.illustration.zmi.paragraph.IllustrationPropertiesEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
230 <dd></dd></dl> |
|
231 |
|
232 </dd></dl> |
|
233 |
|
234 <dl class="class"> |
|
235 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationSummary"> |
|
236 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.paragraph.</code><code class="descname">IllustrationSummary</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationSummary" title="Permalink to this definition">¶</a></dt> |
|
237 <dd><p>Bases: <a class="reference internal" href="pyams_viewlet.html#pyams_viewlet.viewlet.BaseContentProvider" title="pyams_viewlet.viewlet.BaseContentProvider"><code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.BaseContentProvider</span></code></a></p> |
|
238 <p>Illustration renderer</p> |
|
239 <dl class="attribute"> |
|
240 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationSummary.language"> |
|
241 <code class="descname">language</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationSummary.language" title="Permalink to this definition">¶</a></dt> |
|
242 <dd></dd></dl> |
|
243 |
|
244 <dl class="method"> |
|
245 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationSummary.render"> |
|
246 <code class="descname">render</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationSummary.render" title="Permalink to this definition">¶</a></dt> |
|
247 <dd></dd></dl> |
|
248 |
|
249 <dl class="method"> |
|
250 <dt id="pyams_content.component.illustration.zmi.paragraph.IllustrationSummary.update"> |
|
251 <code class="descname">update</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.paragraph.IllustrationSummary.update" title="Permalink to this definition">¶</a></dt> |
|
252 <dd></dd></dl> |
|
253 |
|
254 </dd></dl> |
|
255 |
|
256 </div> |
|
257 <div class="section" id="module-pyams_content.component.illustration.zmi"> |
|
258 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.component.illustration.zmi" title="Permalink to this headline">¶</a></h2> |
|
259 <dl class="class"> |
|
260 <dt id="pyams_content.component.illustration.zmi.AddIllustrationAction"> |
|
261 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">AddIllustrationAction</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.illustration.zmi.AddIllustrationAction" title="Permalink to this definition">¶</a></dt> |
|
262 <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.JsToolbarAction" title="pyams_skin.viewlet.toolbar.JsToolbarAction"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.JsToolbarAction</span></code></a></p> |
|
263 <p>Add illustration action</p> |
|
264 <dl class="attribute"> |
|
265 <dt id="pyams_content.component.illustration.zmi.AddIllustrationAction.group_css_class"> |
|
266 <code class="descname">group_css_class</code><em class="property"> = 'btn-group clearfix persistent'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.AddIllustrationAction.group_css_class" title="Permalink to this definition">¶</a></dt> |
|
267 <dd></dd></dl> |
|
268 |
|
269 <dl class="attribute"> |
|
270 <dt id="pyams_content.component.illustration.zmi.AddIllustrationAction.label"> |
|
271 <code class="descname">label</code><em class="property"> = 'Add illustration'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.AddIllustrationAction.label" title="Permalink to this definition">¶</a></dt> |
|
272 <dd></dd></dl> |
|
273 |
|
274 <dl class="attribute"> |
|
275 <dt id="pyams_content.component.illustration.zmi.AddIllustrationAction.url"> |
|
276 <code class="descname">url</code><em class="property"> = 'PyAMS_content.illustration.addIllustration'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.AddIllustrationAction.url" title="Permalink to this definition">¶</a></dt> |
|
277 <dd></dd></dl> |
|
278 |
|
279 </dd></dl> |
|
280 |
|
281 <dl class="class"> |
|
282 <dt id="pyams_content.component.illustration.zmi.BaseIllustrationRenderer"> |
|
283 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">BaseIllustrationRenderer</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.BaseIllustrationRenderer" title="Permalink to this definition">¶</a></dt> |
|
284 <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> |
|
285 <p>Base illustration renderer</p> |
|
286 <dl class="attribute"> |
|
287 <dt id="pyams_content.component.illustration.zmi.BaseIllustrationRenderer.language"> |
|
288 <code class="descname">language</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.BaseIllustrationRenderer.language" title="Permalink to this definition">¶</a></dt> |
|
289 <dd></dd></dl> |
|
290 |
|
291 <dl class="attribute"> |
|
292 <dt id="pyams_content.component.illustration.zmi.BaseIllustrationRenderer.render"> |
|
293 <code class="descname">render</code><em class="property"> = <BoundViewTemplate of None></em><a class="headerlink" href="#pyams_content.component.illustration.zmi.BaseIllustrationRenderer.render" title="Permalink to this definition">¶</a></dt> |
|
294 <dd></dd></dl> |
|
295 |
|
296 <dl class="method"> |
|
297 <dt id="pyams_content.component.illustration.zmi.BaseIllustrationRenderer.update"> |
|
298 <code class="descname">update</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.BaseIllustrationRenderer.update" title="Permalink to this definition">¶</a></dt> |
|
299 <dd></dd></dl> |
|
300 |
|
301 </dd></dl> |
|
302 |
|
303 <dl class="class"> |
|
304 <dt id="pyams_content.component.illustration.zmi.DefaultIllustrationRenderer"> |
|
305 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">DefaultIllustrationRenderer</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.DefaultIllustrationRenderer" title="Permalink to this definition">¶</a></dt> |
|
306 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.illustration.zmi.BaseIllustrationRenderer" title="pyams_content.component.illustration.zmi.BaseIllustrationRenderer"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.illustration.zmi.BaseIllustrationRenderer</span></code></a></p> |
|
307 <p>Default illustration renderer</p> |
|
308 <dl class="attribute"> |
|
309 <dt id="pyams_content.component.illustration.zmi.DefaultIllustrationRenderer.label"> |
|
310 <code class="descname">label</code><em class="property"> = 'Centered illustration'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.DefaultIllustrationRenderer.label" title="Permalink to this definition">¶</a></dt> |
|
311 <dd></dd></dl> |
|
312 |
|
313 <dl class="attribute"> |
|
314 <dt id="pyams_content.component.illustration.zmi.DefaultIllustrationRenderer.weight"> |
|
315 <code class="descname">weight</code><em class="property"> = 1</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.DefaultIllustrationRenderer.weight" title="Permalink to this definition">¶</a></dt> |
|
316 <dd></dd></dl> |
|
317 |
|
318 </dd></dl> |
|
319 |
|
320 <dl class="class"> |
|
321 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm"> |
|
322 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">IllustrationPropertiesInnerEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm" title="Permalink to this definition">¶</a></dt> |
|
323 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminEditForm" title="pyams_zmi.form.InnerAdminEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminEditForm</span></code></a></p> |
|
324 <p>Illustration properties inner edit form</p> |
|
325 <dl class="method"> |
|
326 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.check_mode"> |
|
327 <code class="descname">check_mode</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.check_mode" title="Permalink to this definition">¶</a></dt> |
|
328 <dd></dd></dl> |
|
329 |
|
330 <dl class="attribute"> |
|
331 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.css_class"> |
|
332 <code class="descname">css_class</code><em class="property"> = 'form-group'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.css_class" title="Permalink to this definition">¶</a></dt> |
|
333 <dd></dd></dl> |
|
334 |
|
335 <dl class="attribute"> |
|
336 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.fields"> |
|
337 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
338 <dd></dd></dl> |
|
339 |
|
340 <dl class="attribute"> |
|
341 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.fieldset_class"> |
|
342 <code class="descname">fieldset_class</code><em class="property"> = 'margin-top-10 padding-y-5'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.fieldset_class" title="Permalink to this definition">¶</a></dt> |
|
343 <dd></dd></dl> |
|
344 |
|
345 <dl class="method"> |
|
346 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.getContent"> |
|
347 <code class="descname">getContent</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.getContent" title="Permalink to this definition">¶</a></dt> |
|
348 <dd></dd></dl> |
|
349 |
|
350 <dl class="method"> |
|
351 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.get_ajax_output"> |
|
352 <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.illustration.zmi.IllustrationPropertiesInnerEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt> |
|
353 <dd></dd></dl> |
|
354 |
|
355 <dl class="attribute"> |
|
356 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.hide_widgets_prefix_div"> |
|
357 <code class="descname">hide_widgets_prefix_div</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.hide_widgets_prefix_div" title="Permalink to this definition">¶</a></dt> |
|
358 <dd></dd></dl> |
|
359 |
|
360 <dl class="attribute"> |
|
361 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.legend"> |
|
362 <code class="descname">legend</code><em class="property"> = 'Illustration'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
363 <dd></dd></dl> |
|
364 |
|
365 <dl class="attribute"> |
|
366 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.legend_class"> |
|
367 <code class="descname">legend_class</code><em class="property"> = 'illustration switcher no-y-padding padding-right-10 pull-left width-auto'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.legend_class" title="Permalink to this definition">¶</a></dt> |
|
368 <dd></dd></dl> |
|
369 |
|
370 <dl class="attribute"> |
|
371 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.padding_class"> |
|
372 <code class="descname">padding_class</code><em class="property"> = ''</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.padding_class" title="Permalink to this definition">¶</a></dt> |
|
373 <dd></dd></dl> |
|
374 |
|
375 <dl class="attribute"> |
|
376 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.prefix"> |
|
377 <code class="descname">prefix</code><em class="property"> = 'illustration_form.'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.prefix" title="Permalink to this definition">¶</a></dt> |
|
378 <dd></dd></dl> |
|
379 |
|
380 <dl class="method"> |
|
381 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.updateWidgets"> |
|
382 <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.illustration.zmi.IllustrationPropertiesInnerEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
383 <dd></dd></dl> |
|
384 |
|
385 <dl class="attribute"> |
|
386 <dt id="pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.weight"> |
|
387 <code class="descname">weight</code><em class="property"> = 10</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.IllustrationPropertiesInnerEditForm.weight" title="Permalink to this definition">¶</a></dt> |
|
388 <dd></dd></dl> |
|
389 |
|
390 </dd></dl> |
|
391 |
|
392 <dl class="class"> |
|
393 <dt id="pyams_content.component.illustration.zmi.IllustrationThumbnail"> |
|
394 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">IllustrationThumbnail</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.illustration.zmi.IllustrationThumbnail" title="Permalink to this definition">¶</a></dt> |
|
395 <dd><p>Bases: <a class="reference internal" href="pyams_viewlet.html#pyams_viewlet.viewlet.Viewlet" title="pyams_viewlet.viewlet.Viewlet"><code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.Viewlet</span></code></a></p> |
|
396 <p>Illustration thumbnail</p> |
|
397 </dd></dl> |
|
398 |
|
399 <dl class="class"> |
|
400 <dt id="pyams_content.component.illustration.zmi.LeftIllustrationWithZoomRenderer"> |
|
401 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">LeftIllustrationWithZoomRenderer</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.LeftIllustrationWithZoomRenderer" title="Permalink to this definition">¶</a></dt> |
|
402 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.illustration.zmi.BaseIllustrationRenderer" title="pyams_content.component.illustration.zmi.BaseIllustrationRenderer"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.illustration.zmi.BaseIllustrationRenderer</span></code></a></p> |
|
403 <p>Illustrtaion renderer with small image and zoom</p> |
|
404 <dl class="attribute"> |
|
405 <dt id="pyams_content.component.illustration.zmi.LeftIllustrationWithZoomRenderer.label"> |
|
406 <code class="descname">label</code><em class="property"> = 'Small illustration on the left with zoom'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.LeftIllustrationWithZoomRenderer.label" title="Permalink to this definition">¶</a></dt> |
|
407 <dd></dd></dl> |
|
408 |
|
409 <dl class="attribute"> |
|
410 <dt id="pyams_content.component.illustration.zmi.LeftIllustrationWithZoomRenderer.weight"> |
|
411 <code class="descname">weight</code><em class="property"> = 2</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.LeftIllustrationWithZoomRenderer.weight" title="Permalink to this definition">¶</a></dt> |
|
412 <dd></dd></dl> |
|
413 |
|
414 </dd></dl> |
|
415 |
|
416 <dl class="class"> |
|
417 <dt id="pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker"> |
|
418 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">ParagraphContainerIllustrationMarker</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.illustration.zmi.ParagraphContainerIllustrationMarker" title="Permalink to this definition">¶</a></dt> |
|
419 <dd><p>Bases: <a class="reference internal" href="pyams_viewlet.html#pyams_viewlet.viewlet.Viewlet" title="pyams_viewlet.viewlet.Viewlet"><code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.Viewlet</span></code></a></p> |
|
420 <p>Paragraph container illustration marker column</p> |
|
421 <dl class="attribute"> |
|
422 <dt id="pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.action_class"> |
|
423 <code class="descname">action_class</code><em class="property"> = 'action illustration nowrap width-40'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.action_class" title="Permalink to this definition">¶</a></dt> |
|
424 <dd></dd></dl> |
|
425 |
|
426 <dl class="attribute"> |
|
427 <dt id="pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.icon_class"> |
|
428 <code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-file-image-o'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.icon_class" title="Permalink to this definition">¶</a></dt> |
|
429 <dd></dd></dl> |
|
430 |
|
431 <dl class="attribute"> |
|
432 <dt id="pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.icon_hint"> |
|
433 <code class="descname">icon_hint</code><em class="property"> = 'Illustration'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.icon_hint" title="Permalink to this definition">¶</a></dt> |
|
434 <dd></dd></dl> |
|
435 |
|
436 <dl class="attribute"> |
|
437 <dt id="pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.weight"> |
|
438 <code class="descname">weight</code><em class="property"> = 5</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.ParagraphContainerIllustrationMarker.weight" title="Permalink to this definition">¶</a></dt> |
|
439 <dd></dd></dl> |
|
440 |
|
441 </dd></dl> |
|
442 |
|
443 <dl class="class"> |
|
444 <dt id="pyams_content.component.illustration.zmi.RightIllustrationWithZoomRenderer"> |
|
445 <em class="property">class </em><code class="descclassname">pyams_content.component.illustration.zmi.</code><code class="descname">RightIllustrationWithZoomRenderer</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.component.illustration.zmi.RightIllustrationWithZoomRenderer" title="Permalink to this definition">¶</a></dt> |
|
446 <dd><p>Bases: <a class="reference internal" href="#pyams_content.component.illustration.zmi.BaseIllustrationRenderer" title="pyams_content.component.illustration.zmi.BaseIllustrationRenderer"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.component.illustration.zmi.BaseIllustrationRenderer</span></code></a></p> |
|
447 <p>Illustrtaion renderer with small image and zoom</p> |
|
448 <dl class="attribute"> |
|
449 <dt id="pyams_content.component.illustration.zmi.RightIllustrationWithZoomRenderer.label"> |
|
450 <code class="descname">label</code><em class="property"> = 'Small illustration on the right with zoom'</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.RightIllustrationWithZoomRenderer.label" title="Permalink to this definition">¶</a></dt> |
|
451 <dd></dd></dl> |
|
452 |
|
453 <dl class="attribute"> |
|
454 <dt id="pyams_content.component.illustration.zmi.RightIllustrationWithZoomRenderer.weight"> |
|
455 <code class="descname">weight</code><em class="property"> = 3</em><a class="headerlink" href="#pyams_content.component.illustration.zmi.RightIllustrationWithZoomRenderer.weight" title="Permalink to this definition">¶</a></dt> |
|
456 <dd></dd></dl> |
|
457 |
|
458 </dd></dl> |
|
459 |
|
460 </div> |
|
461 </div> |
|
462 |
|
463 |
|
464 </div> |
|
465 </div> |
|
466 </div> |
|
467 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
468 <div class="sphinxsidebarwrapper"> |
|
469 <h3><a href="index.html">Table Of Contents</a></h3> |
|
470 <ul> |
|
471 <li><a class="reference internal" href="#">pyams_content.component.illustration.zmi package</a><ul> |
|
472 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
473 <li><a class="reference internal" href="#module-pyams_content.component.illustration.zmi.paragraph">pyams_content.component.illustration.zmi.paragraph module</a></li> |
|
474 <li><a class="reference internal" href="#module-pyams_content.component.illustration.zmi">Module contents</a></li> |
|
475 </ul> |
|
476 </li> |
|
477 </ul> |
|
478 |
|
479 <div id="searchbox" style="display: none" role="search"> |
|
480 <h3>Quick search</h3> |
|
481 <form class="search" action="search.html" method="get"> |
|
482 <div><input type="text" name="q" /></div> |
|
483 <div><input type="submit" value="Go" /></div> |
|
484 <input type="hidden" name="check_keywords" value="yes" /> |
|
485 <input type="hidden" name="area" value="default" /> |
|
486 </form> |
|
487 </div> |
|
488 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
489 </div> |
|
490 </div> |
|
491 <div class="clearer"></div> |
|
492 </div> |
|
493 <div class="related" role="navigation" aria-label="related navigation"> |
|
494 <h3>Navigation</h3> |
|
495 <ul> |
|
496 <li class="right" style="margin-right: 10px"> |
|
497 <a href="genindex.html" title="General Index" |
|
498 >index</a></li> |
|
499 <li class="right" > |
|
500 <a href="py-modindex.html" title="Python Module Index" |
|
501 >modules</a> |</li> |
|
502 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
503 </ul> |
|
504 </div> |
|
505 <div class="footer" role="contentinfo"> |
|
506 © Copyright 2017, Thierry Florac. |
|
507 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
508 </div> |
|
509 </body> |
|
510 </html> |
|