Skip to content

Commit f387dd4

Browse files
committed
Merge branch 'master' into v-ljoel-granting-permissions-dataverse-teams
2 parents 1cd5e61 + ca0202a commit f387dd4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

powerapps-docs/developer/model-driven-apps/use-iframe-and-web-resource-controls-on-a-form.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ IFRAME and web resource controls embed content from another ___location in pages by
2323
> [!NOTE]
2424
> The designs you choose for the form are also used for the Dynamics 365 for Outlook reading pane and forms used by Dynamics 365 tablets. Web resources and IFRAMEs aren’t displayed using the Dynamics 365 for Outlook reading pane, however, they are supported in Dynamics 365 for tablets. If your IFRAME depends on access to the `Xrm` object of the page or any form event handlers, you should configure the IFRAME so that it's not visible by default.
2525
26-
You can use an IFRAME to display the contents from another website in a form, for example, in an ASP.NET page. Displaying a form within an IFrame embedded in another form is not supported.
26+
You can use an IFRAME to display the contents from another website in a form, for example, in an ASP.NET page.
27+
28+
It is recommended to use [Power Apps component framework components](../component-framework/custom-controls-overview.md) if you're considering to use a web resource to show content that users will interact with.
29+
30+
Displaying a form within an IFrame embedded in another form is not supported.
2731

2832
You can use one of the following web resources to display the contents of web resources in a form:
2933

@@ -153,4 +157,4 @@ IFrame.setSrc(newTarget);
153157

154158

155159

156-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
160+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/model-driven-apps/webpage-html-web-resources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Because an HTML web resource is just streamed to the user's browser, it can incl
3434

3535
- HTML web resources can only accept a limited number of query string parameters. [Pass parameters to HTML web resources](webpage-html-web-resources.md#BKMK_PassingParametersToWebResources)
3636

37+
- HTML web resources embedded as controls in a form can be reloaded by the form runtime for performance reasons. For example, the form runtime may destroy and re-initialize the control during tab navigations.
38+
3739
<a name="BKMK_UsingTextEditor"></a>
3840

3941
## Use the text editor for HTML web resources
@@ -150,4 +152,4 @@ Because of the capability for the HTML in web resources to be changed by using t
150152
[Using Stylesheet (XSL) web resources](stylesheet-xsl-web-resources.md)
151153

152154

153-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
155+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)