From 7e4fa9fcbe3543379b69c2f659884e1097d27477 Mon Sep 17 00:00:00 2001 From: vieron Date: Tue, 24 Jul 2012 10:51:03 +0200 Subject: [PATCH] updated remove_widget method in doc --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3ee9289fe4..336254ad10 100755 --- a/index.html +++ b/index.html @@ -250,7 +250,7 @@
-

.remove_widget( el )

+

.remove_widget( el, [callback] )

Remove a widget from the grid

@@ -259,6 +259,8 @@
el HTMLElement
The jQuery wrapped HTMLElement representing the widget that you want to remove.
+
callback Function
+
Executes a callback when the widgets is removed.

Returns