• Loads an Intrexx page into the current container.

    Parameters

    Returns true | Promise<any, any, any>

    Remarks

    In order to determine the current container, an additional HTML element is needed as a point of reference in the DOM.

    Example

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