mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated remove_widget method in doc
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
</article>
|
||||
|
||||
<article id="remove_widget_method" class="m_doc_method">
|
||||
<h3>.remove_widget( el )</h3>
|
||||
<h3>.remove_widget( el, [callback] )</h3>
|
||||
|
||||
<div class="m_txt">
|
||||
<p>Remove a widget from the grid</p>
|
||||
@@ -259,6 +259,8 @@
|
||||
<dl>
|
||||
<dt>el <em>HTMLElement</em></dt>
|
||||
<dd>The jQuery wrapped HTMLElement representing the widget that you want to remove.</dd>
|
||||
<dt>callback <em>Function</em></dt>
|
||||
<dd>Executes a callback when the widgets is removed.</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="heading-m">Returns</h4>
|
||||
|
Reference in New Issue
Block a user