Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays the web page represented by a URL in the static area in the side pane, which appears on all pages in the model-driven apps web client.
Syntax
Xrm.Panel.loadPanel(url, title)
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
url |
String | Yes | URL of the page to be loaded in the side pane static area. |
title |
String | Yes | Title of the side pane static area. |
Remarks
This API is being replaced with Xrm.App.sidePanes.createPane. See Use with Xrm.App.panels.loadPanel for more details on the interaction of loadPanel
and createPane
.