|
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.profile.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-profile-zmi-package"> |
|
54 <h1>pyams_content.profile.zmi package<a class="headerlink" href="#pyams-content-profile-zmi-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="module-pyams_content.profile.zmi"> |
|
56 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.profile.zmi" title="Permalink to this headline">¶</a></h2> |
|
57 <dl class="class"> |
|
58 <dt id="pyams_content.profile.zmi.AdminProfileTabForm"> |
|
59 <em class="property">class </em><code class="descclassname">pyams_content.profile.zmi.</code><code class="descname">AdminProfileTabForm</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.profile.zmi.AdminProfileTabForm" title="Permalink to this definition">¶</a></dt> |
|
60 <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> |
|
61 <p>Admin profile tab form</p> |
|
62 <dl class="attribute"> |
|
63 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.edit_permission"> |
|
64 <code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
65 <dd></dd></dl> |
|
66 |
|
67 <dl class="attribute"> |
|
68 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.fields"> |
|
69 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.fields" title="Permalink to this definition">¶</a></dt> |
|
70 <dd></dd></dl> |
|
71 |
|
72 <dl class="method"> |
|
73 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.getContent"> |
|
74 <code class="descname">getContent</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.getContent" title="Permalink to this definition">¶</a></dt> |
|
75 <dd></dd></dl> |
|
76 |
|
77 <dl class="attribute"> |
|
78 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.input_css_class"> |
|
79 <code class="descname">input_css_class</code><em class="property"> = 'col-md-8'</em><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.input_css_class" title="Permalink to this definition">¶</a></dt> |
|
80 <dd></dd></dl> |
|
81 |
|
82 <dl class="attribute"> |
|
83 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.label_css_class"> |
|
84 <code class="descname">label_css_class</code><em class="property"> = 'control-label col-md-4'</em><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
85 <dd></dd></dl> |
|
86 |
|
87 <dl class="attribute"> |
|
88 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.legend"> |
|
89 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.legend" title="Permalink to this definition">¶</a></dt> |
|
90 <dd></dd></dl> |
|
91 |
|
92 <dl class="attribute"> |
|
93 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.tab_label"> |
|
94 <code class="descname">tab_label</code><em class="property"> = 'Admin. profile'</em><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
95 <dd></dd></dl> |
|
96 |
|
97 <dl class="attribute"> |
|
98 <dt id="pyams_content.profile.zmi.AdminProfileTabForm.weight"> |
|
99 <code class="descname">weight</code><em class="property"> = 20</em><a class="headerlink" href="#pyams_content.profile.zmi.AdminProfileTabForm.weight" title="Permalink to this definition">¶</a></dt> |
|
100 <dd></dd></dl> |
|
101 |
|
102 </dd></dl> |
|
103 |
|
104 <dl class="function"> |
|
105 <dt id="pyams_content.profile.zmi.switch_favorite"> |
|
106 <code class="descclassname">pyams_content.profile.zmi.</code><code class="descname">switch_favorite</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.profile.zmi.switch_favorite" title="Permalink to this definition">¶</a></dt> |
|
107 <dd><p>Add or remove reference from user favorites</p> |
|
108 </dd></dl> |
|
109 |
|
110 </div> |
|
111 </div> |
|
112 |
|
113 |
|
114 </div> |
|
115 </div> |
|
116 </div> |
|
117 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
118 <div class="sphinxsidebarwrapper"> |
|
119 <h3><a href="index.html">Table Of Contents</a></h3> |
|
120 <ul> |
|
121 <li><a class="reference internal" href="#">pyams_content.profile.zmi package</a><ul> |
|
122 <li><a class="reference internal" href="#module-pyams_content.profile.zmi">Module contents</a></li> |
|
123 </ul> |
|
124 </li> |
|
125 </ul> |
|
126 |
|
127 <div id="searchbox" style="display: none" role="search"> |
|
128 <h3>Quick search</h3> |
|
129 <form class="search" action="search.html" method="get"> |
|
130 <div><input type="text" name="q" /></div> |
|
131 <div><input type="submit" value="Go" /></div> |
|
132 <input type="hidden" name="check_keywords" value="yes" /> |
|
133 <input type="hidden" name="area" value="default" /> |
|
134 </form> |
|
135 </div> |
|
136 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
137 </div> |
|
138 </div> |
|
139 <div class="clearer"></div> |
|
140 </div> |
|
141 <div class="related" role="navigation" aria-label="related navigation"> |
|
142 <h3>Navigation</h3> |
|
143 <ul> |
|
144 <li class="right" style="margin-right: 10px"> |
|
145 <a href="genindex.html" title="General Index" |
|
146 >index</a></li> |
|
147 <li class="right" > |
|
148 <a href="py-modindex.html" title="Python Module Index" |
|
149 >modules</a> |</li> |
|
150 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
151 </ul> |
|
152 </div> |
|
153 <div class="footer" role="contentinfo"> |
|
154 © Copyright 2017, Thierry Florac. |
|
155 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
156 </div> |
|
157 </body> |
|
158 </html> |