You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
217
218
218
219
.. code-block:: html
219
220
@@ -355,7 +356,7 @@ asyncSettings.dataKey
355
356
Sets the key containing asynchronously updated queryset in the data dictionary returned from the view providing updated queryset. ``Default: null``
356
357
357
358
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``
359
360
360
361
modalForm default settings object and it's structure
0 commit comments