diff --git a/source/development/frontend/bootgrid.rst b/source/development/frontend/bootgrid.rst index f0fe39fa..98457f1c 100644 --- a/source/development/frontend/bootgrid.rst +++ b/source/development/frontend/bootgrid.rst @@ -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. diff --git a/source/development/frontend/view_js_helpers.rst b/source/development/frontend/view_js_helpers.rst index 711efb80..72fd845f 100644 --- a/source/development/frontend/view_js_helpers.rst +++ b/source/development/frontend/view_js_helpers.rst @@ -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 ----------------------------