UIBootgrid: referred to the wrong component here

This commit is contained in:
Stephan de Wit 2026-05-15 15:56:45 +02:00
parent e513c78672
commit 6edcb282f4
2 changed files with 3 additions and 1 deletions

View file

@ -516,7 +516,7 @@ with a unique key and contains an object with the following schema:
as well, but only if :code:`footer` is :code:`false`. This function has priority over :code:`method`.
This function can be used to bind the rendered command DOM element to other system
components, such as :ref:`simpleactionbutton`.
components, such as :ref:`simplefileuploaddlg`.
There are default commands built-in to the UIBootgrid framework that work in tandem with the
default controller actions to facilitate basic CRUD behavior.

View file

@ -265,6 +265,8 @@ To utilize the callbacks, one could use:
``SimpleActionButton`` will also show a reminder to the user to save their settings if prompted. To do so,
simply call :code:`$(document).trigger("settings-changed");`.
.. _simplefileuploaddlg:
----------------------------
$.SimpleFileUploadDlg
----------------------------