Skip to content

Commit 701ff1d

Browse files
authored
Merge pull request #4897 from MicrosoftDocs/alt-period
Adding alt punctuation
2 parents 774186a + 2f896e1 commit 701ff1d

File tree

807 files changed

+5735
-5735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

807 files changed

+5735
-5735
lines changed

powerapps-docs/chatbots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer: mvakoc
1313

1414
Power Virtual Agents allows you to quickly create and maintain intelligent chatbots using a no-code interface. App makers can create and manage their chatbots directly from [Power Apps](https://make.powerapps.com).
1515

16-
![Chatbots from Power Apps](media/chatbots.png "Chatbots from Power Apps")
16+
![Chatbots from Power Apps.](media/chatbots.png "Chatbots from Power Apps")
1717

1818
You can create and manage your chatbots using the **Chatbots** option in the left navigation pane.
1919

powerapps-docs/developer/component-framework/add-custom-controls-to-a-field-or-entity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Code components let you transform columns that traditionally contain text into v
1919
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
2020

2121
> [!div class="mx-imgBorder"]
22-
> ![Custom slider control](../../maker/model-driven-apps/media/slider-control.PNG "Custom slider control ")
22+
> ![Custom slider control.](../../maker/model-driven-apps/media/slider-control.PNG "Custom slider control ")
2323
2424
## Add a code component to a column
2525

@@ -36,7 +36,7 @@ Following the steps below will change the default label and text box column of t
3636
5. On the Add Control page, select the component that you want, such as the **Linear Slider** component, and then select **Add**.
3737

3838
> [!div class="mx-imgBorder"]
39-
> ![Add linear slider control](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
39+
> ![Add linear slider control.](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
4040
4141
6. Choose the client where you want the component to appear.
4242

@@ -47,12 +47,12 @@ Following the steps below will change the default label and text box column of t
4747
- **Tablet**. To make the code component available on tablet devices running Dynamics 365 for tablets, select the Tablet option next to the component.
4848

4949
> [!div class="mx-imgBorder"]
50-
> ![Choose the client apps to view the custom control](../../maker/model-driven-apps/media/choose-client.png "Choose the client apps to view the custom control")
50+
> ![Choose the client apps to view the custom control.](../../maker/model-driven-apps/media/choose-client.png "Choose the client apps to view the custom control")
5151
5252
7. Select the pencil icon next to **Min**, **Max**, and **Step**, set the property option, and then select **OK**.
5353

5454
> [!div class="mx-imgBorder"]
55-
> ![Add custom control properties](../../maker/model-driven-apps/media/ccf-add-properties.png "Add custom control properties")
55+
> ![Add custom control properties.](../../maker/model-driven-apps/media/ccf-add-properties.png "Add custom control properties")
5656
5757
- **Min**. Set the minimum accepted value. You can bind a static value that you enter or bind the value to an existing column. In this example **Bind to static value** is **Currency** and the minimum value that can be entered is *zero*.
5858

@@ -88,7 +88,7 @@ To add a code component like dataset component or simple table component to a gr
8888
Open a record that includes the column with the code component, such as the Opportunity form from the previous example, and view how the column is changed. The column is now rendered as a slider component instead of the text column.
8989

9090
> [!div class="mx-imgBorder"]
91-
> ![Slider control rendered on form](../../maker/model-driven-apps/media/slider-control.PNG "Slider control rendered on form")
91+
> ![Slider control rendered on form.](../../maker/model-driven-apps/media/slider-control.PNG "Slider control rendered on form")
9292
9393
### See also
9494

powerapps-docs/developer/component-framework/code-components-alm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When your code component is ready for testing inside a model-driven app, canvas
4444
The following diagram shows the one-to-many relationship between `cdsproj` and `pcfproj` projects:
4545

4646
> [!div class="mx-imgBorder"]
47-
> ![One-to-many relationship between cdsproj and pcfproj projects](media/code-component-projects.png "One-to-many relationship between cdsproj and pcfproj projects")
47+
> ![One-to-many relationship between cdsproj and pcfproj projects.](media/code-component-projects.png "One-to-many relationship between cdsproj and pcfproj projects")
4848
4949
More information: [Package a code component](import-custom-controls.md#package-a-code-component)
5050

@@ -180,7 +180,7 @@ Reasons for adopting a segmented solution approach over a mixed single solution
180180
The following diagram shows an overview of the solution lifecycle for these two approaches:
181181

182182
> [!div class="mx-imgBorder"]
183-
> ![Solution Strategies](media/solution-strategies.png "Solution Strategies")
183+
> ![Solution Strategies.](media/solution-strategies.png "Solution Strategies")
184184
185185
The diagram describes the following points:
186186

@@ -192,7 +192,7 @@ The diagram describes the following points:
192192
2. **Add existing code components** (after PAC CLI deployment) - If you are using the single solution approach, once deployed, the code component can be added to another solution (that must share the same solution publisher as used by the **PowerAppsTools** solution)
193193

194194
> [!div class="mx-imgBorder"]
195-
> ![Add Existing](media/add-existing.png "Add Existing")
195+
> ![Add Existing.](media/add-existing.png "Add Existing")
196196
197197
3. **Build unmanaged solution project** - If you are using solution `cdsproj` projects, then an unmanaged solution can be built using `msbuild`, and then imported into your development environment.
198198

@@ -303,7 +303,7 @@ If you are using **AzureDevOps**, you can set your build pipeline versioning usi
303303
Consuming code components in canvas apps is different from model-driven apps. Code components must be explicitly added to the app by selecting **Get more components** on the **Insert** panel. Once the code component is added to canvas app, it is included as the content inside the app definition. To update to a new version of the code component after it is deployed (and the control version incremented), the app maker must first open the app in Power Apps Studio and select **Update** when prompted on the **Update code components** dialog. The app must be then saved and published for the new version to be used when the app is played by users.
304304

305305
> [!div class="mx-imgBorder"]
306-
> ![Update code components](media/upgrade-code-component.png "Update code components")
306+
> ![Update code components.](media/upgrade-code-component.png "Update code components")
307307
308308
If the app is not updated or **Skip** is used, the app continues to use the older version of the code component even though it does not exist in the environment since it has been overwritten by the newer version.
309309

powerapps-docs/developer/component-framework/code-components-model-driven-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ The [create your first code component](implementing-controls-using-typescript.md
3131
To add code components to a column or a table in model-driven apps, see [Add code components to model-driven apps](add-custom-controls-to-a-field-or-entity.md).
3232

3333
> [!div class="mx-imgBorder"]
34-
> ![Add linear slider control](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
34+
> ![Add linear slider control.](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
3535
3636
> [!div class="mx-imgBorder"]
37-
> ![Data Set Grid component](media/add-dataset-component.png "Data Set Grid component")
37+
> ![Data Set Grid component.](media/add-dataset-component.png "Data Set Grid component")
3838
3939
## Update existing code components
4040

powerapps-docs/developer/component-framework/community-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Make sure that you review the licensing terms and the source code before you dow
2929
> Code component run in the context of the end user who is using the component and can perform any action that may include accessing, capturing, and modifying the data.
3030
3131
> [!div class="mx-imgBorder"]
32-
> ![Component gallery](media/pcf-gallery.PNG "Components gallery")
32+
> ![Component gallery.](media/pcf-gallery.PNG "Components gallery")
3333
3434
## Videos
3535

@@ -83,12 +83,12 @@ There are two versions of the code component builder. Both of them are called **
8383
[PCF Builder for XrmToolBox](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) provides a graphical user interface that lets you create code components in visual manner using Microsoft Power Platform CLI.
8484

8585
> [!div class="mx-imgBorder"]
86-
> ![Component Builder in XrmToolBox](media/pcf-builder-xrmtoolbox.png "Component Builder in XrmToolBox")
86+
> ![Component Builder in XrmToolBox.](media/pcf-builder-xrmtoolbox.png "Component Builder in XrmToolBox")
8787
8888
[PCF Builder extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=danish-naglekar.pcf-builder) provides a guided experience that not only lets you create code components but you can preview code component inside of Visual Studio Code.
8989

9090
> [!div class="mx-imgBorder"]
91-
> ![Component Builder in VS Code](media/pcf-builder-vscode.png "Component Builder in Visual Studio Code")
91+
> ![Component Builder in VS Code.](media/pcf-builder-vscode.png "Component Builder in Visual Studio Code")
9292
9393

9494
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Professional developers can use Power Apps component framework to create, import
2626
2727
When you open a canvas app that contains code components in Power Apps Studio, a warning message about potentially unsafe code appears. Code components in the Power Apps Studio environment have access to security tokens; hence only components from trusted sources should be opened. Administrators and system customizers should review and validate all code components before importing those components in an environment and making them available for makers to use in their apps. The `Default` publisher is shown when you import code components by using an unmanaged solution or when you have used `pac pcf push` to install your code component.
2828

29-
![Safety warning](media/canvas-app-safety-warning.png "Safety warning")
29+
![Safety warning.](media/canvas-app-safety-warning.png "Safety warning")
3030

3131
## Prerequisites
3232

@@ -39,24 +39,24 @@ To add code components to an app, you need to enable the Power Apps component fr
3939

4040
1. Sign in to [Power Apps](https://powerapps.microsoft.com/).
4141

42-
2. Select **Settings** ![Settings](media/settings.png), and then select **Admin Center**.
42+
2. Select **Settings** ![Settings.](media/settings.png), and then select **Admin Center**.
4343

4444
> [!div class="mx-imgBorder"]
45-
> ![Settings and Admin Center](media/select-admin-center-from-settings.png "Settings and Admin Center")
45+
> ![Settings and Admin Center.](media/select-admin-center-from-settings.png "Settings and Admin Center")
4646
4747
3. On the left pane, select **Environments**, select the environment where you want to enable this feature, and then select **Settings**.
4848

4949
4. On the **Products** tab, select **Features**.
5050

5151
> [!div class="mx-imgBorder"]
52-
> ![Enable Power Apps component framework](media/enable-pcf-feature.png "Enable Power Apps component framework")
52+
> ![Enable Power Apps component framework.](media/enable-pcf-feature.png "Enable Power Apps component framework")
5353
5454
5. From the list of available features, turn on **Power Apps component framework for canvas apps**, and then select **Save**.
5555

5656
6. Now, open the app where you want to add the code component, got to **File** > **Settings**, and then select **Advanced settings**.
5757

5858
> [!div class="mx-imgBorder"]
59-
> ![Enable components for Power Apps component framework](media/enable-components-for-pcf.png "Enable components for Power Apps component framework")
59+
> ![Enable components for Power Apps component framework.](media/enable-components-for-pcf.png "Enable components for Power Apps component framework")
6060
6161
7. In the **Experimental features** section, turn on **Components**.
6262

@@ -79,17 +79,17 @@ After you enable the Power Apps component framework feature in your environment,
7979
3. On the left pane, select **Add** (**+**), and then select **Get more components**.
8080

8181
> [!div class="mx-imgBorder"]
82-
> ![Insert components](media/insert-code-components-using-get-more-components.png "Insert components")
82+
> ![Insert components.](media/insert-code-components-using-get-more-components.png "Insert components")
8383
8484
4. Select the **Code** tab, select a component from the list, and then select **Import**.<!--note from editor: Here and in step 5, I deleted "sample" because maybe the reader is adding a component they truly want, not necessarily a sample.-->
8585

8686
> [!div class="mx-imgBorder"]
87-
> ![Import a component](media/insert-component-add-sample-component.png "Import a component")
87+
> ![Import a component.](media/insert-component-add-sample-component.png "Import a component")
8888
8989
5. On the left pane, select **+**, expand **Code components**, and then select the component to add it to the app.
9090

9191
> [!div class="mx-imgBorder"]
92-
> ![Add a component](media/add-sample-component-from-list.png "Add a component")
92+
> ![Add a component.](media/add-sample-component-from-list.png "Add a component")
9393
9494
> [!NOTE]
9595
> You can also add components by selecting **Insert** > **Custom** > **Import component**. This option will be removed in a future release, so we suggest using the flow described above.<!--note from editor: Recommend deleting this unless there's a mechanism in place to revisit this topic in tandem with the future release. This is especially not a good candidate for note format, since it draws extra attention to this step that won't work before long.-->
@@ -98,7 +98,7 @@ After you enable the Power Apps component framework feature in your environment,
9898
On the **Properties** tab, you'll notice the code component properties are displayed.
9999

100100
> [!div class="mx-imgBorder"]
101-
> ![Default code component properties pane](media/property-pane-with-parameters.png "Default code components properties pane")
101+
> ![Default code component properties pane.](media/property-pane-with-parameters.png "Default code components properties pane")
102102
103103
> [!NOTE]
104104
> Existing code components can be re-imported by updating the code component's manifest version if you want the properties to be available in the default **Properties** tab. As before, the properties will continue to be available on the **Advanced** properties tab.<!--note from editor: Edit okay? -->
@@ -110,7 +110,7 @@ On the **Properties** tab, you'll notice the code component properties are displ
110110
1. Next to the component, select **More** (**...**), and then select **Delete**.
111111

112112
> [!div class="mx-imgBorder"]
113-
> ![Delete a code component](media/delete-code-component.png "Delete a code component")
113+
> ![Delete a code component.](media/delete-code-component.png "Delete a code component")
114114
115115
1. Save the app to see the changes.
116116

powerapps-docs/developer/component-framework/custom-controls-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Code components are a type of solution component, which means they can be includ
1818
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
1919

2020
> [!div class="mx-imgBorder"]
21-
> ![Code components](media/code-components.gif "Code components")
21+
> ![Code components.](media/code-components.gif "Code components")
2222
2323
Code components can be including into a solution and then imported into Microsoft Dataverse environment. Once the solution containing code components is imported, system administrators and system customizers can configure columns, subgrids, views, and dashboard subgrids to use in place of default components. You can add these code components to both **model-driven and canvas apps**.
2424

0 commit comments

Comments
 (0)