Quantcast
Viewing all articles
Browse latest Browse all 7205

How to open an external Page in a Splitter Pane

This example is an illustration of the KA18732: How to open external Page / View in a Splitter Pane KB Article. Refer to the Article for an explanation.
It demonstrates how to open an external Page in a Splitter Pane using navigation extensions.


Set the pane's ContentUrl property to "about:blank". This will render the pane as an iframe.

In addition, set the pane's ContentUrlIFrameName property. This will be the target to open links from the navigation extensions items. Thus, any item's Target property should be equal to the pane's ContentUrlIFrameName property.


pane.ContentUrl = "about:blank";

pane.ContentUrlIFrameName = "NavigationIframe";


Different approaches can be used to set the Target property:
- Item level;

- Extension level;

- Datasource level.


Viewing all articles
Browse latest Browse all 7205

Trending Articles