Fix documentation and refactoring classes
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
<body>
|
||||
<div id="main">
|
||||
<h1 class="page-title">Module: createElementChips</h1>
|
||||
<h1 class="page-title">Module: createBreadcrumb</h1>
|
||||
|
||||
<section>
|
||||
<header></header>
|
||||
@ -113,6 +113,69 @@
|
||||
<span class="param-type">HTMLElement</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="name" id=".createNativeSelect">
|
||||
<span class="type-signature">(static) </span>createNativeSelect<span class="signature"
|
||||
>()</span
|
||||
><span class="type-signature"> → {HTMLSelectElement}</span>
|
||||
</h4>
|
||||
|
||||
<div class="description">Метод который создает нативный селект</div>
|
||||
|
||||
<dl class="details">
|
||||
<dt class="tag-source">Source:</dt>
|
||||
<dd class="tag-source">
|
||||
<ul class="dummy">
|
||||
<li>
|
||||
<a href="create-element.js.html">create-element.js</a>,
|
||||
<a href="create-element.js.html#line77">line 77</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h5>Returns:</h5>
|
||||
|
||||
<div class="param-desc">Возвращает созданный нативный селект</div>
|
||||
|
||||
<dl>
|
||||
<dt>Type</dt>
|
||||
<dd>
|
||||
<span class="param-type">HTMLSelectElement</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="name" id=".createNativSelectOption">
|
||||
<span class="type-signature">(static) </span>createNativSelectOption<span
|
||||
class="signature"
|
||||
>()</span
|
||||
><span class="type-signature"> → {HTMLOptionElement}</span>
|
||||
</h4>
|
||||
|
||||
<div class="description">Метод который создает Options для нативного селекта</div>
|
||||
|
||||
<dl class="details">
|
||||
<dt class="tag-source">Source:</dt>
|
||||
<dd class="tag-source">
|
||||
<ul class="dummy">
|
||||
<li>
|
||||
<a href="create-element.js.html">create-element.js</a>,
|
||||
<a href="create-element.js.html#line90">line 90</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h5>Returns:</h5>
|
||||
|
||||
<div class="param-desc">Возвращает созданные Options нативного селекта</div>
|
||||
|
||||
<dl>
|
||||
<dt>Type</dt>
|
||||
<dd>
|
||||
<span class="param-type">HTMLOptionElement</span>
|
||||
</dd>
|
||||
</dl>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
@ -132,7 +195,7 @@
|
||||
<h3>Module</h3>
|
||||
<ul>
|
||||
<li><a href="module-Utils.html">Utils</a></li>
|
||||
<li><a href="module-createElementChips.html">createBreadcrumb</a></li>
|
||||
<li><a href="module-createElementChips.html">createElementChips</a></li>
|
||||
</ul>
|
||||
<h3>Global</h3>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user