Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.