Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Update the List Module section and its screenshots #211

Merged
merged 11 commits into from
Jan 22, 2025
Prev Previous commit
Next Next commit
[TASK] Update Clipboard documentation
releases: main, 13.4
linawolf committed Jan 20, 2025

Verified

This commit was signed with the committer’s verified signature.
GromNaN Jérôme Tamarelle
commit 8a47f9e3a0e652f741097e1f19d81277b9b6b541
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 30 additions & 28 deletions Documentation/ListModule/AdvancedClipboard/Index.rst
Original file line number Diff line number Diff line change
@@ -1,51 +1,53 @@
:navigation-title: Clipboard

.. include:: /Includes.rst.txt
.. index:: Clipboard; Advanced
.. include:: /Includes.rst.txt
.. index:: Clipboard; Advanced
.. _clipboard:
.. _advanced_clipboard_usage:
.. _the-numeric-clipboard-pads-managing-many-elements:
.. _advanced_clipboard_usage:
.. _the-numeric-clipboard-pads-managing-many-elements:

========================
Advanced clipboard usage
========================
============================================================
Using the clipboard to copy or move multiple records at once
============================================================

Select a page, in the :guilabel:`List` view. If not activated, click on
:guilabel:`Show Clipboard` (1). Select
:guilabel:`"Clipboard #1 (multi-selection mode)"` in the clipboard panel on the
bottom of the page. You can now check all records (3) or check just the ones
you want to work on. Each record now has a checkbox.
If the clipboard is not yet enabled, display it via the "View" drop down in the
header of the "List" module. Then choose one of the clipboards, for example
"Clipboard #1".

.. include:: /Images/AutomaticScreenshots/ListModule/ActivateClipboardPad.rst.txt
.. figure:: /Images/ManualScreenshots/ListModule/Clipboard/ChooseClipboard.png
:alt: The clipboard can be shown by "Show clipbaord" entry in the "View" drop down

Choose "Clipboard #1" to activate the multi-selection mode

As soon as one or more records are checked, new buttons will appear at the top of the list:

#. :guilabel:`Edit` all selected items at once
#. :guilabel:`Edit` all selected items at once

#. :guilabel:`Transfer to Clipboard` all selected items at once
#. :guilabel:`Transfer to Clipboard` all selected items at once

#. :guilabel:`Remove from Clipboard` all selected items at once
#. :guilabel:`Remove from Clipboard` all selected items at once

#. :guilabel:`Delete` all selected items at once
#. :guilabel:`Delete` all selected items at once

Now check several boxes and click the :guilabel:`Transfer to Clipboard` button.
Your clipboard should look like this:

.. include:: /Images/AutomaticScreenshots/ListModule/ClipboardWithMultipleItems.rst.txt
.. figure:: /Images/ManualScreenshots/ListModule/Clipboard/ClipboardMultipleItems.png
:alt: TYPO3 backend clipboard with several items

You can transfer multiple items of different types from different pages

The button :guilabel:`Move Elements`is selected by default. Select the button
The button :guilabel:`Move Elements` is selected by default. Select the button
:guilabel:`Copy Elements` instead. The selected elements will now be copied
and the current page will remain unchanged.

Move to another page and click the "Paste into" icon:

.. include:: /Images/AutomaticScreenshots/ListModule/PasteClipboardContent.rst.txt

A warning appears to confirm the operation:
Move to another page and click the "Paste in clipboard content" button:

.. include:: /Images/AutomaticScreenshots/ListModule/ClipboardWarning.rst.txt
.. figure:: /Images/ManualScreenshots/ListModule/Clipboard/ClipboardMultipleItems.png
:alt: Button "Paste in clipboard content"

After confirmation, you can see that the two elements have been moved
to the top of the list and that the clipboard pane is empty:
The text on the button is the same no matter weather you move or copy items

.. include:: /Images/AutomaticScreenshots/ListModule/MovedContentEmptyClipboard.rst.txt
A confirmation dialog appears. If you click ok, the chosen records are moved or
copied, depending on the mode selected in the Clipboard on the bottom of the
List module.