src/build/html/pyams_thesaurus.zmi.html
changeset 0 d153941bb745
equal deleted inserted replaced
-1:000000000000 0:d153941bb745
       
     1 
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       
     3   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     4 
       
     5 <html xmlns="http://www.w3.org/1999/xhtml">
       
     6   <head>
       
     7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
     8     <title>pyams_thesaurus.zmi package &#8212; PyAMS User Guide 0.1.0 documentation</title>
       
     9     <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
       
    10     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
       
    11     <script type="text/javascript">
       
    12       var DOCUMENTATION_OPTIONS = {
       
    13         URL_ROOT:    './',
       
    14         VERSION:     '0.1.0',
       
    15         COLLAPSE_INDEX: false,
       
    16         FILE_SUFFIX: '.html',
       
    17         HAS_SOURCE:  true,
       
    18         SOURCELINK_SUFFIX: '.txt'
       
    19       };
       
    20     </script>
       
    21     <script type="text/javascript" src="_static/jquery.js"></script>
       
    22     <script type="text/javascript" src="_static/underscore.js"></script>
       
    23     <script type="text/javascript" src="_static/doctools.js"></script>
       
    24     <link rel="index" title="Index" href="genindex.html" />
       
    25     <link rel="search" title="Search" href="search.html" />
       
    26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
       
    27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
       
    28 <!--[if lte IE 6]>
       
    29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
       
    30 <![endif]-->
       
    31 
       
    32   </head>
       
    33   <body>
       
    34 
       
    35     <div class="related" role="navigation" aria-label="related navigation">
       
    36       <h3>Navigation</h3>
       
    37       <ul>
       
    38         <li class="right" style="margin-right: 10px">
       
    39           <a href="genindex.html" title="General Index"
       
    40              accesskey="I">index</a></li>
       
    41         <li class="right" >
       
    42           <a href="py-modindex.html" title="Python Module Index"
       
    43              >modules</a> |</li>
       
    44         <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
       
    45       </ul>
       
    46     </div>  
       
    47 
       
    48     <div class="document">
       
    49       <div class="documentwrapper">
       
    50         <div class="bodywrapper">
       
    51           <div class="body" role="main">
       
    52             
       
    53   <div class="section" id="pyams-thesaurus-zmi-package">
       
    54 <h1>pyams_thesaurus.zmi package<a class="headerlink" href="#pyams-thesaurus-zmi-package" title="Permalink to this headline">¶</a></h1>
       
    55 <div class="section" id="module-pyams_thesaurus.zmi">
       
    56 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_thesaurus.zmi" title="Permalink to this headline">¶</a></h2>
       
    57 </div>
       
    58 <div class="section" id="submodules">
       
    59 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
       
    60 <div class="section" id="module-pyams_thesaurus.zmi.extract">
       
    61 <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>
       
    62 <dl class="class">
       
    63 <dt id="pyams_thesaurus.zmi.extract.BaseTreeNodesView">
       
    64 <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>
       
    65 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
       
    66 <p>Base tree nodes views</p>
       
    67 <dl class="method">
       
    68 <dt id="pyams_thesaurus.zmi.extract.BaseTreeNodesView.get_nodes">
       
    69 <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>
       
    70 <dd></dd></dl>
       
    71 
       
    72 </dd></dl>
       
    73 
       
    74 <dl class="class">
       
    75 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXAddForm">
       
    76 <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>
       
    77 <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>
       
    78 <p>Thesaurus extract add form, AJAX view</p>
       
    79 </dd></dl>
       
    80 
       
    81 <dl class="class">
       
    82 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXEditForm">
       
    83 <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>
       
    84 <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>
       
    85 <p>Thesaurus extract edit form, AJAX view</p>
       
    86 <dl class="method">
       
    87 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAJAXEditForm.get_ajax_output">
       
    88 <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>
       
    89 <dd></dd></dl>
       
    90 
       
    91 </dd></dl>
       
    92 
       
    93 <dl class="class">
       
    94 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction">
       
    95 <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>
       
    96 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarAction</span></code></p>
       
    97 <p>Thesaurus extract add action</p>
       
    98 <dl class="attribute">
       
    99 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.label">
       
   100 <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>
       
   101 <dd></dd></dl>
       
   102 
       
   103 <dl class="attribute">
       
   104 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.modal_target">
       
   105 <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>
       
   106 <dd></dd></dl>
       
   107 
       
   108 <dl class="attribute">
       
   109 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddAction.url">
       
   110 <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>
       
   111 <dd></dd></dl>
       
   112 
       
   113 </dd></dl>
       
   114 
       
   115 <dl class="class">
       
   116 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm">
       
   117 <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>
       
   118 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
       
   119 <p>Thesaurus extract add form</p>
       
   120 <dl class="method">
       
   121 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.add">
       
   122 <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>
       
   123 <dd></dd></dl>
       
   124 
       
   125 <dl class="attribute">
       
   126 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.ajax_handler">
       
   127 <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>
       
   128 <dd></dd></dl>
       
   129 
       
   130 <dl class="method">
       
   131 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.create">
       
   132 <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>
       
   133 <dd></dd></dl>
       
   134 
       
   135 <dl class="attribute">
       
   136 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.edit_permission">
       
   137 <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>
       
   138 <dd></dd></dl>
       
   139 
       
   140 <dl class="attribute">
       
   141 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.fields">
       
   142 <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>
       
   143 <dd></dd></dl>
       
   144 
       
   145 <dl class="attribute">
       
   146 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.icon_css_class">
       
   147 <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>
       
   148 <dd></dd></dl>
       
   149 
       
   150 <dl class="attribute">
       
   151 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.legend">
       
   152 <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>
       
   153 <dd></dd></dl>
       
   154 
       
   155 <dl class="method">
       
   156 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.nextURL">
       
   157 <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>
       
   158 <dd></dd></dl>
       
   159 
       
   160 <dl class="attribute">
       
   161 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.title">
       
   162 <code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.title" title="Permalink to this definition">¶</a></dt>
       
   163 <dd></dd></dl>
       
   164 
       
   165 <dl class="method">
       
   166 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractAddForm.updateWidgets">
       
   167 <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>
       
   168 <dd></dd></dl>
       
   169 
       
   170 </dd></dl>
       
   171 
       
   172 <dl class="class">
       
   173 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm">
       
   174 <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>
       
   175 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></p>
       
   176 <p>Thesaurus extract edit form</p>
       
   177 <dl class="attribute">
       
   178 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.ajax_handler">
       
   179 <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>
       
   180 <dd></dd></dl>
       
   181 
       
   182 <dl class="attribute">
       
   183 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.edit_permission">
       
   184 <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>
       
   185 <dd></dd></dl>
       
   186 
       
   187 <dl class="attribute">
       
   188 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.fields">
       
   189 <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>
       
   190 <dd></dd></dl>
       
   191 
       
   192 <dl class="attribute">
       
   193 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.icon_css_class">
       
   194 <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>
       
   195 <dd></dd></dl>
       
   196 
       
   197 <dl class="attribute">
       
   198 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.legend">
       
   199 <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>
       
   200 <dd></dd></dl>
       
   201 
       
   202 <dl class="attribute">
       
   203 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.title">
       
   204 <code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.title" title="Permalink to this definition">¶</a></dt>
       
   205 <dd></dd></dl>
       
   206 
       
   207 <dl class="method">
       
   208 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractEditForm.updateWidgets">
       
   209 <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>
       
   210 <dd></dd></dl>
       
   211 
       
   212 </dd></dl>
       
   213 
       
   214 <dl class="class">
       
   215 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView">
       
   216 <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>
       
   217 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogDisplayForm</span></code></p>
       
   218 <p>Thesaurus extract terms view</p>
       
   219 <dl class="attribute">
       
   220 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.fields">
       
   221 <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>
       
   222 <dd></dd></dl>
       
   223 
       
   224 <dl class="attribute">
       
   225 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.icon_css_class">
       
   226 <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>
       
   227 <dd></dd></dl>
       
   228 
       
   229 <dl class="attribute">
       
   230 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.legend">
       
   231 <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>
       
   232 <dd></dd></dl>
       
   233 
       
   234 <dl class="attribute">
       
   235 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.title">
       
   236 <code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsView.title" title="Permalink to this definition">¶</a></dt>
       
   237 <dd></dd></dl>
       
   238 
       
   239 </dd></dl>
       
   240 
       
   241 <dl class="class">
       
   242 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsViewlet">
       
   243 <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>
       
   244 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.Viewlet</span></code></p>
       
   245 <p>Thesaurus extract terms viewlet</p>
       
   246 <dl class="attribute">
       
   247 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractTermsViewlet.tree">
       
   248 <code class="descname">tree</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractTermsViewlet.tree" title="Permalink to this definition">¶</a></dt>
       
   249 <dd></dd></dl>
       
   250 
       
   251 </dd></dl>
       
   252 
       
   253 <dl class="class">
       
   254 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn">
       
   255 <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>
       
   256 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p>
       
   257 <p>Thesaurus extracts color column</p>
       
   258 <dl class="attribute">
       
   259 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.cssClasses">
       
   260 <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>
       
   261 <dd></dd></dl>
       
   262 
       
   263 <dl class="method">
       
   264 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.getValue">
       
   265 <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>
       
   266 <dd></dd></dl>
       
   267 
       
   268 <dl class="attribute">
       
   269 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsColorColumn.weight">
       
   270 <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>
       
   271 <dd></dd></dl>
       
   272 
       
   273 </dd></dl>
       
   274 
       
   275 <dl class="class">
       
   276 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn">
       
   277 <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>
       
   278 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.JsActionColumn</span></code></p>
       
   279 <p>Thesaurus extracts show/hide column</p>
       
   280 <dl class="attribute">
       
   281 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.icon_class">
       
   282 <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>
       
   283 <dd></dd></dl>
       
   284 
       
   285 <dl class="attribute">
       
   286 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.icon_hint">
       
   287 <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>
       
   288 <dd></dd></dl>
       
   289 
       
   290 <dl class="attribute">
       
   291 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.url">
       
   292 <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>
       
   293 <dd></dd></dl>
       
   294 
       
   295 <dl class="attribute">
       
   296 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsHideColumn.weight">
       
   297 <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>
       
   298 <dd></dd></dl>
       
   299 
       
   300 </dd></dl>
       
   301 
       
   302 <dl class="class">
       
   303 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable">
       
   304 <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>
       
   305 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.BaseTable</span></code></p>
       
   306 <p>Thesaurus extracts table</p>
       
   307 <dl class="attribute">
       
   308 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.cssClasses">
       
   309 <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>
       
   310 <dd></dd></dl>
       
   311 
       
   312 <dl class="attribute">
       
   313 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.data_attributes">
       
   314 <code class="descname">data_attributes</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.data_attributes" title="Permalink to this definition">¶</a></dt>
       
   315 <dd></dd></dl>
       
   316 
       
   317 <dl class="attribute">
       
   318 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.id">
       
   319 <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>
       
   320 <dd></dd></dl>
       
   321 
       
   322 <dl class="attribute">
       
   323 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTable.title">
       
   324 <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>
       
   325 <dd></dd></dl>
       
   326 
       
   327 </dd></dl>
       
   328 
       
   329 <dl class="class">
       
   330 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn">
       
   331 <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>
       
   332 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.TrashColumn</span></code></p>
       
   333 <p>Thesaurus extracts trash column</p>
       
   334 <dl class="attribute">
       
   335 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn.icon_hint">
       
   336 <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>
       
   337 <dd></dd></dl>
       
   338 
       
   339 <dl class="attribute">
       
   340 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsTrashColumn.permission">
       
   341 <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>
       
   342 <dd></dd></dl>
       
   343 
       
   344 </dd></dl>
       
   345 
       
   346 <dl class="class">
       
   347 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsValuesAdapter">
       
   348 <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>
       
   349 <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>
       
   350 <p>Thesaurus extracts values adapter</p>
       
   351 <dl class="attribute">
       
   352 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsValuesAdapter.values">
       
   353 <code class="descname">values</code><a class="headerlink" href="#pyams_thesaurus.zmi.extract.ThesaurusExtractsValuesAdapter.values" title="Permalink to this definition">¶</a></dt>
       
   354 <dd></dd></dl>
       
   355 
       
   356 </dd></dl>
       
   357 
       
   358 <dl class="class">
       
   359 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn">
       
   360 <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>
       
   361 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.ActionColumn</span></code></p>
       
   362 <p>Thesaurus extracts zoom column</p>
       
   363 <dl class="attribute">
       
   364 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.icon_class">
       
   365 <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>
       
   366 <dd></dd></dl>
       
   367 
       
   368 <dl class="attribute">
       
   369 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.icon_hint">
       
   370 <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>
       
   371 <dd></dd></dl>
       
   372 
       
   373 <dl class="attribute">
       
   374 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.modal_target">
       
   375 <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>
       
   376 <dd></dd></dl>
       
   377 
       
   378 <dl class="attribute">
       
   379 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.url">
       
   380 <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>
       
   381 <dd></dd></dl>
       
   382 
       
   383 <dl class="attribute">
       
   384 <dt id="pyams_thesaurus.zmi.extract.ThesaurusExtractsZoomColumn.weight">
       
   385 <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>
       
   386 <dd></dd></dl>
       
   387 
       
   388 </dd></dl>
       
   389 
       
   390 <dl class="class">
       
   391 <dt id="pyams_thesaurus.zmi.extract.ThesaurusTermNodes">
       
   392 <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>
       
   393 <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>
       
   394 <p>Get thesaurus nodes</p>
       
   395 </dd></dl>
       
   396 
       
   397 <dl class="function">
       
   398 <dt id="pyams_thesaurus.zmi.extract.delete_extract">
       
   399 <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>
       
   400 <dd><p>Delete extract from thesaurus</p>
       
   401 </dd></dl>
       
   402 
       
   403 </div>
       
   404 <div class="section" id="module-pyams_thesaurus.zmi.interfaces">
       
   405 <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>
       
   406 </div>
       
   407 <div class="section" id="module-pyams_thesaurus.zmi.manager">
       
   408 <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>
       
   409 <dl class="class">
       
   410 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter">
       
   411 <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>
       
   412 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.page.DefaultPageHeaderAdapter</span></code></p>
       
   413 <p>Thesaurus view header adapter</p>
       
   414 <dl class="attribute">
       
   415 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter.icon_class">
       
   416 <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>
       
   417 <dd></dd></dl>
       
   418 
       
   419 <dl class="attribute">
       
   420 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusHeaderAdapter.subtitle">
       
   421 <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>
       
   422 <dd></dd></dl>
       
   423 
       
   424 </dd></dl>
       
   425 
       
   426 <dl class="class">
       
   427 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable">
       
   428 <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>
       
   429 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.BaseTable</span></code></p>
       
   430 <p>Control panel thesaurus table</p>
       
   431 <dl class="attribute">
       
   432 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable.data_attributes">
       
   433 <code class="descname">data_attributes</code><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable.data_attributes" title="Permalink to this definition">¶</a></dt>
       
   434 <dd></dd></dl>
       
   435 
       
   436 <dl class="attribute">
       
   437 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTable.title">
       
   438 <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>
       
   439 <dd></dd></dl>
       
   440 
       
   441 </dd></dl>
       
   442 
       
   443 <dl class="class">
       
   444 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn">
       
   445 <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>
       
   446 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.TrashColumn</span></code></p>
       
   447 <p>Thesaurus trash column</p>
       
   448 <dl class="attribute">
       
   449 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn.icon_hint">
       
   450 <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>
       
   451 <dd></dd></dl>
       
   452 
       
   453 <dl class="attribute">
       
   454 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusTrashColumn.permission">
       
   455 <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>
       
   456 <dd></dd></dl>
       
   457 
       
   458 </dd></dl>
       
   459 
       
   460 <dl class="class">
       
   461 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusValuesAdapter">
       
   462 <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>
       
   463 <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>
       
   464 <p>Thesaurus table values adapter</p>
       
   465 <dl class="attribute">
       
   466 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusValuesAdapter.values">
       
   467 <code class="descname">values</code><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusValuesAdapter.values" title="Permalink to this definition">¶</a></dt>
       
   468 <dd></dd></dl>
       
   469 
       
   470 </dd></dl>
       
   471 
       
   472 <dl class="class">
       
   473 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusView">
       
   474 <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>
       
   475 <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>
       
   476 <p>Control panel thesaurus view</p>
       
   477 <dl class="attribute">
       
   478 <dt id="pyams_thesaurus.zmi.manager.ControlPanelThesaurusView.table_class">
       
   479 <code class="descname">table_class</code><a class="headerlink" href="#pyams_thesaurus.zmi.manager.ControlPanelThesaurusView.table_class" title="Permalink to this definition">¶</a></dt>
       
   480 <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>
       
   481 </dd></dl>
       
   482 
       
   483 </dd></dl>
       
   484 
       
   485 <dl class="class">
       
   486 <dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction">
       
   487 <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>
       
   488 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarAction</span></code></p>
       
   489 <p>Thesaurus add action</p>
       
   490 <dl class="attribute">
       
   491 <dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction.label">
       
   492 <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>
       
   493 <dd></dd></dl>
       
   494 
       
   495 <dl class="attribute">
       
   496 <dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction.modal_target">
       
   497 <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>
       
   498 <dd></dd></dl>
       
   499 
       
   500 <dl class="attribute">
       
   501 <dt id="pyams_thesaurus.zmi.manager.ThesaurusAddAction.url">
       
   502 <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>
       
   503 <dd></dd></dl>
       
   504 
       
   505 </dd></dl>
       
   506 
       
   507 <dl class="class">
       
   508 <dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem">
       
   509 <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>
       
   510 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
       
   511 <p>Thesaurus menu item</p>
       
   512 <dl class="attribute">
       
   513 <dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem.icon_class">
       
   514 <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>
       
   515 <dd></dd></dl>
       
   516 
       
   517 <dl class="attribute">
       
   518 <dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem.label">
       
   519 <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>
       
   520 <dd></dd></dl>
       
   521 
       
   522 <dl class="attribute">
       
   523 <dt id="pyams_thesaurus.zmi.manager.ThesaurusMenuItem.url">
       
   524 <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>
       
   525 <dd></dd></dl>
       
   526 
       
   527 </dd></dl>
       
   528 
       
   529 </div>
       
   530 <div class="section" id="module-pyams_thesaurus.zmi.term">
       
   531 <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>
       
   532 <dl class="class">
       
   533 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXAddForm">
       
   534 <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>
       
   535 <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>
       
   536 <p>Thesaurus term add form, AJAX view</p>
       
   537 <dl class="method">
       
   538 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXAddForm.get_ajax_output">
       
   539 <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>
       
   540 <dd></dd></dl>
       
   541 
       
   542 </dd></dl>
       
   543 
       
   544 <dl class="class">
       
   545 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXEditForm">
       
   546 <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>
       
   547 <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>
       
   548 <p>Thesaurus term edit form, AJAX view</p>
       
   549 <dl class="method">
       
   550 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAJAXEditForm.get_ajax_output">
       
   551 <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>
       
   552 <dd></dd></dl>
       
   553 
       
   554 </dd></dl>
       
   555 
       
   556 <dl class="class">
       
   557 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction">
       
   558 <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>
       
   559 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarAction</span></code></p>
       
   560 <p>Thesaurus term add action</p>
       
   561 <dl class="attribute">
       
   562 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction.label">
       
   563 <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>
       
   564 <dd></dd></dl>
       
   565 
       
   566 <dl class="attribute">
       
   567 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction.modal_target">
       
   568 <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>
       
   569 <dd></dd></dl>
       
   570 
       
   571 <dl class="attribute">
       
   572 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddAction.url">
       
   573 <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>
       
   574 <dd></dd></dl>
       
   575 
       
   576 </dd></dl>
       
   577 
       
   578 <dl class="class">
       
   579 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm">
       
   580 <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>
       
   581 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
       
   582 <p>Thesaurus term add form</p>
       
   583 <dl class="method">
       
   584 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.add">
       
   585 <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>
       
   586 <dd></dd></dl>
       
   587 
       
   588 <dl class="attribute">
       
   589 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.ajax_handler">
       
   590 <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>
       
   591 <dd></dd></dl>
       
   592 
       
   593 <dl class="method">
       
   594 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.create">
       
   595 <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>
       
   596 <dd></dd></dl>
       
   597 
       
   598 <dl class="attribute">
       
   599 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.edit_permission">
       
   600 <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>
       
   601 <dd></dd></dl>
       
   602 
       
   603 <dl class="attribute">
       
   604 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.fields">
       
   605 <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>
       
   606 <dd></dd></dl>
       
   607 
       
   608 <dl class="attribute">
       
   609 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.icon_css_class">
       
   610 <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>
       
   611 <dd></dd></dl>
       
   612 
       
   613 <dl class="attribute">
       
   614 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.legend">
       
   615 <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>
       
   616 <dd></dd></dl>
       
   617 
       
   618 <dl class="method">
       
   619 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.nextURL">
       
   620 <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>
       
   621 <dd></dd></dl>
       
   622 
       
   623 <dl class="attribute">
       
   624 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.title">
       
   625 <code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermAddForm.title" title="Permalink to this definition">¶</a></dt>
       
   626 <dd></dd></dl>
       
   627 
       
   628 <dl class="method">
       
   629 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.updateWidgets">
       
   630 <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>
       
   631 <dd></dd></dl>
       
   632 
       
   633 <dl class="method">
       
   634 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermAddForm.update_content">
       
   635 <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>
       
   636 <dd></dd></dl>
       
   637 
       
   638 </dd></dl>
       
   639 
       
   640 <dl class="class">
       
   641 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm">
       
   642 <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>
       
   643 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></p>
       
   644 <p>Thesaurus term edit form</p>
       
   645 <dl class="attribute">
       
   646 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.ajax_handler">
       
   647 <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>
       
   648 <dd></dd></dl>
       
   649 
       
   650 <dl class="attribute">
       
   651 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.edit_permission">
       
   652 <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>
       
   653 <dd></dd></dl>
       
   654 
       
   655 <dl class="attribute">
       
   656 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.fields">
       
   657 <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>
       
   658 <dd></dd></dl>
       
   659 
       
   660 <dl class="attribute">
       
   661 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.generic_changed">
       
   662 <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>
       
   663 <dd></dd></dl>
       
   664 
       
   665 <dl class="attribute">
       
   666 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.icon_css_class">
       
   667 <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>
       
   668 <dd></dd></dl>
       
   669 
       
   670 <dl class="attribute">
       
   671 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.legend">
       
   672 <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>
       
   673 <dd></dd></dl>
       
   674 
       
   675 <dl class="attribute">
       
   676 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.title">
       
   677 <code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.term.ThesaurusTermEditForm.title" title="Permalink to this definition">¶</a></dt>
       
   678 <dd></dd></dl>
       
   679 
       
   680 <dl class="method">
       
   681 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.updateWidgets">
       
   682 <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>
       
   683 <dd></dd></dl>
       
   684 
       
   685 <dl class="method">
       
   686 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.update_content">
       
   687 <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>
       
   688 <dd></dd></dl>
       
   689 
       
   690 <dl class="attribute">
       
   691 <dt id="pyams_thesaurus.zmi.term.ThesaurusTermEditForm.usage_changed">
       
   692 <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>
       
   693 <dd></dd></dl>
       
   694 
       
   695 </dd></dl>
       
   696 
       
   697 <dl class="function">
       
   698 <dt id="pyams_thesaurus.zmi.term.handle_new_term_data_extraction">
       
   699 <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>
       
   700 <dd><p>Handle new term data extraction</p>
       
   701 </dd></dl>
       
   702 
       
   703 <dl class="function">
       
   704 <dt id="pyams_thesaurus.zmi.term.handle_term_properties_data_extraction">
       
   705 <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>
       
   706 <dd><p>Handle term properties data extraction</p>
       
   707 </dd></dl>
       
   708 
       
   709 </div>
       
   710 <div class="section" id="module-pyams_thesaurus.zmi.thesaurus">
       
   711 <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>
       
   712 <dl class="class">
       
   713 <dt id="pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView">
       
   714 <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>
       
   715 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
       
   716 <p>Base tree nodes views</p>
       
   717 <dl class="method">
       
   718 <dt id="pyams_thesaurus.zmi.thesaurus.BaseTreeNodesView.get_nodes">
       
   719 <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>
       
   720 <dd></dd></dl>
       
   721 
       
   722 </dd></dl>
       
   723 
       
   724 <dl class="class">
       
   725 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAJAXAddForm">
       
   726 <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>
       
   727 <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>
       
   728 <p>Thesaurus add form, AJAX view</p>
       
   729 <dl class="method">
       
   730 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAJAXAddForm.get_ajax_output">
       
   731 <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>
       
   732 <dd></dd></dl>
       
   733 
       
   734 </dd></dl>
       
   735 
       
   736 <dl class="class">
       
   737 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm">
       
   738 <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>
       
   739 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
       
   740 <p>Thesaurus add form</p>
       
   741 <dl class="method">
       
   742 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.add">
       
   743 <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>
       
   744 <dd></dd></dl>
       
   745 
       
   746 <dl class="attribute">
       
   747 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.ajax_handler">
       
   748 <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>
       
   749 <dd></dd></dl>
       
   750 
       
   751 <dl class="method">
       
   752 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.create">
       
   753 <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>
       
   754 <dd></dd></dl>
       
   755 
       
   756 <dl class="attribute">
       
   757 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.edit_permission">
       
   758 <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>
       
   759 <dd></dd></dl>
       
   760 
       
   761 <dl class="attribute">
       
   762 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.fields">
       
   763 <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>
       
   764 <dd></dd></dl>
       
   765 
       
   766 <dl class="attribute">
       
   767 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.icon_css_class">
       
   768 <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>
       
   769 <dd></dd></dl>
       
   770 
       
   771 <dl class="attribute">
       
   772 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.legend">
       
   773 <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>
       
   774 <dd></dd></dl>
       
   775 
       
   776 <dl class="method">
       
   777 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.nextURL">
       
   778 <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>
       
   779 <dd></dd></dl>
       
   780 
       
   781 <dl class="attribute">
       
   782 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.title">
       
   783 <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>
       
   784 <dd></dd></dl>
       
   785 
       
   786 <dl class="method">
       
   787 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddForm.updateWidgets">
       
   788 <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>
       
   789 <dd></dd></dl>
       
   790 
       
   791 </dd></dl>
       
   792 
       
   793 <dl class="class">
       
   794 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu">
       
   795 <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>
       
   796 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></p>
       
   797 <p>Thesaurus add menu</p>
       
   798 <dl class="attribute">
       
   799 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.label">
       
   800 <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>
       
   801 <dd></dd></dl>
       
   802 
       
   803 <dl class="attribute">
       
   804 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.label_css_class">
       
   805 <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>
       
   806 <dd></dd></dl>
       
   807 
       
   808 <dl class="attribute">
       
   809 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.modal_target">
       
   810 <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>
       
   811 <dd></dd></dl>
       
   812 
       
   813 <dl class="attribute">
       
   814 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusAddMenu.url">
       
   815 <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>
       
   816 <dd></dd></dl>
       
   817 
       
   818 </dd></dl>
       
   819 
       
   820 <dl class="class">
       
   821 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter">
       
   822 <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>
       
   823 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.breadcrumb.BreadcrumbItem</span></code></p>
       
   824 <p>Thesaurus breadcrumb adapter</p>
       
   825 <dl class="attribute">
       
   826 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter.css_class">
       
   827 <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>
       
   828 <dd></dd></dl>
       
   829 
       
   830 <dl class="attribute">
       
   831 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter.label">
       
   832 <code class="descname">label</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusBreadcrumbAdapter.label" title="Permalink to this definition">¶</a></dt>
       
   833 <dd></dd></dl>
       
   834 
       
   835 </dd></dl>
       
   836 
       
   837 <dl class="class">
       
   838 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportAJAXForm">
       
   839 <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>
       
   840 <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>
       
   841 <p>Thesaurus export form, AJAX view</p>
       
   842 <dl class="method">
       
   843 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportAJAXForm.get_ajax_output">
       
   844 <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>
       
   845 <dd></dd></dl>
       
   846 
       
   847 </dd></dl>
       
   848 
       
   849 <dl class="class">
       
   850 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm">
       
   851 <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>
       
   852 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
       
   853 <p>Thesaurus export form</p>
       
   854 <dl class="attribute">
       
   855 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.ajax_handler">
       
   856 <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>
       
   857 <dd></dd></dl>
       
   858 
       
   859 <dl class="attribute">
       
   860 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.buttons">
       
   861 <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>
       
   862 <dd></dd></dl>
       
   863 
       
   864 <dl class="attribute">
       
   865 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.configuration">
       
   866 <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>
       
   867 <dd></dd></dl>
       
   868 
       
   869 <dl class="method">
       
   870 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.createAndAdd">
       
   871 <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>
       
   872 <dd></dd></dl>
       
   873 
       
   874 <dl class="attribute">
       
   875 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.download_target">
       
   876 <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>
       
   877 <dd></dd></dl>
       
   878 
       
   879 <dl class="attribute">
       
   880 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.edit_permission">
       
   881 <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>
       
   882 <dd></dd></dl>
       
   883 
       
   884 <dl class="attribute">
       
   885 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.exporter">
       
   886 <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>
       
   887 <dd></dd></dl>
       
   888 
       
   889 <dl class="attribute">
       
   890 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.fields">
       
   891 <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>
       
   892 <dd></dd></dl>
       
   893 
       
   894 <dl class="attribute">
       
   895 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.icon_css_class">
       
   896 <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>
       
   897 <dd></dd></dl>
       
   898 
       
   899 <dl class="attribute">
       
   900 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.legend">
       
   901 <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>
       
   902 <dd></dd></dl>
       
   903 
       
   904 <dl class="attribute">
       
   905 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportForm.title">
       
   906 <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>
       
   907 <dd></dd></dl>
       
   908 
       
   909 </dd></dl>
       
   910 
       
   911 <dl class="class">
       
   912 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem">
       
   913 <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>
       
   914 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
       
   915 <p>Thesaurus export menu</p>
       
   916 <dl class="attribute">
       
   917 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.icon_class">
       
   918 <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>
       
   919 <dd></dd></dl>
       
   920 
       
   921 <dl class="attribute">
       
   922 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.label">
       
   923 <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>
       
   924 <dd></dd></dl>
       
   925 
       
   926 <dl class="attribute">
       
   927 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.modal_target">
       
   928 <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>
       
   929 <dd></dd></dl>
       
   930 
       
   931 <dl class="attribute">
       
   932 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusExportMenuItem.url">
       
   933 <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>
       
   934 <dd></dd></dl>
       
   935 
       
   936 </dd></dl>
       
   937 
       
   938 <dl class="class">
       
   939 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter">
       
   940 <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>
       
   941 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.page.DefaultPageHeaderAdapter</span></code></p>
       
   942 <p>Thesaurus views header adapter</p>
       
   943 <dl class="attribute">
       
   944 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.back_target">
       
   945 <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>
       
   946 <dd></dd></dl>
       
   947 
       
   948 <dl class="attribute">
       
   949 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.back_url">
       
   950 <code class="descname">back_url</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.back_url" title="Permalink to this definition">¶</a></dt>
       
   951 <dd></dd></dl>
       
   952 
       
   953 <dl class="attribute">
       
   954 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.icon_class">
       
   955 <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>
       
   956 <dd></dd></dl>
       
   957 
       
   958 <dl class="attribute">
       
   959 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.title">
       
   960 <code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusHeaderAdapter.title" title="Permalink to this definition">¶</a></dt>
       
   961 <dd></dd></dl>
       
   962 
       
   963 </dd></dl>
       
   964 
       
   965 <dl class="class">
       
   966 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportAJAXForm">
       
   967 <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>
       
   968 <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>
       
   969 <p>Thesaurus import form, AJAX view</p>
       
   970 </dd></dl>
       
   971 
       
   972 <dl class="class">
       
   973 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm">
       
   974 <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>
       
   975 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></p>
       
   976 <p>Thesaurus import form</p>
       
   977 <dl class="method">
       
   978 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.add">
       
   979 <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>
       
   980 <dd></dd></dl>
       
   981 
       
   982 <dl class="attribute">
       
   983 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.ajax_handler">
       
   984 <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>
       
   985 <dd></dd></dl>
       
   986 
       
   987 <dl class="attribute">
       
   988 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.buttons">
       
   989 <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>
       
   990 <dd></dd></dl>
       
   991 
       
   992 <dl class="method">
       
   993 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.create">
       
   994 <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>
       
   995 <dd></dd></dl>
       
   996 
       
   997 <dl class="attribute">
       
   998 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.edit_permission">
       
   999 <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>
       
  1000 <dd></dd></dl>
       
  1001 
       
  1002 <dl class="attribute">
       
  1003 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.fields">
       
  1004 <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>
       
  1005 <dd></dd></dl>
       
  1006 
       
  1007 <dl class="attribute">
       
  1008 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.icon_css_class">
       
  1009 <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>
       
  1010 <dd></dd></dl>
       
  1011 
       
  1012 <dl class="attribute">
       
  1013 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.legend">
       
  1014 <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>
       
  1015 <dd></dd></dl>
       
  1016 
       
  1017 <dl class="method">
       
  1018 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.nextURL">
       
  1019 <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>
       
  1020 <dd></dd></dl>
       
  1021 
       
  1022 <dl class="attribute">
       
  1023 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.title">
       
  1024 <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>
       
  1025 <dd></dd></dl>
       
  1026 
       
  1027 <dl class="method">
       
  1028 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.updateWidgets">
       
  1029 <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>
       
  1030 <dd></dd></dl>
       
  1031 
       
  1032 <dl class="method">
       
  1033 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportForm.update_content">
       
  1034 <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>
       
  1035 <dd></dd></dl>
       
  1036 
       
  1037 </dd></dl>
       
  1038 
       
  1039 <dl class="class">
       
  1040 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem">
       
  1041 <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>
       
  1042 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
       
  1043 <p>Thesaurus import menu</p>
       
  1044 <dl class="attribute">
       
  1045 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.icon_class">
       
  1046 <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>
       
  1047 <dd></dd></dl>
       
  1048 
       
  1049 <dl class="attribute">
       
  1050 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.label">
       
  1051 <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>
       
  1052 <dd></dd></dl>
       
  1053 
       
  1054 <dl class="attribute">
       
  1055 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.modal_target">
       
  1056 <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>
       
  1057 <dd></dd></dl>
       
  1058 
       
  1059 <dl class="attribute">
       
  1060 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusImportMenuItem.url">
       
  1061 <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>
       
  1062 <dd></dd></dl>
       
  1063 
       
  1064 </dd></dl>
       
  1065 
       
  1066 <dl class="class">
       
  1067 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusMenuHeader">
       
  1068 <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>
       
  1069 <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>
       
  1070 <p>Thesaurus menu header adapter</p>
       
  1071 <dl class="attribute">
       
  1072 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusMenuHeader.header">
       
  1073 <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>
       
  1074 <dd></dd></dl>
       
  1075 
       
  1076 </dd></dl>
       
  1077 
       
  1078 <dl class="class">
       
  1079 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusNameAdapter">
       
  1080 <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>
       
  1081 <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>
       
  1082 <p>Thesaurus name adapter</p>
       
  1083 <dl class="attribute">
       
  1084 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusNameAdapter.name">
       
  1085 <code class="descname">name</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusNameAdapter.name" title="Permalink to this definition">¶</a></dt>
       
  1086 <dd></dd></dl>
       
  1087 
       
  1088 </dd></dl>
       
  1089 
       
  1090 <dl class="class">
       
  1091 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesAJAXEditForm">
       
  1092 <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>
       
  1093 <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>
       
  1094 <p>Thesaurus properties edit form, AJAX view</p>
       
  1095 </dd></dl>
       
  1096 
       
  1097 <dl class="class">
       
  1098 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm">
       
  1099 <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>
       
  1100 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminEditForm</span></code></p>
       
  1101 <p>Thesaurus properties edit form</p>
       
  1102 <dl class="attribute">
       
  1103 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.ajax_handler">
       
  1104 <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>
       
  1105 <dd></dd></dl>
       
  1106 
       
  1107 <dl class="attribute">
       
  1108 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.edit_permission">
       
  1109 <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>
       
  1110 <dd></dd></dl>
       
  1111 
       
  1112 <dl class="attribute">
       
  1113 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.fields">
       
  1114 <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>
       
  1115 <dd></dd></dl>
       
  1116 
       
  1117 <dl class="attribute">
       
  1118 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.icon_css_class">
       
  1119 <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>
       
  1120 <dd></dd></dl>
       
  1121 
       
  1122 <dl class="attribute">
       
  1123 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.legend">
       
  1124 <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>
       
  1125 <dd></dd></dl>
       
  1126 
       
  1127 <dl class="attribute">
       
  1128 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.title">
       
  1129 <code class="descname">title</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.title" title="Permalink to this definition">¶</a></dt>
       
  1130 <dd></dd></dl>
       
  1131 
       
  1132 <dl class="method">
       
  1133 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesEditForm.updateWidgets">
       
  1134 <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>
       
  1135 <dd></dd></dl>
       
  1136 
       
  1137 </dd></dl>
       
  1138 
       
  1139 <dl class="class">
       
  1140 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem">
       
  1141 <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>
       
  1142 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
       
  1143 <p>Thesaurus properties menu</p>
       
  1144 <dl class="attribute">
       
  1145 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.icon_class">
       
  1146 <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>
       
  1147 <dd></dd></dl>
       
  1148 
       
  1149 <dl class="attribute">
       
  1150 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.label">
       
  1151 <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>
       
  1152 <dd></dd></dl>
       
  1153 
       
  1154 <dl class="attribute">
       
  1155 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusPropertiesMenuItem.url">
       
  1156 <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>
       
  1157 <dd></dd></dl>
       
  1158 
       
  1159 </dd></dl>
       
  1160 
       
  1161 <dl class="class">
       
  1162 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor">
       
  1163 <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>
       
  1164 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.DefaultElementEditorAdapter</span></code></p>
       
  1165 <p>Thesaurus table element editor</p>
       
  1166 <dl class="attribute">
       
  1167 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.modal_target">
       
  1168 <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>
       
  1169 <dd></dd></dl>
       
  1170 
       
  1171 <dl class="attribute">
       
  1172 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.url">
       
  1173 <code class="descname">url</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.url" title="Permalink to this definition">¶</a></dt>
       
  1174 <dd></dd></dl>
       
  1175 
       
  1176 <dl class="attribute">
       
  1177 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTableElementEditor.view_name">
       
  1178 <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>
       
  1179 <dd></dd></dl>
       
  1180 
       
  1181 </dd></dl>
       
  1182 
       
  1183 <dl class="class">
       
  1184 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermNodes">
       
  1185 <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>
       
  1186 <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>
       
  1187 <p>Get thesaurus nodes</p>
       
  1188 </dd></dl>
       
  1189 
       
  1190 <dl class="class">
       
  1191 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermParentNodes">
       
  1192 <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>
       
  1193 <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>
       
  1194 <p>Get thesaurus parent nodes</p>
       
  1195 </dd></dl>
       
  1196 
       
  1197 <dl class="class">
       
  1198 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem">
       
  1199 <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>
       
  1200 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.menu.MenuItem</span></code></p>
       
  1201 <p>Thesaurus terms menu</p>
       
  1202 <dl class="attribute">
       
  1203 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.icon_class">
       
  1204 <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>
       
  1205 <dd></dd></dl>
       
  1206 
       
  1207 <dl class="attribute">
       
  1208 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.label">
       
  1209 <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>
       
  1210 <dd></dd></dl>
       
  1211 
       
  1212 <dl class="attribute">
       
  1213 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsMenuItem.url">
       
  1214 <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>
       
  1215 <dd></dd></dl>
       
  1216 
       
  1217 </dd></dl>
       
  1218 
       
  1219 <dl class="class">
       
  1220 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView">
       
  1221 <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>
       
  1222 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.view.InnerAdminView</span></code></p>
       
  1223 <p>Thesaurus terms view</p>
       
  1224 <dl class="attribute">
       
  1225 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.search_query_params">
       
  1226 <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>
       
  1227 <dd></dd></dl>
       
  1228 
       
  1229 <dl class="attribute">
       
  1230 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.tree">
       
  1231 <code class="descname">tree</code><a class="headerlink" href="#pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.tree" title="Permalink to this definition">¶</a></dt>
       
  1232 <dd></dd></dl>
       
  1233 
       
  1234 <dl class="method">
       
  1235 <dt id="pyams_thesaurus.zmi.thesaurus.ThesaurusTermsView.update">
       
  1236 <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>
       
  1237 <dd></dd></dl>
       
  1238 
       
  1239 </dd></dl>
       
  1240 
       
  1241 <dl class="function">
       
  1242 <dt id="pyams_thesaurus.zmi.thesaurus.handle_new_thesaurus_data_extraction">
       
  1243 <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>
       
  1244 <dd><p>Handle new thesaurus data extraction</p>
       
  1245 </dd></dl>
       
  1246 
       
  1247 <dl class="function">
       
  1248 <dt id="pyams_thesaurus.zmi.thesaurus.switch_term_extract">
       
  1249 <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>
       
  1250 <dd><p>Term extract switcher</p>
       
  1251 </dd></dl>
       
  1252 
       
  1253 </div>
       
  1254 </div>
       
  1255 </div>
       
  1256 
       
  1257 
       
  1258           </div>
       
  1259         </div>
       
  1260       </div>
       
  1261       <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
       
  1262         <div class="sphinxsidebarwrapper">
       
  1263   <h3><a href="index.html">Table Of Contents</a></h3>
       
  1264   <ul>
       
  1265 <li><a class="reference internal" href="#">pyams_thesaurus.zmi package</a><ul>
       
  1266 <li><a class="reference internal" href="#module-pyams_thesaurus.zmi">Module contents</a></li>
       
  1267 <li><a class="reference internal" href="#submodules">Submodules</a><ul>
       
  1268 <li><a class="reference internal" href="#module-pyams_thesaurus.zmi.extract">pyams_thesaurus.zmi.extract module</a></li>
       
  1269 <li><a class="reference internal" href="#module-pyams_thesaurus.zmi.interfaces">pyams_thesaurus.zmi.interfaces module</a></li>
       
  1270 <li><a class="reference internal" href="#module-pyams_thesaurus.zmi.manager">pyams_thesaurus.zmi.manager module</a></li>
       
  1271 <li><a class="reference internal" href="#module-pyams_thesaurus.zmi.term">pyams_thesaurus.zmi.term module</a></li>
       
  1272 <li><a class="reference internal" href="#module-pyams_thesaurus.zmi.thesaurus">pyams_thesaurus.zmi.thesaurus module</a></li>
       
  1273 </ul>
       
  1274 </li>
       
  1275 </ul>
       
  1276 </li>
       
  1277 </ul>
       
  1278 
       
  1279 <div id="searchbox" style="display: none" role="search">
       
  1280   <h3>Quick search</h3>
       
  1281     <form class="search" action="search.html" method="get">
       
  1282       <div><input type="text" name="q" /></div>
       
  1283       <div><input type="submit" value="Go" /></div>
       
  1284       <input type="hidden" name="check_keywords" value="yes" />
       
  1285       <input type="hidden" name="area" value="default" />
       
  1286     </form>
       
  1287 </div>
       
  1288 <script type="text/javascript">$('#searchbox').show(0);</script>
       
  1289         </div>
       
  1290       </div>
       
  1291       <div class="clearer"></div>
       
  1292     </div>
       
  1293     <div class="related" role="navigation" aria-label="related navigation">
       
  1294       <h3>Navigation</h3>
       
  1295       <ul>
       
  1296         <li class="right" style="margin-right: 10px">
       
  1297           <a href="genindex.html" title="General Index"
       
  1298              >index</a></li>
       
  1299         <li class="right" >
       
  1300           <a href="py-modindex.html" title="Python Module Index"
       
  1301              >modules</a> |</li>
       
  1302         <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
       
  1303       </ul>
       
  1304     </div>
       
  1305     <div class="footer" role="contentinfo">
       
  1306         &#169; Copyright 2017, Thierry Florac.
       
  1307       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
       
  1308     </div>
       
  1309   </body>
       
  1310 </html>