Optional
addAdd HTML5 history entry.
ix.api.loader.stage({
ixApp: {
guid: "<APPLICATION-GUID>",
pageGuid: "<PAGE-GUID>"
},
data: {
"company": "INTREXX GmbH",
"city": "Freiburg"
},
addHistoryEntry: true,
});
Optional
dataData to be sent to the server. It will be appended to the query string.
// ix.api.loader.container example
ix.api.loader.container({
ixApp: {
guid: "<APPLICATION-GUID>",
pageGuid: "<PAGE-GUID>"
},
html: ix.api.dom.getHtml("<CONTAINER-GUID>"),
data: {
"company": "Test Company",
"city": "Freiburg"
}
});
Optional
fupReference to a functional part.
Optional
htmlAn element in the Document Object Model (DOM) to determine current window / tooltip.
// ix.api.loader.container example
ix.api.loader.container({
ixApp: {
guid: "<APPLICATION-GUID>",
pageGuid: "<PAGE-GUID>"
},
html: ix.api.dom.getHtml("<CONTAINER-GUID>"),
});
Optional
ixPage which should be loaded. Defined by <APPLICATION-GUID>
and <PAGE-GUID>
.
// ix.api.loader.container example
ix.api.loader.container({
ixApp: {
guid: "<APPLICATION-GUID>",
pageGuid: "<PAGE-GUID>"
},
html: ix.api.dom.getHtml("<CONTAINER-GUID>"),
});
Stage settings (
ix.api.loader.stage
) that can be passed to the loader to define how the stage that is to be opened should look like and behave.