• Loads an Intrexx page to the stage container (full page load).

    Parameters

    Returns true | Promise<any, any, any>

    Example

    ix.api.loader.stage({
    ixApp: {
    guid: "<APP-GUID>",
    pageGuid: "<PAGE-GUID>"
    },
    data: {
    "company": "Test Company",
    "city": "Freiburg"
    }
    });