Skip to content

Commit 284e402

Browse files
committed
update README.rst
1 parent b93284b commit 284e402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ Async create/update with or without modal closing on submit
214214
===========================================================
215215

216216
Set ``asyncUpdate`` and ``asyncSettings`` settings to create or update objects without page redirection to ``successUrl`` and define whether a modal should close or stay opened after form submission. See comments in example below and paragraph **modalForm options** for explanation of ``asyncSettings``.
217+
See examples on how to properly reinstantiate modal forms for all CRUD buttons when using async options.
217218

218219
.. code-block:: html
219220

@@ -355,7 +356,7 @@ asyncSettings.dataKey
355356
Sets the key containing asynchronously updated queryset in the data dictionary returned from the view providing updated queryset. ``Default: null``
356357

357358
asyncSettings.addModalFormFunction
358-
Sets the method needed for reinstantiation of event listeners on button after asynchronous update. ``Default: null``
359+
Sets the method needed for reinstantiation of event listeners on buttons (single or all CRUD buttons) after asynchronous update. ``Default: null``
359360

360361
modalForm default settings object and it's structure
361362
****************************************************

0 commit comments

Comments
 (0)