Fixed/added description all documentation
This commit is contained in:
@ -21,7 +21,12 @@
|
||||
<header></header>
|
||||
|
||||
<article>
|
||||
<div class="container-overview"></div>
|
||||
<div class="container-overview">
|
||||
<div class="description">
|
||||
В этом модуле представленны функции используемые в классе селекта. Модуль предназначен
|
||||
для выноса важной логики селекта и удобства использования.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="subsection-title">Methods</h3>
|
||||
|
||||
@ -116,7 +121,7 @@
|
||||
|
||||
<h4 class="name" id=".createInputSearch">
|
||||
<span class="type-signature">(static) </span>createInputSearch<span class="signature"
|
||||
>(random)</span
|
||||
>(random, lenguage)</span
|
||||
><span class="type-signature"> → {HTMLInputElement}</span>
|
||||
</h4>
|
||||
|
||||
@ -145,6 +150,18 @@
|
||||
|
||||
<td class="description last">уникальное значение для input элемента.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="name"><code>lenguage</code></td>
|
||||
|
||||
<td class="type">
|
||||
<span class="param-type">string</span>
|
||||
</td>
|
||||
|
||||
<td class="description last">
|
||||
текст на определенном языке переданный из файла language.js
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -154,7 +171,7 @@
|
||||
<ul class="dummy">
|
||||
<li>
|
||||
<a href="create-element.js.html">create-element.js</a>,
|
||||
<a href="create-element.js.html#line102">line 102</a>
|
||||
<a href="create-element.js.html#line103">line 103</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
@ -185,7 +202,7 @@
|
||||
<ul class="dummy">
|
||||
<li>
|
||||
<a href="create-element.js.html">create-element.js</a>,
|
||||
<a href="create-element.js.html#line77">line 77</a>
|
||||
<a href="create-element.js.html#line78">line 78</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
@ -258,6 +275,8 @@
|
||||
<ul>
|
||||
<li><a href="global.html#addOptionsBehaviour">#addOptionsBehaviour</a></li>
|
||||
<li><a href="global.html#close">#close</a></li>
|
||||
<li><a href="global.html#checkTheme">#checkTheme</a></li>
|
||||
<li><a href="global.html#closeSelectClick">#closeSelectClick</a></li>
|
||||
<li><a href="global.html#init">#init</a></li>
|
||||
<li><a href="global.html#initEvent">#initEvent</a></li>
|
||||
<li><a href="global.html#initSelected">#initSelected</a></li>
|
||||
@ -268,6 +287,7 @@
|
||||
</ul>
|
||||
<h3>Public methods</h3>
|
||||
<ul>
|
||||
<li><a href="global.html#addLenguage">addLenguage</a></li>
|
||||
<li><a href="global.html#addItem">addItem</a></li>
|
||||
<li><a href="global.html#buttonControl">buttonControl</a></li>
|
||||
<li><a href="global.html#deleteItem">deleteItem</a></li>
|
||||
|
Reference in New Issue
Block a user