Options
Menu

Basic loader settings that are valid for all loader API methods.

Hierarchy

Index

Properties

Optional close

close: boolean

Close current window.

Optional data

data: any

Data to be sent to the server. It will be appended to query string.

Optional form

form: HTMLElement | JQuery<HTMLElement> | HTMLElement[]

A collection or one or more forms to be serialized.

Optional fup

fup: any

Reference to a functional part.

Optional html

html: HTMLElement

An element in the Document Object Model (DOM) to determine current window / tooltip.

Optional ixApp

ixApp: IntrexxApp

Target Application (preferrably use an URL instead).

Optional method

method: string

Optional templateKey

templateKey: "stage" | "container" | "tooltip" | "none" | "embedded" | "current" | "popup"

Optional url

url: string

An URL pointing to the resource to be loaded.