mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
updated docs and dist
This commit is contained in:
+111
-111
@@ -868,14 +868,14 @@
|
||||
</li>
|
||||
|
||||
<li class="index-item method">
|
||||
<a href="#method_sort_by_row_asc">sort_by_row_asc</a>
|
||||
<a href="#method_sort_by_col_asc">sort_by_col_asc</a>
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
<li class="index-item method">
|
||||
<a href="#method_sort_by_row_asc">sort_by_row_asc</a>
|
||||
<a href="#method_sort_by_row_and_col_asc">sort_by_row_and_col_asc</a>
|
||||
|
||||
|
||||
|
||||
@@ -7454,113 +7454,8 @@ mapped array of positions.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="method_sort_by_row_asc" class="method item">
|
||||
<h3 class="name"><code>sort_by_row_asc</code></h3>
|
||||
|
||||
|
||||
<div class="args">
|
||||
<span class="paren">(</span><ul class="args-list inline commas">
|
||||
|
||||
<li class="arg">
|
||||
|
||||
<code>widgets</code>
|
||||
|
||||
</li>
|
||||
|
||||
</ul><span class="paren">)</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<span class="returns-inline">
|
||||
<span class="type">Array</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
Defined in
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="../files/src_jquery.gridster.js.html#l720"><code>src/jquery.gridster.js:720</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<p>Sorts an Array of grid coords objects (representing the grid coords of
|
||||
each widget) in ascending way.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="params">
|
||||
<h4>Parameters:</h4>
|
||||
|
||||
<ul class="params-list">
|
||||
|
||||
<li class="param">
|
||||
|
||||
<code class="param-name">widgets</code>
|
||||
<span class="type">Array</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="param-description">
|
||||
<p>Array of grid coords objects</p>
|
||||
</div>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="returns">
|
||||
<h4>Returns:</h4>
|
||||
|
||||
<div class="returns-description">
|
||||
|
||||
|
||||
<span class="type">Array</span>:
|
||||
|
||||
Returns the array sorted.
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="method_sort_by_row_asc" class="method item">
|
||||
<h3 class="name"><code>sort_by_row_asc</code></h3>
|
||||
<div id="method_sort_by_col_asc" class="method item">
|
||||
<h3 class="name"><code>sort_by_col_asc</code></h3>
|
||||
|
||||
|
||||
<div class="args">
|
||||
@@ -7664,8 +7559,8 @@ coords of each widget) in ascending way.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="method_sort_by_row_asc" class="method item">
|
||||
<h3 class="name"><code>sort_by_row_asc</code></h3>
|
||||
<div id="method_sort_by_row_and_col_asc" class="method item">
|
||||
<h3 class="name"><code>sort_by_row_and_col_asc</code></h3>
|
||||
|
||||
|
||||
<div class="args">
|
||||
@@ -7766,6 +7661,111 @@ each widget) placing first the empty cells upper left.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="method_sort_by_row_asc" class="method item">
|
||||
<h3 class="name"><code>sort_by_row_asc</code></h3>
|
||||
|
||||
|
||||
<div class="args">
|
||||
<span class="paren">(</span><ul class="args-list inline commas">
|
||||
|
||||
<li class="arg">
|
||||
|
||||
<code>widgets</code>
|
||||
|
||||
</li>
|
||||
|
||||
</ul><span class="paren">)</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<span class="returns-inline">
|
||||
<span class="type">Array</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="meta">
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
Defined in
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="../files/src_jquery.gridster.js.html#l720"><code>src/jquery.gridster.js:720</code></a>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<p>Sorts an Array of grid coords objects (representing the grid coords of
|
||||
each widget) in ascending way.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="params">
|
||||
<h4>Parameters:</h4>
|
||||
|
||||
<ul class="params-list">
|
||||
|
||||
<li class="param">
|
||||
|
||||
<code class="param-name">widgets</code>
|
||||
<span class="type">Array</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="param-description">
|
||||
<p>Array of grid coords objects</p>
|
||||
</div>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="returns">
|
||||
<h4>Returns:</h4>
|
||||
|
||||
<div class="returns-description">
|
||||
|
||||
|
||||
<span class="type">Array</span>:
|
||||
|
||||
Returns the array sorted.
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user