Container settings (ix.loader.container) that can be passed to the loader to define how the container that is to be opened should look like and behave.

Hierarchy

Properties

close?: boolean

Close current window.

closeByButton?: boolean

Show close button.

data?: any

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

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

A collection or one or more forms to be serialized.

fup?: any

Reference to a functional part.

html?: HTMLElement

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

ixApp?: IntrexxApp

Target Application (preferably use an URL instead).

key?: string

The container identifier.

method?: string
onAfterLoad?: (() => void)

Type declaration

    • (): void
    • Callback function.

      Returns void

onAfterUnload?: (() => void)

Type declaration

    • (): void
    • Callback function.

      Returns void

onBeforeLoad?: (() => void)

Type declaration

    • (): void
    • Callback function.

      Returns void

onBeforeUnload?: (() => void)

Type declaration

    • (): void
    • Callback function.

      Returns void

reloadByChange?: boolean

Reload current window. Initiated actions: actMerge, actDelete.

templateKey?: IxTemplateKey
url?: string

An URL pointing to the resource to be loaded.

vm?: string

Load a static VTL (Velocity Template Language) file.