src/build/html/pyams_content.shared.imagemap.zmi.html
changeset 10 1d12ff3f036a
parent 9 562bde22e104
child 11 ba0b83b57c0c
equal deleted inserted replaced
9:562bde22e104 10:1d12ff3f036a
     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.shared.imagemap.zmi 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-content-shared-imagemap-zmi-package">
       
    54 <h1>pyams_content.shared.imagemap.zmi package<a class="headerlink" href="#pyams-content-shared-imagemap-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.shared.imagemap.zmi.area">
       
    59 <span id="pyams-content-shared-imagemap-zmi-area-module"></span><h2>pyams_content.shared.imagemap.zmi.area module<a class="headerlink" href="#module-pyams_content.shared.imagemap.zmi.area" title="Permalink to this headline">¶</a></h2>
       
    60 <dl class="class">
       
    61 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAJAXAddForm">
       
    62 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.area.</code><code class="descname">ImagemapAreaAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAJAXAddForm" title="Permalink to this definition">¶</a></dt>
       
    63 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXAddForm" title="pyams_form.form.AJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm" title="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm</span></code></a></p>
       
    64 <p>Image map area add form, JSON renderer</p>
       
    65 </dd></dl>
       
    66 
       
    67 <dl class="class">
       
    68 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddAction">
       
    69 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.area.</code><code class="descname">ImagemapAreaAddAction</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.shared.imagemap.zmi.area.ImagemapAreaAddAction" title="Permalink to this definition">¶</a></dt>
       
    70 <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>
       
    71 <p>Image map area add menu</p>
       
    72 <dl class="attribute">
       
    73 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddAction.label">
       
    74 <code class="descname">label</code><em class="property"> = 'Add image area'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddAction.label" title="Permalink to this definition">¶</a></dt>
       
    75 <dd></dd></dl>
       
    76 
       
    77 <dl class="attribute">
       
    78 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddAction.modal_target">
       
    79 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddAction.modal_target" title="Permalink to this definition">¶</a></dt>
       
    80 <dd></dd></dl>
       
    81 
       
    82 <dl class="attribute">
       
    83 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddAction.url">
       
    84 <code class="descname">url</code><em class="property"> = 'add-area.html'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddAction.url" title="Permalink to this definition">¶</a></dt>
       
    85 <dd></dd></dl>
       
    86 
       
    87 </dd></dl>
       
    88 
       
    89 <dl class="class">
       
    90 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm">
       
    91 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.area.</code><code class="descname">ImagemapAreaAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm" title="Permalink to this definition">¶</a></dt>
       
    92 <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>
       
    93 <p>Imagemap area add form</p>
       
    94 <dl class="method">
       
    95 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.add">
       
    96 <code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.add" title="Permalink to this definition">¶</a></dt>
       
    97 <dd></dd></dl>
       
    98 
       
    99 <dl class="attribute">
       
   100 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.ajax_handler">
       
   101 <code class="descname">ajax_handler</code><em class="property"> = 'add-area.json'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
       
   102 <dd></dd></dl>
       
   103 
       
   104 <dl class="method">
       
   105 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.create">
       
   106 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.create" title="Permalink to this definition">¶</a></dt>
       
   107 <dd></dd></dl>
       
   108 
       
   109 <dl class="attribute">
       
   110 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.dialog_class">
       
   111 <code class="descname">dialog_class</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.dialog_class" title="Permalink to this definition">¶</a></dt>
       
   112 <dd></dd></dl>
       
   113 
       
   114 <dl class="attribute">
       
   115 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.edit_permission">
       
   116 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.edit_permission" title="Permalink to this definition">¶</a></dt>
       
   117 <dd></dd></dl>
       
   118 
       
   119 <dl class="attribute">
       
   120 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.fields">
       
   121 <code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.fields" title="Permalink to this definition">¶</a></dt>
       
   122 <dd></dd></dl>
       
   123 
       
   124 <dl class="attribute">
       
   125 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.legend">
       
   126 <code class="descname">legend</code><em class="property"> = 'Add new image area'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.legend" title="Permalink to this definition">¶</a></dt>
       
   127 <dd></dd></dl>
       
   128 
       
   129 <dl class="method">
       
   130 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.nextURL">
       
   131 <code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaAddForm.nextURL" title="Permalink to this definition">¶</a></dt>
       
   132 <dd></dd></dl>
       
   133 
       
   134 </dd></dl>
       
   135 
       
   136 <dl class="class">
       
   137 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesAJAXEditForm">
       
   138 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.area.</code><code class="descname">ImagemapAreaPropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt>
       
   139 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXEditForm" title="pyams_form.form.AJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm" title="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm</span></code></a></p>
       
   140 <p>Image map properties edit form, JSON rendener</p>
       
   141 </dd></dl>
       
   142 
       
   143 <dl class="class">
       
   144 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm">
       
   145 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.area.</code><code class="descname">ImagemapAreaPropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm" title="Permalink to this definition">¶</a></dt>
       
   146 <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>
       
   147 <p>Image map area properties edit form</p>
       
   148 <dl class="attribute">
       
   149 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.ajax_handler">
       
   150 <code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
       
   151 <dd></dd></dl>
       
   152 
       
   153 <dl class="attribute">
       
   154 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.dialog_class">
       
   155 <code class="descname">dialog_class</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.dialog_class" title="Permalink to this definition">¶</a></dt>
       
   156 <dd></dd></dl>
       
   157 
       
   158 <dl class="attribute">
       
   159 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.edit_permission">
       
   160 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt>
       
   161 <dd></dd></dl>
       
   162 
       
   163 <dl class="attribute">
       
   164 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.fields">
       
   165 <code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt>
       
   166 <dd></dd></dl>
       
   167 
       
   168 <dl class="attribute">
       
   169 <dt id="pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.legend">
       
   170 <code class="descname">legend</code><em class="property"> = 'Edit image map properties'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.area.ImagemapAreaPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt>
       
   171 <dd></dd></dl>
       
   172 
       
   173 </dd></dl>
       
   174 
       
   175 </div>
       
   176 <div class="section" id="module-pyams_content.shared.imagemap.zmi.container">
       
   177 <span id="pyams-content-shared-imagemap-zmi-container-module"></span><h2>pyams_content.shared.imagemap.zmi.container module<a class="headerlink" href="#module-pyams_content.shared.imagemap.zmi.container" title="Permalink to this headline">¶</a></h2>
       
   178 <dl class="class">
       
   179 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerNameColumn">
       
   180 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">ImagemapAreasContainerNameColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerNameColumn" title="Permalink to this definition">¶</a></dt>
       
   181 <dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.I18nColumn" title="pyams_skin.table.I18nColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.I18nColumn</span></code></a>, <a class="reference internal" href="pyams_content.shared.common.zmi.html#pyams_content.shared.common.zmi.WfModifiedContentColumnMixin" title="pyams_content.shared.common.zmi.WfModifiedContentColumnMixin"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.common.zmi.WfModifiedContentColumnMixin</span></code></a>, <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
       
   182 <p>Image map areas container name column</p>
       
   183 <dl class="method">
       
   184 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerNameColumn.getValue">
       
   185 <code class="descname">getValue</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerNameColumn.getValue" title="Permalink to this definition">¶</a></dt>
       
   186 <dd></dd></dl>
       
   187 
       
   188 <dl class="attribute">
       
   189 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerNameColumn.weight">
       
   190 <code class="descname">weight</code><em class="property"> = 10</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerNameColumn.weight" title="Permalink to this definition">¶</a></dt>
       
   191 <dd></dd></dl>
       
   192 
       
   193 </dd></dl>
       
   194 
       
   195 <dl class="class">
       
   196 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerTargetColumn">
       
   197 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">ImagemapAreasContainerTargetColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerTargetColumn" title="Permalink to this definition">¶</a></dt>
       
   198 <dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.I18nColumn" title="pyams_skin.table.I18nColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.I18nColumn</span></code></a>, <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
       
   199 <p>Image map areas container target URL column</p>
       
   200 <dl class="method">
       
   201 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerTargetColumn.getValue">
       
   202 <code class="descname">getValue</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerTargetColumn.getValue" title="Permalink to this definition">¶</a></dt>
       
   203 <dd></dd></dl>
       
   204 
       
   205 <dl class="attribute">
       
   206 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerTargetColumn.weight">
       
   207 <code class="descname">weight</code><em class="property"> = 20</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerTargetColumn.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.shared.imagemap.zmi.container.ImagemapAreasContainerTrashColumn">
       
   214 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">ImagemapAreasContainerTrashColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerTrashColumn" title="Permalink to this definition">¶</a></dt>
       
   215 <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.html#pyams_skin.table.TrashColumn" title="pyams_skin.table.TrashColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.TrashColumn</span></code></a></p>
       
   216 <p>Image map areas container trash column</p>
       
   217 </dd></dl>
       
   218 
       
   219 <dl class="class">
       
   220 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerView">
       
   221 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">ImagemapAreasContainerView</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerView" title="Permalink to this definition">¶</a></dt>
       
   222 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.view.AdminView" title="pyams_zmi.view.AdminView"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.view.AdminView</span></code></a></p>
       
   223 <p>Image map areas container view</p>
       
   224 <dl class="attribute">
       
   225 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerView.title">
       
   226 <code class="descname">title</code><em class="property"> = 'Image map areas'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerView.title" title="Permalink to this definition">¶</a></dt>
       
   227 <dd></dd></dl>
       
   228 
       
   229 <dl class="method">
       
   230 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerView.update">
       
   231 <code class="descname">update</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasContainerView.update" title="Permalink to this definition">¶</a></dt>
       
   232 <dd></dd></dl>
       
   233 
       
   234 </dd></dl>
       
   235 
       
   236 <dl class="class">
       
   237 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu">
       
   238 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">ImagemapAreasMenu</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu" title="Permalink to this definition">¶</a></dt>
       
   239 <dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.menu.html#pyams_skin.viewlet.menu.MenuItem" title="pyams_skin.viewlet.menu.MenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></a></p>
       
   240 <p>Image map areas menu</p>
       
   241 <dl class="attribute">
       
   242 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu.icon_class">
       
   243 <code class="descname">icon_class</code><em class="property"> = 'fa-location-arrow'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu.icon_class" title="Permalink to this definition">¶</a></dt>
       
   244 <dd></dd></dl>
       
   245 
       
   246 <dl class="attribute">
       
   247 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu.label">
       
   248 <code class="descname">label</code><em class="property"> = 'Image areas'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu.label" title="Permalink to this definition">¶</a></dt>
       
   249 <dd></dd></dl>
       
   250 
       
   251 <dl class="attribute">
       
   252 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu.url">
       
   253 <code class="descname">url</code><em class="property"> = '#areas.html'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasMenu.url" title="Permalink to this definition">¶</a></dt>
       
   254 <dd></dd></dl>
       
   255 
       
   256 </dd></dl>
       
   257 
       
   258 <dl class="class">
       
   259 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable">
       
   260 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">ImagemapAreasTable</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable" title="Permalink to this definition">¶</a></dt>
       
   261 <dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.BaseTable" title="pyams_skin.table.BaseTable"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.BaseTable</span></code></a></p>
       
   262 <p>Image map areas table</p>
       
   263 <dl class="attribute">
       
   264 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.cssClasses">
       
   265 <code class="descname">cssClasses</code><em class="property"> = {'table': 'table table-bordered table-striped table-hover table-tight'}</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.cssClasses" title="Permalink to this definition">¶</a></dt>
       
   266 <dd></dd></dl>
       
   267 
       
   268 <dl class="attribute">
       
   269 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.data_attributes">
       
   270 <code class="descname">data_attributes</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.data_attributes" title="Permalink to this definition">¶</a></dt>
       
   271 <dd></dd></dl>
       
   272 
       
   273 <dl class="attribute">
       
   274 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.hide_header">
       
   275 <code class="descname">hide_header</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.hide_header" title="Permalink to this definition">¶</a></dt>
       
   276 <dd></dd></dl>
       
   277 
       
   278 <dl class="method">
       
   279 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.render">
       
   280 <code class="descname">render</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.render" title="Permalink to this definition">¶</a></dt>
       
   281 <dd></dd></dl>
       
   282 
       
   283 <dl class="attribute">
       
   284 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.values">
       
   285 <code class="descname">values</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasTable.values" title="Permalink to this definition">¶</a></dt>
       
   286 <dd></dd></dl>
       
   287 
       
   288 </dd></dl>
       
   289 
       
   290 <dl class="class">
       
   291 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasValues">
       
   292 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">ImagemapAreasValues</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasValues" title="Permalink to this definition">¶</a></dt>
       
   293 <dd><p>Bases: <a class="reference internal" href="pyams_utils.html#pyams_utils.adapter.ContextRequestViewAdapter" title="pyams_utils.adapter.ContextRequestViewAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.adapter.ContextRequestViewAdapter</span></code></a></p>
       
   294 <p>Image map areas caontainer values</p>
       
   295 <dl class="attribute">
       
   296 <dt id="pyams_content.shared.imagemap.zmi.container.ImagemapAreasValues.values">
       
   297 <code class="descname">values</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.ImagemapAreasValues.values" title="Permalink to this definition">¶</a></dt>
       
   298 <dd></dd></dl>
       
   299 
       
   300 </dd></dl>
       
   301 
       
   302 <dl class="function">
       
   303 <dt id="pyams_content.shared.imagemap.zmi.container.delete_imagemap_area">
       
   304 <code class="descclassname">pyams_content.shared.imagemap.zmi.container.</code><code class="descname">delete_imagemap_area</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.container.delete_imagemap_area" title="Permalink to this definition">¶</a></dt>
       
   305 <dd><p>Delete image map area</p>
       
   306 </dd></dl>
       
   307 
       
   308 </div>
       
   309 <div class="section" id="module-pyams_content.shared.imagemap.zmi.paragraph">
       
   310 <span id="pyams-content-shared-imagemap-zmi-paragraph-module"></span><h2>pyams_content.shared.imagemap.zmi.paragraph module<a class="headerlink" href="#module-pyams_content.shared.imagemap.zmi.paragraph" title="Permalink to this headline">¶</a></h2>
       
   311 <dl class="class">
       
   312 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagrahPropertiesAJAXEditForm">
       
   313 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagrahPropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagrahPropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt>
       
   314 <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.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm" title="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm</span></code></a></p>
       
   315 <p>Image map properties edit form, JSON renderer</p>
       
   316 </dd></dl>
       
   317 
       
   318 <dl class="class">
       
   319 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAJAXAddForm">
       
   320 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAJAXAddForm" title="Permalink to this definition">¶</a></dt>
       
   321 <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.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm" title="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm</span></code></a></p>
       
   322 <p>Image map paragraph add form, JSON renderer</p>
       
   323 </dd></dl>
       
   324 
       
   325 <dl class="class">
       
   326 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm">
       
   327 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm" title="Permalink to this definition">¶</a></dt>
       
   328 <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>
       
   329 <p>Image map paragraph add form</p>
       
   330 <dl class="method">
       
   331 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.add">
       
   332 <code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.add" title="Permalink to this definition">¶</a></dt>
       
   333 <dd></dd></dl>
       
   334 
       
   335 <dl class="attribute">
       
   336 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.ajax_handler">
       
   337 <code class="descname">ajax_handler</code><em class="property"> = 'add-imagemap-paragraph.json'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
       
   338 <dd></dd></dl>
       
   339 
       
   340 <dl class="method">
       
   341 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.create">
       
   342 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.create" title="Permalink to this definition">¶</a></dt>
       
   343 <dd></dd></dl>
       
   344 
       
   345 <dl class="attribute">
       
   346 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.edit_permission">
       
   347 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.edit_permission" title="Permalink to this definition">¶</a></dt>
       
   348 <dd></dd></dl>
       
   349 
       
   350 <dl class="attribute">
       
   351 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.fields">
       
   352 <code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.fields" title="Permalink to this definition">¶</a></dt>
       
   353 <dd></dd></dl>
       
   354 
       
   355 <dl class="attribute">
       
   356 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.icon_css_class">
       
   357 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-location-arrow'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
       
   358 <dd></dd></dl>
       
   359 
       
   360 <dl class="attribute">
       
   361 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.legend">
       
   362 <code class="descname">legend</code><em class="property"> = 'Add new image map'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddForm.legend" title="Permalink to this definition">¶</a></dt>
       
   363 <dd></dd></dl>
       
   364 
       
   365 </dd></dl>
       
   366 
       
   367 <dl class="class">
       
   368 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu">
       
   369 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphAddMenu</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.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu" title="Permalink to this definition">¶</a></dt>
       
   370 <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>
       
   371 <p>Image map paragraph add menu</p>
       
   372 <dl class="attribute">
       
   373 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.label">
       
   374 <code class="descname">label</code><em class="property"> = 'Add image map...'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.label" title="Permalink to this definition">¶</a></dt>
       
   375 <dd></dd></dl>
       
   376 
       
   377 <dl class="attribute">
       
   378 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.label_css_class">
       
   379 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-location-arrow'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt>
       
   380 <dd></dd></dl>
       
   381 
       
   382 <dl class="attribute">
       
   383 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.paragraph_type">
       
   384 <code class="descname">paragraph_type</code><em class="property"> = 'ImageMap'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.paragraph_type" title="Permalink to this definition">¶</a></dt>
       
   385 <dd></dd></dl>
       
   386 
       
   387 <dl class="attribute">
       
   388 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.url">
       
   389 <code class="descname">url</code><em class="property"> = 'add-imagemap-paragraph.html'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphAddMenu.url" title="Permalink to this definition">¶</a></dt>
       
   390 <dd></dd></dl>
       
   391 
       
   392 </dd></dl>
       
   393 
       
   394 <dl class="class">
       
   395 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerAJAXEditForm">
       
   396 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphInnerAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerAJAXEditForm" title="Permalink to this definition">¶</a></dt>
       
   397 <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.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm" title="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm</span></code></a></p>
       
   398 <p>Image map paragraph properties inner edit form, JSON rendener</p>
       
   399 <dl class="method">
       
   400 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerAJAXEditForm.get_ajax_output">
       
   401 <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.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
       
   402 <dd></dd></dl>
       
   403 
       
   404 </dd></dl>
       
   405 
       
   406 <dl class="class">
       
   407 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm">
       
   408 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphInnerEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm" title="Permalink to this definition">¶</a></dt>
       
   409 <dd><p>Bases: <a class="reference internal" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm" title="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm</span></code></a></p>
       
   410 <p>Image map properties inner edit form</p>
       
   411 <dl class="attribute">
       
   412 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm.ajax_handler">
       
   413 <code class="descname">ajax_handler</code><em class="property"> = 'inner-properties.json'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
       
   414 <dd></dd></dl>
       
   415 
       
   416 <dl class="attribute">
       
   417 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm.buttons">
       
   418 <code class="descname">buttons</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm.buttons" title="Permalink to this definition">¶</a></dt>
       
   419 <dd></dd></dl>
       
   420 
       
   421 <dl class="attribute">
       
   422 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm.legend">
       
   423 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphInnerEditForm.legend" title="Permalink to this definition">¶</a></dt>
       
   424 <dd></dd></dl>
       
   425 
       
   426 </dd></dl>
       
   427 
       
   428 <dl class="class">
       
   429 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPreviewWidgetsSuffix">
       
   430 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphPreviewWidgetsSuffix</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.shared.imagemap.zmi.paragraph.ImagemapParagraphPreviewWidgetsSuffix" title="Permalink to this definition">¶</a></dt>
       
   431 <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>
       
   432 <p>Image map paragraph preview widgets suffix</p>
       
   433 </dd></dl>
       
   434 
       
   435 <dl class="class">
       
   436 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm">
       
   437 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphPropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm" title="Permalink to this definition">¶</a></dt>
       
   438 <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>
       
   439 <p>Image map paragraph edit form</p>
       
   440 <dl class="attribute">
       
   441 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.ajax_handler">
       
   442 <code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
       
   443 <dd></dd></dl>
       
   444 
       
   445 <dl class="attribute">
       
   446 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.edit_permission">
       
   447 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt>
       
   448 <dd></dd></dl>
       
   449 
       
   450 <dl class="attribute">
       
   451 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.fields">
       
   452 <code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt>
       
   453 <dd></dd></dl>
       
   454 
       
   455 <dl class="attribute">
       
   456 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.icon_css_class">
       
   457 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-location-arrow'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
       
   458 <dd></dd></dl>
       
   459 
       
   460 <dl class="attribute">
       
   461 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.legend">
       
   462 <code class="descname">legend</code><em class="property"> = 'Edit paragraph properties'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt>
       
   463 <dd></dd></dl>
       
   464 
       
   465 <dl class="attribute">
       
   466 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.title">
       
   467 <code class="descname">title</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphPropertiesEditForm.title" title="Permalink to this definition">¶</a></dt>
       
   468 <dd></dd></dl>
       
   469 
       
   470 </dd></dl>
       
   471 
       
   472 <dl class="class">
       
   473 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphSummary">
       
   474 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.paragraph.</code><code class="descname">ImagemapParagraphSummary</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphSummary" title="Permalink to this definition">¶</a></dt>
       
   475 <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>
       
   476 <p>Image map paragraph summary</p>
       
   477 <dl class="method">
       
   478 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphSummary.get_item_info">
       
   479 <code class="descname">get_item_info</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphSummary.get_item_info" title="Permalink to this definition">¶</a></dt>
       
   480 <dd></dd></dl>
       
   481 
       
   482 <dl class="attribute">
       
   483 <dt id="pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphSummary.language">
       
   484 <code class="descname">language</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.paragraph.ImagemapParagraphSummary.language" title="Permalink to this definition">¶</a></dt>
       
   485 <dd></dd></dl>
       
   486 
       
   487 </dd></dl>
       
   488 
       
   489 </div>
       
   490 <div class="section" id="module-pyams_content.shared.imagemap.zmi.preview">
       
   491 <span id="pyams-content-shared-imagemap-zmi-preview-module"></span><h2>pyams_content.shared.imagemap.zmi.preview module<a class="headerlink" href="#module-pyams_content.shared.imagemap.zmi.preview" title="Permalink to this headline">¶</a></h2>
       
   492 <dl class="class">
       
   493 <dt id="pyams_content.shared.imagemap.zmi.preview.ImagemapPreview">
       
   494 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.preview.</code><code class="descname">ImagemapPreview</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.preview.ImagemapPreview" title="Permalink to this definition">¶</a></dt>
       
   495 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
       
   496 <p>Image map preview</p>
       
   497 <dl class="method">
       
   498 <dt id="pyams_content.shared.imagemap.zmi.preview.ImagemapPreview.get_item_info">
       
   499 <code class="descname">get_item_info</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.preview.ImagemapPreview.get_item_info" title="Permalink to this definition">¶</a></dt>
       
   500 <dd></dd></dl>
       
   501 
       
   502 </dd></dl>
       
   503 
       
   504 </div>
       
   505 <div class="section" id="module-pyams_content.shared.imagemap.zmi.properties">
       
   506 <span id="pyams-content-shared-imagemap-zmi-properties-module"></span><h2>pyams_content.shared.imagemap.zmi.properties module<a class="headerlink" href="#module-pyams_content.shared.imagemap.zmi.properties" title="Permalink to this headline">¶</a></h2>
       
   507 <dl class="class">
       
   508 <dt id="pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm">
       
   509 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.properties.</code><code class="descname">ImageMapPropertiesEditForm</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.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm" title="Permalink to this definition">¶</a></dt>
       
   510 <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>
       
   511 <p>Image map properties edit form extension</p>
       
   512 <dl class="attribute">
       
   513 <dt id="pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.fields">
       
   514 <code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt>
       
   515 <dd></dd></dl>
       
   516 
       
   517 <dl class="attribute">
       
   518 <dt id="pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.fieldset_class">
       
   519 <code class="descname">fieldset_class</code><em class="property"> = 'bordered no-x-margin margin-y-10'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.fieldset_class" title="Permalink to this definition">¶</a></dt>
       
   520 <dd></dd></dl>
       
   521 
       
   522 <dl class="method">
       
   523 <dt id="pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.get_ajax_output">
       
   524 <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.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
       
   525 <dd></dd></dl>
       
   526 
       
   527 <dl class="attribute">
       
   528 <dt id="pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.legend">
       
   529 <code class="descname">legend</code><em class="property"> = 'Background image'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt>
       
   530 <dd></dd></dl>
       
   531 
       
   532 <dl class="attribute">
       
   533 <dt id="pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.weight">
       
   534 <code class="descname">weight</code><em class="property"> = 10</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.properties.ImageMapPropertiesEditForm.weight" title="Permalink to this definition">¶</a></dt>
       
   535 <dd></dd></dl>
       
   536 
       
   537 </dd></dl>
       
   538 
       
   539 </div>
       
   540 <div class="section" id="module-pyams_content.shared.imagemap.zmi.widget">
       
   541 <span id="pyams-content-shared-imagemap-zmi-widget-module"></span><h2>pyams_content.shared.imagemap.zmi.widget module<a class="headerlink" href="#module-pyams_content.shared.imagemap.zmi.widget" title="Permalink to this headline">¶</a></h2>
       
   542 <dl class="function">
       
   543 <dt id="pyams_content.shared.imagemap.zmi.widget.ImgareaInputFieldWidget">
       
   544 <code class="descclassname">pyams_content.shared.imagemap.zmi.widget.</code><code class="descname">ImgareaInputFieldWidget</code><span class="sig-paren">(</span><em>field</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.widget.ImgareaInputFieldWidget" title="Permalink to this definition">¶</a></dt>
       
   545 <dd><p>Image map area input widget factory</p>
       
   546 </dd></dl>
       
   547 
       
   548 <dl class="class">
       
   549 <dt id="pyams_content.shared.imagemap.zmi.widget.ImgareaInputWidget">
       
   550 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.widget.</code><code class="descname">ImgareaInputWidget</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.widget.ImgareaInputWidget" title="Permalink to this definition">¶</a></dt>
       
   551 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.form.browser.text.TextWidget</span></code></p>
       
   552 <p>Image map area input widget</p>
       
   553 <dl class="attribute">
       
   554 <dt id="pyams_content.shared.imagemap.zmi.widget.ImgareaInputWidget.image_url">
       
   555 <code class="descname">image_url</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.widget.ImgareaInputWidget.image_url" title="Permalink to this definition">¶</a></dt>
       
   556 <dd></dd></dl>
       
   557 
       
   558 </dd></dl>
       
   559 
       
   560 </div>
       
   561 <div class="section" id="module-pyams_content.shared.imagemap.zmi">
       
   562 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.shared.imagemap.zmi" title="Permalink to this headline">¶</a></h2>
       
   563 <dl class="class">
       
   564 <dt id="pyams_content.shared.imagemap.zmi.ImageMapAJAXAddForm">
       
   565 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.</code><code class="descname">ImageMapAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapAJAXAddForm" title="Permalink to this definition">¶</a></dt>
       
   566 <dd><p>Bases: <a class="reference internal" href="pyams_content.shared.common.zmi.html#pyams_content.shared.common.zmi.SharedContentAJAXAddForm" title="pyams_content.shared.common.zmi.SharedContentAJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.common.zmi.SharedContentAJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_content.shared.imagemap.zmi.ImageMapAddForm" title="pyams_content.shared.imagemap.zmi.ImageMapAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.imagemap.zmi.ImageMapAddForm</span></code></a></p>
       
   567 <p>Image map add form, JSON renderer</p>
       
   568 </dd></dl>
       
   569 
       
   570 <dl class="class">
       
   571 <dt id="pyams_content.shared.imagemap.zmi.ImageMapAddAction">
       
   572 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.</code><code class="descname">ImageMapAddAction</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.shared.imagemap.zmi.ImageMapAddAction" title="Permalink to this definition">¶</a></dt>
       
   573 <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>
       
   574 <p>Image map adding action</p>
       
   575 <dl class="attribute">
       
   576 <dt id="pyams_content.shared.imagemap.zmi.ImageMapAddAction.label">
       
   577 <code class="descname">label</code><em class="property"> = 'Add image map'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapAddAction.label" title="Permalink to this definition">¶</a></dt>
       
   578 <dd></dd></dl>
       
   579 
       
   580 <dl class="attribute">
       
   581 <dt id="pyams_content.shared.imagemap.zmi.ImageMapAddAction.modal_target">
       
   582 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapAddAction.modal_target" title="Permalink to this definition">¶</a></dt>
       
   583 <dd></dd></dl>
       
   584 
       
   585 <dl class="attribute">
       
   586 <dt id="pyams_content.shared.imagemap.zmi.ImageMapAddAction.url">
       
   587 <code class="descname">url</code><em class="property"> = 'add-shared-content.html'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapAddAction.url" title="Permalink to this definition">¶</a></dt>
       
   588 <dd></dd></dl>
       
   589 
       
   590 </dd></dl>
       
   591 
       
   592 <dl class="class">
       
   593 <dt id="pyams_content.shared.imagemap.zmi.ImageMapAddForm">
       
   594 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.</code><code class="descname">ImageMapAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapAddForm" title="Permalink to this definition">¶</a></dt>
       
   595 <dd><p>Bases: <a class="reference internal" href="pyams_content.shared.common.zmi.html#pyams_content.shared.common.zmi.SharedContentAddForm" title="pyams_content.shared.common.zmi.SharedContentAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_content.shared.common.zmi.SharedContentAddForm</span></code></a></p>
       
   596 <p>Image map add form</p>
       
   597 <dl class="attribute">
       
   598 <dt id="pyams_content.shared.imagemap.zmi.ImageMapAddForm.legend">
       
   599 <code class="descname">legend</code><em class="property"> = 'Adding image map'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapAddForm.legend" title="Permalink to this definition">¶</a></dt>
       
   600 <dd></dd></dl>
       
   601 
       
   602 </dd></dl>
       
   603 
       
   604 <dl class="class">
       
   605 <dt id="pyams_content.shared.imagemap.zmi.ImageMapContentMenuHeader">
       
   606 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.</code><code class="descname">ImageMapContentMenuHeader</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapContentMenuHeader" title="Permalink to this definition">¶</a></dt>
       
   607 <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>
       
   608 <p>Image map content menu header adapter</p>
       
   609 <dl class="attribute">
       
   610 <dt id="pyams_content.shared.imagemap.zmi.ImageMapContentMenuHeader.header">
       
   611 <code class="descname">header</code><em class="property"> = 'This image map'</em><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapContentMenuHeader.header" title="Permalink to this definition">¶</a></dt>
       
   612 <dd></dd></dl>
       
   613 
       
   614 </dd></dl>
       
   615 
       
   616 <dl class="class">
       
   617 <dt id="pyams_content.shared.imagemap.zmi.ImageMapTitleAdapter">
       
   618 <em class="property">class </em><code class="descclassname">pyams_content.shared.imagemap.zmi.</code><code class="descname">ImageMapTitleAdapter</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapTitleAdapter" title="Permalink to this definition">¶</a></dt>
       
   619 <dd><p>Bases: <a class="reference internal" href="pyams_utils.html#pyams_utils.adapter.ContextRequestViewAdapter" title="pyams_utils.adapter.ContextRequestViewAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.adapter.ContextRequestViewAdapter</span></code></a></p>
       
   620 <p>Image map title adapter</p>
       
   621 <dl class="attribute">
       
   622 <dt id="pyams_content.shared.imagemap.zmi.ImageMapTitleAdapter.title">
       
   623 <code class="descname">title</code><a class="headerlink" href="#pyams_content.shared.imagemap.zmi.ImageMapTitleAdapter.title" title="Permalink to this definition">¶</a></dt>
       
   624 <dd></dd></dl>
       
   625 
       
   626 </dd></dl>
       
   627 
       
   628 </div>
       
   629 </div>
       
   630 
       
   631 
       
   632           </div>
       
   633         </div>
       
   634       </div>
       
   635       <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
       
   636         <div class="sphinxsidebarwrapper">
       
   637   <h3><a href="index.html">Table Of Contents</a></h3>
       
   638   <ul>
       
   639 <li><a class="reference internal" href="#">pyams_content.shared.imagemap.zmi package</a><ul>
       
   640 <li><a class="reference internal" href="#submodules">Submodules</a></li>
       
   641 <li><a class="reference internal" href="#module-pyams_content.shared.imagemap.zmi.area">pyams_content.shared.imagemap.zmi.area module</a></li>
       
   642 <li><a class="reference internal" href="#module-pyams_content.shared.imagemap.zmi.container">pyams_content.shared.imagemap.zmi.container module</a></li>
       
   643 <li><a class="reference internal" href="#module-pyams_content.shared.imagemap.zmi.paragraph">pyams_content.shared.imagemap.zmi.paragraph module</a></li>
       
   644 <li><a class="reference internal" href="#module-pyams_content.shared.imagemap.zmi.preview">pyams_content.shared.imagemap.zmi.preview module</a></li>
       
   645 <li><a class="reference internal" href="#module-pyams_content.shared.imagemap.zmi.properties">pyams_content.shared.imagemap.zmi.properties module</a></li>
       
   646 <li><a class="reference internal" href="#module-pyams_content.shared.imagemap.zmi.widget">pyams_content.shared.imagemap.zmi.widget module</a></li>
       
   647 <li><a class="reference internal" href="#module-pyams_content.shared.imagemap.zmi">Module contents</a></li>
       
   648 </ul>
       
   649 </li>
       
   650 </ul>
       
   651 
       
   652 <div id="searchbox" style="display: none" role="search">
       
   653   <h3>Quick search</h3>
       
   654     <form class="search" action="search.html" method="get">
       
   655       <div><input type="text" name="q" /></div>
       
   656       <div><input type="submit" value="Go" /></div>
       
   657       <input type="hidden" name="check_keywords" value="yes" />
       
   658       <input type="hidden" name="area" value="default" />
       
   659     </form>
       
   660 </div>
       
   661 <script type="text/javascript">$('#searchbox').show(0);</script>
       
   662         </div>
       
   663       </div>
       
   664       <div class="clearer"></div>
       
   665     </div>
       
   666     <div class="related" role="navigation" aria-label="related navigation">
       
   667       <h3>Navigation</h3>
       
   668       <ul>
       
   669         <li class="right" style="margin-right: 10px">
       
   670           <a href="genindex.html" title="General Index"
       
   671              >index</a></li>
       
   672         <li class="right" >
       
   673           <a href="py-modindex.html" title="Python Module Index"
       
   674              >modules</a> |</li>
       
   675         <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
       
   676       </ul>
       
   677     </div>
       
   678     <div class="footer" role="contentinfo">
       
   679         &#169; Copyright 2017, Thierry Florac.
       
   680       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
       
   681     </div>
       
   682   </body>
       
   683 </html>