Jump to: navigation, search

Changes


Multi Select (UBIK Client)

126 bytes removed, 14:47, 23 December 2022
By navigating away from the related content page, all active Multi Select modes get deactivated automatically.
[[Category:WinX|Mass Edit (UBIK WinX)]]
=== Selection ===
In UWP, there are some additional selection options further to the "Select All" and "Deselect All" buttons. Selecting or deselecting a bunch of items in a row can be achieved by holding shift and first clicking on the first required item and then clicking on the last required item.
[[Category:WinX|Mass Edit (UBIK WinX)]]
== Performing Actions on selected items ==
The <code>PasteBranchCommand</code> already supports pasting multiple branches, therefore, it can be used to paste the previously copied objects. To clarify, the UI (XAMARIN & UWP) does not include pasting content into the selected objects, rather pasting multiple, previously copied branches into one object. This can be done eg. via the Paste option in the Context Menu.
[[Category:WinX|Mass Edit (UBIK WinX)]]
==== Download Branches ====
</source>
[[Category:WinX|Mass Edit (UBIK WinX)]]
==== Checkout ====
To checkout selected objects, <code>InvokeOnItemsCommand</code> with a KeyValueList containing <code>Key="Command"</code> and <code>Value="CheckOutContentCommand"</code> as CommandParameter can be used.
[[Category:WinX|Mass Edit (UBIK WinX)]]
==== Release ====
To release selected objects, <code>InvokeOnItemsCommand</code> with a KeyValueList containing <code>Key="Command"</code> and <code>Value="ReleaseContentCommand"</code> as CommandParameter can be used.
[[Category:WinX|Mass Edit (UBIK WinX)]]
==== Revert local changes ====
To revert locally executed changes on objects, the <code>InvokeOnItemsCommand</code> with a KeyValueList containing <code>Key="Command"</code> and <code>Value="RevertLocalChangesCommand"</code> as CommandParameter should be used. The Revert local changes action is not yet included in the XAMARIN UI.
[[Category:WinX|Mass Edit (UBIK WinX)]]
== Editing common Properties of selected items (UWP only) ==
[[Category:WinX|Mass Edit (UBIK WinX)]]
[[Category:Xamarin|Multi Select (UBIK Client)]]
[[Category:Version 4.3|Multi Select (UBIK Client)]]
[[Category:Client|Multi Select (UBIK Client)]]