1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00
vue-element-admin/docs/guide/components/close-other-tabs.md
TaniaLucena 1967b7032c
components (#853)
* components (activity and close tab)

* component close others
2021-05-17 17:04:09 -04:00

38 lines
1.7 KiB
Markdown

# Close Others
Allows you to close all open tabs, with the exception of the tab where the option "**Close Others**" was selected. The option named above is found in the menu that is displayed when you click on the window, report or process tab.
## ADempiere-ZK version
<img :src="$withBase('/images/components/close-other-tabs/zk-desktop-version-close-other-tabs.png')" alt="Close ZK Desktop Version" width="800px">
## ADempiere-UI version
<img :src="$withBase('/images/components/close-other-tabs/ui-desktop-version-close-other-tabs.png')" alt="Close 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 tab in the ADempiere windows, reports or processes.
## What is it for?
It is used to close all the tabs of windows, reports or open processes of ADempiere, with the exception of the tab where the option "**Close Others**" was selected.
## Functions or Observations
::: tip
Clicking on the option "**Close Others**" closes only the tab of the window, process or report where said option was selected.
:::
## How is it used in the Desktop version?
In the desktop version, click the opposite on the tab that does not require closing, and then select the option "**Close Others**", 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 the tab that does not require closing, and then select the option "**Close Others**", located in the displayed menu.
<img :src="$withBase('/images/components/close-other-tabs/how-to-use-it-in-the-mobile-version.gif')" />