|
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.features.preview.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-features-preview-zmi-package"> |
|
54 <h1>pyams_content.features.preview.zmi package<a class="headerlink" href="#pyams-content-features-preview-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.features.preview.zmi.interfaces"> |
|
59 <span id="pyams-content-features-preview-zmi-interfaces-module"></span><h2>pyams_content.features.preview.zmi.interfaces module<a class="headerlink" href="#module-pyams_content.features.preview.zmi.interfaces" title="Permalink to this headline">¶</a></h2> |
|
60 </div> |
|
61 <div class="section" id="module-pyams_content.features.preview.zmi"> |
|
62 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.features.preview.zmi" title="Permalink to this headline">¶</a></h2> |
|
63 <dl class="class"> |
|
64 <dt id="pyams_content.features.preview.zmi.PreviewAction"> |
|
65 <em class="property">class </em><code class="descclassname">pyams_content.features.preview.zmi.</code><code class="descname">PreviewAction</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.features.preview.zmi.PreviewAction" title="Permalink to this definition">¶</a></dt> |
|
66 <dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarAction" title="pyams_skin.viewlet.toolbar.ToolbarAction"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarAction</span></code></a></p> |
|
67 <p>Content preview action</p> |
|
68 <dl class="attribute"> |
|
69 <dt id="pyams_content.features.preview.zmi.PreviewAction.css_class"> |
|
70 <code class="descname">css_class</code><em class="property"> = 'btn btn-xs btn-default'</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewAction.css_class" title="Permalink to this definition">¶</a></dt> |
|
71 <dd></dd></dl> |
|
72 |
|
73 <dl class="attribute"> |
|
74 <dt id="pyams_content.features.preview.zmi.PreviewAction.group_css_class"> |
|
75 <code class="descname">group_css_class</code><em class="property"> = 'btn-group margin-right-10'</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewAction.group_css_class" title="Permalink to this definition">¶</a></dt> |
|
76 <dd></dd></dl> |
|
77 |
|
78 <dl class="attribute"> |
|
79 <dt id="pyams_content.features.preview.zmi.PreviewAction.label"> |
|
80 <code class="descname">label</code><em class="property"> = 'Preview'</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewAction.label" title="Permalink to this definition">¶</a></dt> |
|
81 <dd></dd></dl> |
|
82 |
|
83 <dl class="attribute"> |
|
84 <dt id="pyams_content.features.preview.zmi.PreviewAction.label_css_class"> |
|
85 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-newspaper-o'</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewAction.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
86 <dd></dd></dl> |
|
87 |
|
88 <dl class="attribute"> |
|
89 <dt id="pyams_content.features.preview.zmi.PreviewAction.modal_target"> |
|
90 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewAction.modal_target" title="Permalink to this definition">¶</a></dt> |
|
91 <dd></dd></dl> |
|
92 |
|
93 <dl class="attribute"> |
|
94 <dt id="pyams_content.features.preview.zmi.PreviewAction.url"> |
|
95 <code class="descname">url</code><em class="property"> = 'preview.html'</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewAction.url" title="Permalink to this definition">¶</a></dt> |
|
96 <dd></dd></dl> |
|
97 |
|
98 </dd></dl> |
|
99 |
|
100 <dl class="class"> |
|
101 <dt id="pyams_content.features.preview.zmi.PreviewForm"> |
|
102 <em class="property">class </em><code class="descclassname">pyams_content.features.preview.zmi.</code><code class="descname">PreviewForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewForm" title="Permalink to this definition">¶</a></dt> |
|
103 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogDisplayForm" title="pyams_zmi.form.AdminDialogDisplayForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogDisplayForm</span></code></a></p> |
|
104 <p>Content preview form</p> |
|
105 <dl class="attribute"> |
|
106 <dt id="pyams_content.features.preview.zmi.PreviewForm.dialog_class"> |
|
107 <code class="descname">dialog_class</code><em class="property"> = 'modal-max'</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewForm.dialog_class" title="Permalink to this definition">¶</a></dt> |
|
108 <dd></dd></dl> |
|
109 |
|
110 <dl class="attribute"> |
|
111 <dt id="pyams_content.features.preview.zmi.PreviewForm.fields"> |
|
112 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewForm.fields" title="Permalink to this definition">¶</a></dt> |
|
113 <dd></dd></dl> |
|
114 |
|
115 <dl class="attribute"> |
|
116 <dt id="pyams_content.features.preview.zmi.PreviewForm.legend"> |
|
117 <code class="descname">legend</code><em class="property"> = 'Content preview'</em><a class="headerlink" href="#pyams_content.features.preview.zmi.PreviewForm.legend" title="Permalink to this definition">¶</a></dt> |
|
118 <dd></dd></dl> |
|
119 |
|
120 </dd></dl> |
|
121 |
|
122 </div> |
|
123 </div> |
|
124 |
|
125 |
|
126 </div> |
|
127 </div> |
|
128 </div> |
|
129 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
130 <div class="sphinxsidebarwrapper"> |
|
131 <h3><a href="index.html">Table Of Contents</a></h3> |
|
132 <ul> |
|
133 <li><a class="reference internal" href="#">pyams_content.features.preview.zmi package</a><ul> |
|
134 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
135 <li><a class="reference internal" href="#module-pyams_content.features.preview.zmi.interfaces">pyams_content.features.preview.zmi.interfaces module</a></li> |
|
136 <li><a class="reference internal" href="#module-pyams_content.features.preview.zmi">Module contents</a></li> |
|
137 </ul> |
|
138 </li> |
|
139 </ul> |
|
140 |
|
141 <div id="searchbox" style="display: none" role="search"> |
|
142 <h3>Quick search</h3> |
|
143 <form class="search" action="search.html" method="get"> |
|
144 <div><input type="text" name="q" /></div> |
|
145 <div><input type="submit" value="Go" /></div> |
|
146 <input type="hidden" name="check_keywords" value="yes" /> |
|
147 <input type="hidden" name="area" value="default" /> |
|
148 </form> |
|
149 </div> |
|
150 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
151 </div> |
|
152 </div> |
|
153 <div class="clearer"></div> |
|
154 </div> |
|
155 <div class="related" role="navigation" aria-label="related navigation"> |
|
156 <h3>Navigation</h3> |
|
157 <ul> |
|
158 <li class="right" style="margin-right: 10px"> |
|
159 <a href="genindex.html" title="General Index" |
|
160 >index</a></li> |
|
161 <li class="right" > |
|
162 <a href="py-modindex.html" title="Python Module Index" |
|
163 >modules</a> |</li> |
|
164 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
165 </ul> |
|
166 </div> |
|
167 <div class="footer" role="contentinfo"> |
|
168 © Copyright 2017, Thierry Florac. |
|
169 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
170 </div> |
|
171 </body> |
|
172 </html> |