Fixed documentation and package.json
This commit is contained in:
@ -158,6 +158,104 @@
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="name" id="displayMode">
|
||||
<span class="type-signature">(protected) </span>#displayMode<span class="signature"
|
||||
>(listDisplayMode)</span
|
||||
><span class="type-signature"></span>
|
||||
</h4>
|
||||
|
||||
<div class="description">
|
||||
Изменяет отображение листа с выбором в виде модального окна.
|
||||
</div>
|
||||
|
||||
<h5>Parameters:</h5>
|
||||
|
||||
<table class="params">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
||||
<th>Type</th>
|
||||
|
||||
<th class="last">Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="name"><code>listDisplayMode</code></td>
|
||||
|
||||
<td class="type">
|
||||
<span class="param-type">boolean</span>
|
||||
</td>
|
||||
|
||||
<td class="description last">
|
||||
параметр отвечающий за отображение выбора в виде модального окна.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<dl class="details">
|
||||
<dt class="tag-source">Source:</dt>
|
||||
<dd class="tag-source">
|
||||
<ul class="dummy">
|
||||
<li>
|
||||
<a href="cg-dropdown.js.html">cg-select.js</a>,
|
||||
<a href="cg-dropdown.js.html#line895">line 895</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="name" id="selectMode">
|
||||
<span class="type-signature">(protected) </span>#selectMode<span class="signature"
|
||||
>(nativeSelectMode)</span
|
||||
><span class="type-signature"></span>
|
||||
</h4>
|
||||
|
||||
<div class="description">Изменяет отображение селекта на мобильных устройствах</div>
|
||||
|
||||
<h5>Parameters:</h5>
|
||||
|
||||
<table class="params">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
||||
<th>Type</th>
|
||||
|
||||
<th class="last">Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="name"><code>nativeSelectMode</code></td>
|
||||
|
||||
<td class="type">
|
||||
<span class="param-type">boolean</span>
|
||||
</td>
|
||||
|
||||
<td class="description last">
|
||||
параметр отвечающий за добавления нативного селекта.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<dl class="details">
|
||||
<dt class="tag-source">Source:</dt>
|
||||
<dd class="tag-source">
|
||||
<ul class="dummy">
|
||||
<li>
|
||||
<a href="cg-dropdown.js.html">cg-select.js</a>,
|
||||
<a href="cg-dropdown.js.html#line864">line 864</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="name" id="initEvent">
|
||||
<span class="type-signature">(protected) </span>#initEvent<span class="signature"
|
||||
>()</span
|
||||
@ -440,7 +538,7 @@
|
||||
</dl>
|
||||
|
||||
<h4 class="name" id="addLenguage">
|
||||
<span class="type-signature"></span>addLenguage<span class="signature">(lenguage)</span
|
||||
<span class="type-signature"></span>addLanguage<span class="signature">(language)</span
|
||||
><span class="type-signature"></span>
|
||||
</h4>
|
||||
|
||||
@ -464,7 +562,7 @@
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="name"><code>lenguage</code></td>
|
||||
<td class="name"><code>language</code></td>
|
||||
|
||||
<td class="type">
|
||||
<span class="param-type">object</span>
|
||||
@ -758,7 +856,7 @@
|
||||
<dd class="tag-source">
|
||||
<ul class="dummy">
|
||||
<li>
|
||||
<a href="cg-dropdown.js.html">cg-dropdown.js</a>,
|
||||
<a href="cg-dropdown.js.html">cg-select.js</a>,
|
||||
<a href="cg-dropdown.js.html#line173">line 173</a>
|
||||
</li>
|
||||
</ul>
|
||||
@ -774,10 +872,7 @@
|
||||
<ul>
|
||||
<li><a href="DropDown.html">DropDown</a></li>
|
||||
<li>
|
||||
<a
|
||||
href="%25D0%259A%25D0%25BE%25D0%25BD%25D1%2581%25D1%2582%25D1%2580%25D1%2583%25D0%25BA%25D1%2582%25D0%25BE%25D1%2580%2520%25D0%25BA%25D0%25BB%25D0%25B0%25D1%2581%25D1%2581%25D0%25B0%2520DropDown.html"
|
||||
>Конструктор класса DropDown</a
|
||||
>
|
||||
<a href="constructor.html">Конструктор класса DropDown</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Modules</h3>
|
||||
@ -798,10 +893,12 @@
|
||||
<li><a href="global.html#render">#render</a></li>
|
||||
<li><a href="global.html#renderUrl">#renderUrl</a></li>
|
||||
<li><a href="global.html#searchMode">#searchMode</a></li>
|
||||
<li><a href="global.html#displayMode">#displayMode</a></li>
|
||||
<li><a href="global.html#selectMode">#selectMode</a></li>
|
||||
</ul>
|
||||
<h3>Public methods</h3>
|
||||
<ul>
|
||||
<li><a href="global.html#addLenguage">addLenguage</a></li>
|
||||
<li><a href="global.html#addLanguage">addLanguage</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