src/build/html/pyams_portal.portlets.image.html
changeset 0 d153941bb745
equal deleted inserted replaced
-1:000000000000 0:d153941bb745
       
     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_portal.portlets.image package &#8212; 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&amp;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&amp;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> &#187;</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-portal-portlets-image-package">
       
    54 <h1>pyams_portal.portlets.image package<a class="headerlink" href="#pyams-portal-portlets-image-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_portal.portlets.image.interfaces">
       
    59 <span id="pyams-portal-portlets-image-interfaces-module"></span><h2>pyams_portal.portlets.image.interfaces module<a class="headerlink" href="#module-pyams_portal.portlets.image.interfaces" title="Permalink to this headline">¶</a></h2>
       
    60 </div>
       
    61 <div class="section" id="module-pyams_portal.portlets.image">
       
    62 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_portal.portlets.image" title="Permalink to this headline">¶</a></h2>
       
    63 <dl class="class">
       
    64 <dt id="pyams_portal.portlets.image.ImagePortlet">
       
    65 <em class="property">class </em><code class="descclassname">pyams_portal.portlets.image.</code><code class="descname">ImagePortlet</code><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortlet" title="Permalink to this definition">¶</a></dt>
       
    66 <dd><p>Bases: <a class="reference internal" href="pyams_portal.html#pyams_portal.portlet.Portlet" title="pyams_portal.portlet.Portlet"><code class="xref py py-class docutils literal"><span class="pre">pyams_portal.portlet.Portlet</span></code></a></p>
       
    67 <p>Image portlet</p>
       
    68 <dl class="attribute">
       
    69 <dt id="pyams_portal.portlets.image.ImagePortlet.label">
       
    70 <code class="descname">label</code><em class="property"> = 'Image'</em><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortlet.label" title="Permalink to this definition">¶</a></dt>
       
    71 <dd></dd></dl>
       
    72 
       
    73 <dl class="attribute">
       
    74 <dt id="pyams_portal.portlets.image.ImagePortlet.name">
       
    75 <code class="descname">name</code><em class="property"> = 'pyams_portal.portlet.image'</em><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortlet.name" title="Permalink to this definition">¶</a></dt>
       
    76 <dd></dd></dl>
       
    77 
       
    78 <dl class="attribute">
       
    79 <dt id="pyams_portal.portlets.image.ImagePortlet.settings_class">
       
    80 <code class="descname">settings_class</code><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortlet.settings_class" title="Permalink to this definition">¶</a></dt>
       
    81 <dd><p>alias of <a class="reference internal" href="#pyams_portal.portlets.image.ImagePortletSettings" title="pyams_portal.portlets.image.ImagePortletSettings"><code class="xref py py-class docutils literal"><span class="pre">ImagePortletSettings</span></code></a></p>
       
    82 </dd></dl>
       
    83 
       
    84 <dl class="attribute">
       
    85 <dt id="pyams_portal.portlets.image.ImagePortlet.toolbar_css_class">
       
    86 <code class="descname">toolbar_css_class</code><em class="property"> = 'fa fa-fw fa-2x fa-picture-o'</em><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortlet.toolbar_css_class" title="Permalink to this definition">¶</a></dt>
       
    87 <dd></dd></dl>
       
    88 
       
    89 <dl class="attribute">
       
    90 <dt id="pyams_portal.portlets.image.ImagePortlet.toolbar_image">
       
    91 <code class="descname">toolbar_image</code><em class="property"> = None</em><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortlet.toolbar_image" title="Permalink to this definition">¶</a></dt>
       
    92 <dd></dd></dl>
       
    93 
       
    94 </dd></dl>
       
    95 
       
    96 <dl class="class">
       
    97 <dt id="pyams_portal.portlets.image.ImagePortletRenderer">
       
    98 <em class="property">class </em><code class="descclassname">pyams_portal.portlets.image.</code><code class="descname">ImagePortletRenderer</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>settings</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortletRenderer" title="Permalink to this definition">¶</a></dt>
       
    99 <dd><p>Bases: <a class="reference internal" href="pyams_portal.html#pyams_portal.portlet.PortletRenderer" title="pyams_portal.portlet.PortletRenderer"><code class="xref py py-class docutils literal"><span class="pre">pyams_portal.portlet.PortletRenderer</span></code></a></p>
       
   100 <p>Image portlet renderer</p>
       
   101 <dl class="attribute">
       
   102 <dt id="pyams_portal.portlets.image.ImagePortletRenderer.label">
       
   103 <code class="descname">label</code><em class="property"> = 'Responsive image renderer'</em><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortletRenderer.label" title="Permalink to this definition">¶</a></dt>
       
   104 <dd></dd></dl>
       
   105 
       
   106 </dd></dl>
       
   107 
       
   108 <dl class="class">
       
   109 <dt id="pyams_portal.portlets.image.ImagePortletSettings">
       
   110 <em class="property">class </em><code class="descclassname">pyams_portal.portlets.image.</code><code class="descname">ImagePortletSettings</code><span class="sig-paren">(</span><em>configuration</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortletSettings" title="Permalink to this definition">¶</a></dt>
       
   111 <dd><p>Bases: <a class="reference internal" href="pyams_portal.html#pyams_portal.portlet.PortletSettings" title="pyams_portal.portlet.PortletSettings"><code class="xref py py-class docutils literal"><span class="pre">pyams_portal.portlet.PortletSettings</span></code></a></p>
       
   112 <p>Image portlet settings</p>
       
   113 <dl class="attribute">
       
   114 <dt id="pyams_portal.portlets.image.ImagePortletSettings.image">
       
   115 <code class="descname">image</code><a class="headerlink" href="#pyams_portal.portlets.image.ImagePortletSettings.image" title="Permalink to this definition">¶</a></dt>
       
   116 <dd></dd></dl>
       
   117 
       
   118 </dd></dl>
       
   119 
       
   120 </div>
       
   121 </div>
       
   122 
       
   123 
       
   124           </div>
       
   125         </div>
       
   126       </div>
       
   127       <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
       
   128         <div class="sphinxsidebarwrapper">
       
   129   <h3><a href="index.html">Table Of Contents</a></h3>
       
   130   <ul>
       
   131 <li><a class="reference internal" href="#">pyams_portal.portlets.image package</a><ul>
       
   132 <li><a class="reference internal" href="#submodules">Submodules</a></li>
       
   133 <li><a class="reference internal" href="#module-pyams_portal.portlets.image.interfaces">pyams_portal.portlets.image.interfaces module</a></li>
       
   134 <li><a class="reference internal" href="#module-pyams_portal.portlets.image">Module contents</a></li>
       
   135 </ul>
       
   136 </li>
       
   137 </ul>
       
   138 
       
   139 <div id="searchbox" style="display: none" role="search">
       
   140   <h3>Quick search</h3>
       
   141     <form class="search" action="search.html" method="get">
       
   142       <div><input type="text" name="q" /></div>
       
   143       <div><input type="submit" value="Go" /></div>
       
   144       <input type="hidden" name="check_keywords" value="yes" />
       
   145       <input type="hidden" name="area" value="default" />
       
   146     </form>
       
   147 </div>
       
   148 <script type="text/javascript">$('#searchbox').show(0);</script>
       
   149         </div>
       
   150       </div>
       
   151       <div class="clearer"></div>
       
   152     </div>
       
   153     <div class="related" role="navigation" aria-label="related navigation">
       
   154       <h3>Navigation</h3>
       
   155       <ul>
       
   156         <li class="right" style="margin-right: 10px">
       
   157           <a href="genindex.html" title="General Index"
       
   158              >index</a></li>
       
   159         <li class="right" >
       
   160           <a href="py-modindex.html" title="Python Module Index"
       
   161              >modules</a> |</li>
       
   162         <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
       
   163       </ul>
       
   164     </div>
       
   165     <div class="footer" role="contentinfo">
       
   166         &#169; Copyright 2017, Thierry Florac.
       
   167       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
       
   168     </div>
       
   169   </body>
       
   170 </html>