mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:16:31 +00:00
a6eebb940f
* feat: improve code * feat: update docs * feat: update docs * Update index.md * Update features.md * Update when.md * Update contributing.md * Update translations.md * feat: clean up * Add files via upload * Update the-first-app.md * Update plugins.md * Update a-b-c.md * Update blocks.md * feat: update docs * Add files via upload * Update charts.md * feat: update navs * Update index.md * Update index.md * Update features.md * Update index.md * Update docker-compose.md * Update create-nocobase-app.md * Update git-clone.md * Update contributing.md * Update translations.md * Update plugins.md * Update the-first-app.md * Add files via upload * Update charts.md * Update charts.md * Update a-b-c.md * Update collections.md * Update menus.md * Update menus.md Co-authored-by: Zhou <zhou.working@gmail.com>
1.7 KiB
Executable File
1.7 KiB
Executable File
Actions
An action
is a collection of actions that accomplish a specific goal. An action
is used in NocoBase to process data or communicate with the server. Actions are usually triggered by clicking a button.
Action types
NocoBase currently supports more than 10 types of actions, and more can be supported in the future by way of plugins.
Name | Description |
---|---|
Filter | Specifies the range of data to be displayed |
Add | Opens a popup window for adding new data, which usually contains a form block. |
View | Opens a popup window to view the specified data, which usually contains a detail block. |
Edit | Opens a popup window to modify the specified data, which usually contains a form block. |
Delete | Opens a dialog box to delete the specified data, and then delete it after confirmation. |
Export | Exports data to Excel, often combined with filtering. |
Opens a browser print window to print the specified data, often combined with a detail block. | |
Submit | Submit the data of the specified form block to the server. |
Refresh | Refreshes the data in the current block. |
Import | Import data from an Excel template |
Bulk Edit | Batch Edit Data |
Bulk Update | Batch Update Data |
Popup | Open a popup window or drawer in which you can place blocks |
Update record | Automatically update specified fields when clicked |
Customize request | Send requests to third parties |
Configure actions
In UI Editor mode, move the mouse over an action button and the configuration items supported by that action will appear in the upper right corner. For example, for the filter action.