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

    Parameters

    Returns true | Promise<any, any, any>

    Example

    ix.loader.stage({
    ixApp: {
    guid: "<APP-GUID>",
    pageGuid: "<PAGE-GUID>"
    },
    data: {
    "rq_param1": "Hello world!"
    }
    });