|
@@ -22,26 +22,21 @@
|
|
|
|
|
|
<mobile:MobilePage.PrimaryMenu>
|
|
|
|
|
|
- <mobile:MobileMenuButton
|
|
|
- x:Name="_saveNew"
|
|
|
- Image="save"
|
|
|
- Clicked="_save_OnClicked">
|
|
|
- <mobile:MobileMenuButton.IsVisible>
|
|
|
- <MultiBinding Converter="{StaticResource MatchAll}">
|
|
|
- <Binding Path="IsChanged"/>
|
|
|
- <Binding Source="{x:Reference _tabStrip}" Path="SelectedIndex" Converter="{StaticResource DetailsPageVisible}" />
|
|
|
- </MultiBinding>
|
|
|
- </mobile:MobileMenuButton.IsVisible>
|
|
|
- </mobile:MobileMenuButton>
|
|
|
+ <!-- <mobile:MobileMenuButton -->
|
|
|
+ <!-- x:Name="_saveNew" -->
|
|
|
+ <!-- Image="save" -->
|
|
|
+ <!-- Clicked="_save_OnClicked"> -->
|
|
|
+ <!-- <mobile:MobileMenuButton.IsVisible> -->
|
|
|
+ <!-- <MultiBinding Converter="{StaticResource MatchAll}"> -->
|
|
|
+ <!-- <Binding Path="IsChanged"/> -->
|
|
|
+ <!-- <Binding Source="{x:Reference _tabStrip}" Path="SelectedIndex" Converter="{StaticResource DetailsPageVisible}" /> -->
|
|
|
+ <!-- </MultiBinding> -->
|
|
|
+ <!-- </mobile:MobileMenuButton.IsVisible> -->
|
|
|
+ <!-- </mobile:MobileMenuButton> -->
|
|
|
|
|
|
<mobile:MobileMenuButton
|
|
|
- Image="plus" Clicked="AddItem_Clicked">
|
|
|
- <mobile:MobileMenuButton.IsVisible>
|
|
|
- <MultiBinding Converter="{StaticResource MatchAll}">
|
|
|
- <Binding Path="IsChanged" Converter="{StaticResource NotTrue}"/>
|
|
|
- <Binding Source="{x:Reference _tabStrip}" Path="SelectedIndex" Converter="{StaticResource ItemsPageVisible}" />
|
|
|
- </MultiBinding>
|
|
|
- </mobile:MobileMenuButton.IsVisible>
|
|
|
+ Image="plus" Clicked="AddItem_Clicked"
|
|
|
+ IsVisible="{Binding Source={x:Reference _tabStrip}, Path=SelectedIndex, Converter={StaticResource ItemsPageVisible}}">
|
|
|
</mobile:MobileMenuButton>
|
|
|
|
|
|
<mobile:MobileMenuButton
|