Loads an Intrexx page into the current container. Note that to determine what the current container is, an additional HTML element in the DOM is needed as a reference point.
ix.loader.load({ ixApp: { guid: "<APP-GUID>", pageGuid: "<PAGE-GUID>" }, html: <HTMLElement>,}); Copy
ix.loader.load({ ixApp: { guid: "<APP-GUID>", pageGuid: "<PAGE-GUID>" }, html: <HTMLElement>,});
Loads an Intrexx page into the current container.
Note that to determine what the current container is, an additional HTML element in the DOM is needed as a reference point.