src/build/html/pyams_thesaurus.zmi.html
changeset 11 ba0b83b57c0c
parent 10 1d12ff3f036a
child 12 f1f1e99a6572
--- a/src/build/html/pyams_thesaurus.zmi.html	Mon Jan 15 16:45:01 2018 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1310 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>pyams_thesaurus.zmi package &#8212; PyAMS User Guide 0.1.0 documentation</title>
-    <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
-    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
-    <script type="text/javascript">
-      var DOCUMENTATION_OPTIONS = {
-        URL_ROOT:    './',
-        VERSION:     '0.1.0',
-        COLLAPSE_INDEX: false,
-        FILE_SUFFIX: '.html',
-        HAS_SOURCE:  true,
-        SOURCELINK_SUFFIX: '.txt'
-      };
-    </script>
-    <script type="text/javascript" src="_static/jquery.js"></script>
-    <script type="text/javascript" src="_static/underscore.js"></script>
-    <script type="text/javascript" src="_static/doctools.js"></script>
-    <link rel="index" title="Index" href="genindex.html" />
-    <link rel="search" title="Search" href="search.html" />
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
-<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" />
-<!--[if lte IE 6]>
-<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
-<![endif]-->
-
-  </head>
-  <body>
-
-    <div class="related" role="navigation" aria-label="related navigation">
-      <h3>Navigation</h3>
-      <ul>
-        <li class="right" style="margin-right: 10px">
-          <a href="genindex.html" title="General Index"
-             accesskey="I">index</a></li>
-        <li class="right" >
-          <a href="py-modindex.html" title="Python Module Index"
-             >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
-      </ul>
-    </div>  
-
-    <div class="document">
-      <div class="documentwrapper">
-        <div class="bodywrapper">
-          <div class="body" role="main">
-            
-  <div class="section" id="pyams-thesaurus-zmi-package">
-<h1>pyams_thesaurus.zmi package<a class="headerlink" href="#pyams-thesaurus-zmi-package" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="module-pyams_thesaurus.zmi">
-<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_thesaurus.zmi" title="Permalink to this headline">¶</a></h2>
-</div>
-<div class="section" id="submodules">
-<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="module-pyams_thesaurus.zmi.extract">
-<span id="pyams-thesaurus-zmi-extract-module"></span><h3>pyams_thesaurus.zmi.extract module<a class="headerlink" href="#module-pyams_thesaurus.zmi.extract" title="Permalink to this headline">¶</a></h3>
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.BaseTreeNodesView">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">BaseTreeNodesView</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.BaseTreeNodesView" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
-<p>Base tree nodes views</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.BaseTreeNodesView.get_nodes">
-<code class="descname">get_nodes</code><span class="sig-paren">(</span><em>term</em>, <em>result</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.BaseTreeNodesView.get_nodes" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXAddForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXAddForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm" title="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm</span></code></a></p>
-<p>Thesaurus extract add form, AJAX view</p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXEditForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXEditForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm" title="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm</span></code></a></p>
-<p>Thesaurus extract edit form, AJAX view</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXEditForm.get_ajax_output">
-<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_thesaurus.zmi.extract.ThesaurusExtractAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractAddAction</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_thesaurus.zmi.extract.ThesaurusExtractAddAction" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarAction</span></code></p>
-<p>Thesaurus extract add action</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.label">
-<code class="descname">label</code><em class="property"> = 'Add extract'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.modal_target">
-<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.url">
-<code class="descname">url</code><em class="property"> = 'add-extract.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
-<p>Thesaurus extract add form</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.add">
-<code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.add" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'add-extract.json'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.create">
-<code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.create" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-filter'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Add new extract'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.nextURL">
-<code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.nextURL" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.title">
-<code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.updateWidgets">
-<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></p>
-<p>Thesaurus extract edit form</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageThesaurusExtract'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-filter'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Edit extract properties'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.title">
-<code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.updateWidgets">
-<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractTermsView</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogDisplayForm</span></code></p>
-<p>Thesaurus extract terms view</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-filter'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.legend">
-<code class="descname">legend</code><em class="property"> = 'Display extract terms'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.title">
-<code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsViewlet">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractTermsViewlet</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_thesaurus.zmi.extract.ThesaurusExtractTermsViewlet" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.Viewlet</span></code></p>
-<p>Thesaurus extract terms viewlet</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsViewlet.tree">
-<code class="descname">tree</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsViewlet.tree" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractsColorColumn</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_thesaurus.zmi.extract.ThesaurusExtractsColorColumn" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
-<p>Thesaurus extracts color column</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.cssClasses">
-<code class="descname">cssClasses</code><em class="property"> = {'td': 'action', 'th': 'action'}</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.cssClasses" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.getValue">
-<code class="descname">getValue</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.getValue" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.weight">
-<code class="descname">weight</code><em class="property"> = 20</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.weight" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractsHideColumn</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_thesaurus.zmi.extract.ThesaurusExtractsHideColumn" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.JsActionColumn</span></code></p>
-<p>Thesaurus extracts show/hide column</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-eye switcher'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.icon_hint">
-<code class="descname">icon_hint</code><em class="property"> = 'Switch extract'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.icon_hint" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.url">
-<code class="descname">url</code><em class="property"> = 'PyAMS_thesaurus.tree.switchExtract'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.weight">
-<code class="descname">weight</code><em class="property"> = 30</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.weight" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractsTable</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTable" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.BaseTable</span></code></p>
-<p>Thesaurus extracts table</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.cssClasses">
-<code class="descname">cssClasses</code><em class="property"> = {'table': 'table table-bordered table-striped table-hover table-tight datatable extracts'}</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.cssClasses" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.data_attributes">
-<code class="descname">data_attributes</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.data_attributes" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.id">
-<code class="descname">id</code><em class="property"> = 'thesaurus_extracts_table'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.id" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.title">
-<code class="descname">title</code><em class="property"> = 'Thesaurus extracts'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractsTrashColumn</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_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.TrashColumn</span></code></p>
-<p>Thesaurus extracts trash column</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn.icon_hint">
-<code class="descname">icon_hint</code><em class="property"> = 'Delete extract'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn.icon_hint" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn.permission">
-<code class="descname">permission</code><em class="property"> = 'pyams.AdminThesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn.permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsValuesAdapter">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractsValuesAdapter</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_thesaurus.zmi.extract.ThesaurusExtractsValuesAdapter" title="Permalink to this definition">¶</a></dt>
-<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>
-<p>Thesaurus extracts values adapter</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsValuesAdapter.values">
-<code class="descname">values</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsValuesAdapter.values" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusExtractsZoomColumn</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_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.ActionColumn</span></code></p>
-<p>Thesaurus extracts zoom column</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-list'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.icon_hint">
-<code class="descname">icon_hint</code><em class="property"> = 'Extract contents'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.icon_hint" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.modal_target">
-<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.url">
-<code class="descname">url</code><em class="property"> = 'extract-terms.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.weight">
-<code class="descname">weight</code><em class="property"> = 1</em><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.weight" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.extract.ThesaurusTermNodes">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">ThesaurusTermNodes</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusTermNodes" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <a class="reference internal" href="#pyams_thesaurus.zmi.extract.BaseTreeNodesView" title="pyams_thesaurus.zmi.extract.BaseTreeNodesView"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.extract.BaseTreeNodesView</span></code></a></p>
-<p>Get thesaurus nodes</p>
-</dd></dl>
-
-<dl class="function">
-<dt id="pyams_thesaurus.zmi.extract.delete_extract">
-<code class="descclassname">pyams_thesaurus.zmi.extract.</code><code class="descname">delete_extract</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.extract.delete_extract" title="Permalink to this definition">¶</a></dt>
-<dd><p>Delete extract from thesaurus</p>
-</dd></dl>
-
-</div>
-<div class="section" id="module-pyams_thesaurus.zmi.interfaces">
-<span id="pyams-thesaurus-zmi-interfaces-module"></span><h3>pyams_thesaurus.zmi.interfaces module<a class="headerlink" href="#module-pyams_thesaurus.zmi.interfaces" title="Permalink to this headline">¶</a></h3>
-</div>
-<div class="section" id="module-pyams_thesaurus.zmi.manager">
-<span id="pyams-thesaurus-zmi-manager-module"></span><h3>pyams_thesaurus.zmi.manager module<a class="headerlink" href="#module-pyams_thesaurus.zmi.manager" title="Permalink to this headline">¶</a></h3>
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.manager.</code><code class="descname">ControlPanelThesaurusHeaderAdapter</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_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.page.DefaultPageHeaderAdapter</span></code></p>
-<p>Thesaurus view header adapter</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-language'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter.subtitle">
-<code class="descname">subtitle</code><em class="property"> = 'Thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter.subtitle" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.manager.</code><code class="descname">ControlPanelThesaurusTable</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.BaseTable</span></code></p>
-<p>Control panel thesaurus table</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable.data_attributes">
-<code class="descname">data_attributes</code><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable.data_attributes" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable.title">
-<code class="descname">title</code><em class="property"> = 'Registered thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.manager.</code><code class="descname">ControlPanelThesaurusTrashColumn</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_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.TrashColumn</span></code></p>
-<p>Thesaurus trash column</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn.icon_hint">
-<code class="descname">icon_hint</code><em class="property"> = 'Delete thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn.icon_hint" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn.permission">
-<code class="descname">permission</code><em class="property"> = 'pyams.ManageSystem'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn.permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusValuesAdapter">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.manager.</code><code class="descname">ControlPanelThesaurusValuesAdapter</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_thesaurus.zmi.manager.ControlPanelThesaurusValuesAdapter" title="Permalink to this definition">¶</a></dt>
-<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>
-<p>Thesaurus table values adapter</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusValuesAdapter.values">
-<code class="descname">values</code><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusValuesAdapter.values" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusView">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.manager.</code><code class="descname">ControlPanelThesaurusView</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusView" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.view.AdminView</span></code>, <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.container.ContainerView</span></code></p>
-<p>Control panel thesaurus view</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusView.table_class">
-<code class="descname">table_class</code><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusView.table_class" title="Permalink to this definition">¶</a></dt>
-<dd><p>alias of <a class="reference internal" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable" title="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable"><code class="xref py py-class docutils literal"><span class="pre">ControlPanelThesaurusTable</span></code></a></p>
-</dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.manager.</code><code class="descname">ThesaurusAddAction</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_thesaurus.zmi.manager.ThesaurusAddAction" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarAction</span></code></p>
-<p>Thesaurus add action</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction.label">
-<code class="descname">label</code><em class="property"> = 'Add thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ThesaurusAddAction.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction.modal_target">
-<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ThesaurusAddAction.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction.url">
-<code class="descname">url</code><em class="property"> = 'add-thesaurus.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ThesaurusAddAction.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.manager.</code><code class="descname">ThesaurusMenuItem</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_thesaurus.zmi.manager.ThesaurusMenuItem" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
-<p>Thesaurus menu item</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa-language'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ThesaurusMenuItem.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem.label">
-<code class="descname">label</code><em class="property"> = 'Thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ThesaurusMenuItem.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem.url">
-<code class="descname">url</code><em class="property"> = '#thesaurus.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ThesaurusMenuItem.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-</div>
-<div class="section" id="module-pyams_thesaurus.zmi.term">
-<span id="pyams-thesaurus-zmi-term-module"></span><h3>pyams_thesaurus.zmi.term module<a class="headerlink" href="#module-pyams_thesaurus.zmi.term" title="Permalink to this headline">¶</a></h3>
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXAddForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.term.</code><code class="descname">ThesaurusTermAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAJAXAddForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm" title="pyams_thesaurus.zmi.term.ThesaurusTermAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.term.ThesaurusTermAddForm</span></code></a></p>
-<p>Thesaurus term add form, AJAX view</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXAddForm.get_ajax_output">
-<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_thesaurus.zmi.term.ThesaurusTermAJAXAddForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXEditForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.term.</code><code class="descname">ThesaurusTermAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAJAXEditForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm" title="pyams_thesaurus.zmi.term.ThesaurusTermEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.term.ThesaurusTermEditForm</span></code></a></p>
-<p>Thesaurus term edit form, AJAX view</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXEditForm.get_ajax_output">
-<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_thesaurus.zmi.term.ThesaurusTermAJAXEditForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.term.</code><code class="descname">ThesaurusTermAddAction</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_thesaurus.zmi.term.ThesaurusTermAddAction" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarAction</span></code></p>
-<p>Thesaurus term add action</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction.label">
-<code class="descname">label</code><em class="property"> = 'Add term'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddAction.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction.modal_target">
-<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddAction.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction.url">
-<code class="descname">url</code><em class="property"> = 'add-term.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddAction.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.term.</code><code class="descname">ThesaurusTermAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
-<p>Thesaurus term add form</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.add">
-<code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.add" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'add-term.json'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.create">
-<code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.create" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-tag'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Add new term'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.nextURL">
-<code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.nextURL" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.title">
-<code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.updateWidgets">
-<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.update_content">
-<code class="descname">update_content</code><span class="sig-paren">(</span><em>content</em>, <em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.update_content" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.term.</code><code class="descname">ThesaurusTermEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></p>
-<p>Thesaurus term edit form</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageThesaurusContent'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.generic_changed">
-<code class="descname">generic_changed</code><em class="property"> = False</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.generic_changed" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-tag'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Edit term properties'</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.title">
-<code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.updateWidgets">
-<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.update_content">
-<code class="descname">update_content</code><span class="sig-paren">(</span><em>content</em>, <em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.update_content" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.usage_changed">
-<code class="descname">usage_changed</code><em class="property"> = False</em><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.usage_changed" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="function">
-<dt id="pyams_thesaurus.zmi.term.handle_new_term_data_extraction">
-<code class="descclassname">pyams_thesaurus.zmi.term.</code><code class="descname">handle_new_term_data_extraction</code><span class="sig-paren">(</span><em>event</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.handle_new_term_data_extraction" title="Permalink to this definition">¶</a></dt>
-<dd><p>Handle new term data extraction</p>
-</dd></dl>
-
-<dl class="function">
-<dt id="pyams_thesaurus.zmi.term.handle_term_properties_data_extraction">
-<code class="descclassname">pyams_thesaurus.zmi.term.</code><code class="descname">handle_term_properties_data_extraction</code><span class="sig-paren">(</span><em>event</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.term.handle_term_properties_data_extraction" title="Permalink to this definition">¶</a></dt>
-<dd><p>Handle term properties data extraction</p>
-</dd></dl>
-
-</div>
-<div class="section" id="module-pyams_thesaurus.zmi.thesaurus">
-<span id="pyams-thesaurus-zmi-thesaurus-module"></span><h3>pyams_thesaurus.zmi.thesaurus module<a class="headerlink" href="#module-pyams_thesaurus.zmi.thesaurus" title="Permalink to this headline">¶</a></h3>
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">BaseTreeNodesView</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
-<p>Base tree nodes views</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView.get_nodes">
-<code class="descname">get_nodes</code><span class="sig-paren">(</span><em>term</em>, <em>result</em>, <em>subnodes=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView.get_nodes" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAJAXAddForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAJAXAddForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm" title="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm</span></code></a></p>
-<p>Thesaurus add form, AJAX view</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAJAXAddForm.get_ajax_output">
-<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_thesaurus.zmi.thesaurus.ThesaurusAJAXAddForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
-<p>Thesaurus add form</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.add">
-<code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.add" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'add-thesaurus.json'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.create">
-<code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.create" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-language'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Add new thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.nextURL">
-<code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.nextURL" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.title">
-<code class="descname">title</code><em class="property"> = 'Utilities'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.updateWidgets">
-<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusAddMenu</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_thesaurus.zmi.thesaurus.ThesaurusAddMenu" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></p>
-<p>Thesaurus add menu</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.label">
-<code class="descname">label</code><em class="property"> = 'Add thesaurus...'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.label_css_class">
-<code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-language'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.modal_target">
-<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.url">
-<code class="descname">url</code><em class="property"> = 'add-thesaurus.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusBreadcrumbAdapter</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.breadcrumb.BreadcrumbItem</span></code></p>
-<p>Thesaurus breadcrumb adapter</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter.css_class">
-<code class="descname">css_class</code><em class="property"> = 'strong'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter.css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter.label">
-<code class="descname">label</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportAJAXForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusExportAJAXForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportAJAXForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm" title="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm</span></code></a></p>
-<p>Thesaurus export form, AJAX view</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportAJAXForm.get_ajax_output">
-<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_thesaurus.zmi.thesaurus.ThesaurusExportAJAXForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusExportForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
-<p>Thesaurus export form</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'export.xml'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.buttons">
-<code class="descname">buttons</code><em class="property"> = &lt;z3c.form.button.Buttons object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.buttons" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.configuration">
-<code class="descname">configuration</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.configuration" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.createAndAdd">
-<code class="descname">createAndAdd</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.createAndAdd" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.download_target">
-<code class="descname">download_target</code><em class="property"> = 'download_frame'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.download_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.exporter">
-<code class="descname">exporter</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.exporter" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-download'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Export thesaurus terms'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.title">
-<code class="descname">title</code><em class="property"> = 'Thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusExportMenuItem</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_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
-<p>Thesaurus export menu</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa-download'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.label">
-<code class="descname">label</code><em class="property"> = 'Export terms...'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.modal_target">
-<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.url">
-<code class="descname">url</code><em class="property"> = 'export.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusHeaderAdapter</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_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.page.DefaultPageHeaderAdapter</span></code></p>
-<p>Thesaurus views header adapter</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.back_target">
-<code class="descname">back_target</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.back_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.back_url">
-<code class="descname">back_url</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.back_url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-language'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.title">
-<code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportAJAXForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusImportAJAXForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportAJAXForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm" title="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm</span></code></a></p>
-<p>Thesaurus import form, AJAX view</p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusImportForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
-<p>Thesaurus import form</p>
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.add">
-<code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.add" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'import.json'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.buttons">
-<code class="descname">buttons</code><em class="property"> = &lt;z3c.form.button.Buttons object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.buttons" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.create">
-<code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.create" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-upload'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Import thesaurus terms'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.nextURL">
-<code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.nextURL" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.title">
-<code class="descname">title</code><em class="property"> = 'Thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.updateWidgets">
-<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.update_content">
-<code class="descname">update_content</code><span class="sig-paren">(</span><em>content</em>, <em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.update_content" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusImportMenuItem</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_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
-<p>Thesaurus import menu</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa-upload'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.label">
-<code class="descname">label</code><em class="property"> = 'Import terms...'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.modal_target">
-<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.url">
-<code class="descname">url</code><em class="property"> = 'import.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusMenuHeader">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusMenuHeader</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusMenuHeader" title="Permalink to this definition">¶</a></dt>
-<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>
-<p>Thesaurus menu header adapter</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusMenuHeader.header">
-<code class="descname">header</code><em class="property"> = 'This thesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusMenuHeader.header" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusNameAdapter">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusNameAdapter</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusNameAdapter" title="Permalink to this definition">¶</a></dt>
-<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>
-<p>Thesaurus name adapter</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusNameAdapter.name">
-<code class="descname">name</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusNameAdapter.name" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesAJAXEditForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusPropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code>, <a class="reference internal" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm" title="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm</span></code></a></p>
-<p>Thesaurus properties edit form, AJAX view</p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusPropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminEditForm</span></code></p>
-<p>Thesaurus properties edit form</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.ajax_handler">
-<code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.edit_permission">
-<code class="descname">edit_permission</code><em class="property"> = 'pyams.AdminThesaurus'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.fields">
-<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.icon_css_class">
-<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-language'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.legend">
-<code class="descname">legend</code><em class="property"> = 'Update thesaurus properties'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.title">
-<code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.title" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.updateWidgets">
-<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusPropertiesMenuItem</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_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
-<p>Thesaurus properties menu</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa-edit'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.label">
-<code class="descname">label</code><em class="property"> = 'Properties'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.url">
-<code class="descname">url</code><em class="property"> = '#properties.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusTableElementEditor</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_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.DefaultElementEditorAdapter</span></code></p>
-<p>Thesaurus table element editor</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.modal_target">
-<code class="descname">modal_target</code><em class="property"> = False</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.modal_target" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.url">
-<code class="descname">url</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.view_name">
-<code class="descname">view_name</code><em class="property"> = 'properties.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.view_name" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermNodes">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusTermNodes</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermNodes" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <a class="reference internal" href="#pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView" title="pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView</span></code></a></p>
-<p>Get thesaurus nodes</p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermParentNodes">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusTermParentNodes</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermParentNodes" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <a class="reference internal" href="#pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView" title="pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView"><code class="xref py py-class docutils literal"><span class="pre">pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView</span></code></a></p>
-<p>Get thesaurus parent nodes</p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusTermsMenuItem</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_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
-<p>Thesaurus terms menu</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.icon_class">
-<code class="descname">icon_class</code><em class="property"> = 'fa-tags'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.icon_class" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.label">
-<code class="descname">label</code><em class="property"> = 'Terms'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.label" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.url">
-<code class="descname">url</code><em class="property"> = '#terms.html'</em><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.url" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView">
-<em class="property">class </em><code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">ThesaurusTermsView</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.view.InnerAdminView</span></code></p>
-<p>Thesaurus terms view</p>
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.search_query_params">
-<code class="descname">search_query_params</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.search_query_params" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.tree">
-<code class="descname">tree</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.tree" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="method">
-<dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.update">
-<code class="descname">update</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.update" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="function">
-<dt id="pyams_thesaurus.zmi.thesaurus.handle_new_thesaurus_data_extraction">
-<code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">handle_new_thesaurus_data_extraction</code><span class="sig-paren">(</span><em>event</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.handle_new_thesaurus_data_extraction" title="Permalink to this definition">¶</a></dt>
-<dd><p>Handle new thesaurus data extraction</p>
-</dd></dl>
-
-<dl class="function">
-<dt id="pyams_thesaurus.zmi.thesaurus.switch_term_extract">
-<code class="descclassname">pyams_thesaurus.zmi.thesaurus.</code><code class="descname">switch_term_extract</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.switch_term_extract" title="Permalink to this definition">¶</a></dt>
-<dd><p>Term extract switcher</p>
-</dd></dl>
-
-</div>
-</div>
-</div>
-
-
-          </div>
-        </div>
-      </div>
-      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
-        <div class="sphinxsidebarwrapper">
-  <h3><a href="index.html">Table Of Contents</a></h3>
-  <ul>
-<li><a class="reference internal" href="#">pyams_thesaurus.zmi package</a><ul>
-<li><a class="reference internal" href="#module-pyams_thesaurus.zmi">Module contents</a></li>
-<li><a class="reference internal" href="#submodules">Submodules</a><ul>
-<li><a class="reference internal" href="#module-pyams_thesaurus.zmi.extract">pyams_thesaurus.zmi.extract module</a></li>
-<li><a class="reference internal" href="#module-pyams_thesaurus.zmi.interfaces">pyams_thesaurus.zmi.interfaces module</a></li>
-<li><a class="reference internal" href="#module-pyams_thesaurus.zmi.manager">pyams_thesaurus.zmi.manager module</a></li>
-<li><a class="reference internal" href="#module-pyams_thesaurus.zmi.term">pyams_thesaurus.zmi.term module</a></li>
-<li><a class="reference internal" href="#module-pyams_thesaurus.zmi.thesaurus">pyams_thesaurus.zmi.thesaurus module</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-
-<div id="searchbox" style="display: none" role="search">
-  <h3>Quick search</h3>
-    <form class="search" action="search.html" method="get">
-      <div><input type="text" name="q" /></div>
-      <div><input type="submit" value="Go" /></div>
-      <input type="hidden" name="check_keywords" value="yes" />
-      <input type="hidden" name="area" value="default" />
-    </form>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
-        </div>
-      </div>
-      <div class="clearer"></div>
-    </div>
-    <div class="related" role="navigation" aria-label="related navigation">
-      <h3>Navigation</h3>
-      <ul>
-        <li class="right" style="margin-right: 10px">
-          <a href="genindex.html" title="General Index"
-             >index</a></li>
-        <li class="right" >
-          <a href="py-modindex.html" title="Python Module Index"
-             >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
-      </ul>
-    </div>
-    <div class="footer" role="contentinfo">
-        &#169; Copyright 2017, Thierry Florac.
-      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
-    </div>
-  </body>
-</html>
\ No newline at end of file