• Loads an Intrexx page in a container (former embedded tooltip).

    Parameters

    Returns true | Promise<any, any, any>

    Example

    ix.loader.container({
    vm: "internal/system/vm/html/include/sample.vm",
    html: ix.util.getHtml("<GUID>"),
    });

    Example

    ix.loader.container({
    vm: "internal/system/vm/html/include/sample.vm",
    html: ix.util.getHtml("<GUID>"),
    ixApp: {
    guid: "<APP-GUID>",
    pageGuid: "<PAGE-GUID>"
    },
    onBeforeUnload: () => {
    // function code
    },
    data: {
    rq_param1: "Hello world!",
    }
    });