Class Dialog

Represents a dialog. Do not use this class directly from your code.

Hierarchy

Index

Methods

Methods

public autoSize()

public autoSizeSuppressScrollbar(resizePageCallBack: any)

Parameters

  • resizePageCallBack: any

public get_allowMaximize(): boolean

Returns

boolean

public get_args(): any

Returns

any

public get_closed(): boolean

Returns

boolean

public get_dialogElement(): HTMLElement

Returns

HTMLElement

public get_firstTabStop(): HTMLElement

Returns

HTMLElement

public get_frameElement(): HTMLFrameElement

Returns

HTMLFrameElement

public get_html(): string

Returns

string

public get_isMaximized(): boolean

Returns

boolean

public get_lastTabStop(): HTMLElement

Returns

HTMLElement

public get_returnValue(): any

Returns

any

public get_showClose(): boolean

Returns

boolean

public get_title(): string

Returns

string

public get_url(): string

Returns

string

public set_returnValue(value: any)

Parameters

  • value: any