Options
Menu

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

Index

Properties

Optional close

close: boolean

Close current window.

Optional closeByButton

closeByButton: boolean

Show close button.

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 key

key: string

The container identifier.

Optional method

method: string

Optional reloadByChange

reloadByChange: boolean

Reload current window. Initiated actions: actMerge, actDelete.

Optional templateKey

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

Optional url

url: string

An URL pointing to the resource to be loaded.

Optional vm

vm: string

Load a static VTL (Velocity Template Language) file.

Methods

Optional onAfterLoad

  • onAfterLoad(): void
  • Callback function.

    Returns void

Optional onAfterUnload

  • onAfterUnload(): void
  • Callback function.

    Returns void

Optional onBeforeLoad

  • onBeforeLoad(): void
  • Callback function.

    Returns void

Optional onBeforeUnload

  • onBeforeUnload(): void
  • Callback function.

    Returns void