mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
UIBootgrid: referred to the wrong component here
This commit is contained in:
parent
e513c78672
commit
6edcb282f4
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue