Options
Menu

Tooltip settings (ix.loader.tooltip).

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 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.

Optional windowSettings

windowSettings: TooltipWindowSettings

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