updated remove_widget method in doc

This commit is contained in:
vieron
2012-07-24 10:51:03 +02:00
parent 62caa4abf7
commit 7e4fa9fcbe

View File

@@ -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>