loadPanel (Client-side reference)
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 method is supported only for the web client.