add_widget() now returns the newly created widget
This commit is contained in:
parent
6b0afcb2a3
commit
ef311e6fb1
2 changed files with 3 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ $('.grid-stack').on('resizestop', function (event, ui) {
|
|||
|
||||
### add_widget(el, x, y, width, height, auto_position)
|
||||
|
||||
Creates new widget.
|
||||
Creates new widget and returns it.
|
||||
|
||||
Parameters:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue