Jump to: navigation, search

Changes


Multi Select (UBIK Client)

550 bytes removed, 07:40, 10 October 2022
/* Release */
==== Release ====
To checkout multiple Releasing selected objectsis similar to the Checkout action, except for one parameter. Therefore, the <code>InvokeOnItemsCommand</code> with a KeyValueList containing <code>Key="Command"</code> and <code>Value="ReleaseContentCommand"</code> and a KeyValueList with <code>Key="SelectedItemsOnly"</code> set to <code>Value="True"</code> as CommandParameter can be usedimplemented. It can be inspected in the following example. The Release action is not yet included in the XAMARIN UI.<source lang = "xml"><Button Command="{Binding InvokeOnItemsCommand}"> <StackPanel Spacing="8"> <FontIcon Glyph="{Binding ExclusiveAccessRelease, Source={StaticResource UBIKIcons}}" /> <TextBlock Text="{Binding Release_Label, Source={StaticResource AppResources}}" /> </StackPanel> <Button.CommandParameter> <controls[[Category:KeyValueList> <controls:KeyValueParameter Key="Command" Value="ReleaseContentCommand" /> <controls:KeyValueParameter Key="SelectedItemsOnly" Value="True" /> </controls:KeyValueList> </Button.CommandParameter></Button></source>WinX|Mass Edit (UBIK WinX)]]
==== Revert local changes ====
337
edits