You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/cards/make-a-card/ui-elements/use-buttons.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Buttons can do one of four things:
34
34
1. Select **+ Insert** on the left. Then select **Button** to add a button to your card.
35
35
36
36
:::image type="content" source="../../media/use-buttons/add-button.png" alt-text="Screenshot of Button in Insert menu":::
37
-
1. Now that the button is on your card you can edit its properties. At a minimum select your button **Type** and add a button **Title** to display on the card, shown below.
37
+
1. Now that the button is on your card, you can edit its properties. At a minimum, choose a button **Type** and add a button **Title** to display on the card, as shown below.
38
38
39
39
:::image type="content" source="../../media/use-buttons/button-title.png" alt-text="Screenshot of button title change":::
40
40
@@ -59,7 +59,7 @@ When you test the button, the actions expressed by the Power Fx formula should h
59
59
60
60
The **Show Screen** button lets users select a button and then display a screen. For more information about screens, see the [screens](../screens/use-screens.md) article.
61
61
62
-
Set the **Type** to **Show Screen** and then select a **Screen** to switch to. If you don't have any screens, only *main** will appear in the list. When the user selects the button, the new screen will appear under the card.
62
+
Set the **Type** to **Show Screen** and then select a **Screen** to switch to. If you don't have any screens, only **main** will appear in the list. When the user selects the button, the new screen will appear under the card.
63
63
64
64
#### Open Url
65
65
@@ -71,5 +71,5 @@ Set the **Type** to **Open Url** and then enter a **Url**. When the user selects
71
71
72
72
The **Toggle Visibility** button shows or hides other controls in the card.
73
73
74
-
Set the **Type** to **Toggle Visibility**. Then select the **Target Elements** pane and select **+ Add new**. Enter the **ElementID** and toggle the **Visibility** to toggle, visible, or invisible. Add as many elements as you want to toggle the visibility of.
74
+
Set the **Type** to **Toggle Visibility**. Then select the **Target Elements** pane and select **+ Add new**. Enter the **ElementID** and toggle the **Visibility**property to make the element visible or invisible. Add as many elements as you want to toggle the visibility of.
0 commit comments