• 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.

    Parameters

    Returns true | Promise<any, any, any>

    Example

    ix.loader.load({
    ixApp: {
    guid: "<APP-GUID>",
    pageGuid: "<PAGE-GUID>"
    },
    html: <HTMLElement>,
    });