mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 22:08:05 +08:00
* components (activity and close tab) * component close others * component close all * components (export reports and search menu options)
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
# Close All
|
|
|
|
The component "**Close All**", allows to close at the same time all the tabs corresponding to the folders, windows, reports and processes open in the session.
|
|
|
|
## ADempiere-ZK version
|
|
|
|
<img :src="$withBase('/images/components/close-all/zk-desktop-version-close-all.png')" alt="Close All in ZK Desktop Version" width="800px">
|
|
|
|
## ADempiere-UI version
|
|
|
|
<img :src="$withBase('/images/components/close-all/ui-desktop-version-close-all.png')" alt="Close All in Mobile and Desktop Version" width="800px">
|
|
|
|
## Where it is located?
|
|
|
|
It is located in the menu that is displayed when you click on any of the tabs of ADempiere's windows, reports or processes.
|
|
|
|
## What is it for?
|
|
|
|
It is used to close at the same time, all the tabs of folders, windows, reports or open processes of ADempiere, including the tab where the option is selected.
|
|
|
|
## Functions or Observations
|
|
|
|
::: tip
|
|
When you click on the option "**Close All**", all the tabs of the folders, windows, processes or open reports are automatically closed.
|
|
:::
|
|
|
|
## How is it used in the Desktop version?
|
|
|
|
In the desktop version, click the opposite on any of the tabs, and then select the option "**Close All**", located in the displayed menu.
|
|
|
|
<img :src="$withBase('/images/components/close-other-tabs/how-to-use-it-in-the-desktop-version.gif')" />
|
|
|
|
## How is it used in the mobile version?
|
|
|
|
In the mobile version, press and hold on any of the tabs, and then select the option "**Close All**", located in the displayed menu.
|
|
|
|
<img :src="$withBase('/images/components/close-other-tabs/how-to-use-it-in-the-mobile-version.gif')" />
|