Tooltip settings (ix.loader.tooltip).

Hierarchy

Properties

close?: boolean

Close current window.

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

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.

windowSettings?: IxTooltipSettings