doc for option.buttons

This commit is contained in:
Matthias 2021-06-17 19:24:08 +02:00
parent 96c29847e1
commit c74ee4e925

View File

@ -851,6 +851,7 @@ function launchModalForm(url, options = {}) {
* secondary - List of secondary modals to attach * secondary - List of secondary modals to attach
* callback - List of callback functions to attach to inputs * callback - List of callback functions to attach to inputs
* focus - Select which field to focus on by default * focus - Select which field to focus on by default
* buttons - additional buttons that should be added as array with [name, title]
*/ */
var modal = options.modal || '#modal-form'; var modal = options.modal || '#modal-form';