Untergeordnete Seiten
  • Action-ID's

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.36
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Overview

Action-ID's are defined to allow ...

  • navigating backwards
  • unique language independend ID's
  • linking images to actions
  • executing actions

 

Linking images to actions

Images for buttons in a listview with assigned action ID's can be customized with icons or background images by using a ListItemActionIdConverter as follows:

<Image Source="{Binding Converter={StaticResource ListItemActionIdConverter}, ConverterParameter=.jpg}"/>

Executing actions

Action-ID's can be used with the right command within button controls:

<Button Command="{Command Source={Service WorkflowManager},Path=NavigatePush,Parameters=CB5D4851-27D2-4222-B6A0-703EDC2071B5}"/>


   

 

  • Keine Stichwörter

This page has no comments.