Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModalDialogObj

Modal Dialog Object

Hierarchy

  • IModalDialogObj

Index

Methods

autoSize

  • autoSize(): any
  • Auto-sizes the modal dialog.

    Returns any

autoSizeSupressScrollbar

  • autoSizeSupressScrollbar(d: any): any
  • Auto-sizes the modal dialog. Can't find documentation on this.

    Parameters

    • d: any

    Returns any

close

  • close(dialogResult?: number): any
  • Closes the most recently opened modal dialog with the specified dialog result.

    Parameters

    • Optional dialogResult: number

      One of the enumeration values that specifies the result of the modal dialog.

    Returns any

get_allowMaximize

  • get_allowMaximize(): boolean
  • Gets the allow maximized property.

    Returns boolean

get_args

  • get_args(): any
  • Gets the modal dialog arguments.

    Returns any

get_closed

  • get_closed(): boolean
  • Gets the closed property.

    Returns boolean

get_dialogElement

  • get_dialogElement(): HTMLDivElement
  • Gets the modal dialog element.

    Returns HTMLDivElement

get_firstTabStop

  • get_firstTabStop(): any
  • Need to find documentation.

    Returns any

get_frameElement

  • get_frameElement(): HTMLIFrameElement
  • Gets the iframe element.

    Returns HTMLIFrameElement

get_html

  • get_html(): HTMLElement
  • Gets the html property.

    Returns HTMLElement

get_isMaximized

  • get_isMaximized(): boolean
  • True if the maximized/restore button is visible.

    Returns boolean

get_lastTabStop

  • get_lastTabStop(): any
  • Need to find documentation.

    Returns any

get_returnValue

  • get_returnValue(): any
  • Gets the return value.

    Returns any

get_showClose

  • get_showClose(): boolean
  • True if the close button is visible.

    Returns boolean

get_title

  • get_title(): string
  • Gets the title property.

    Returns string

get_url

  • get_url(): string
  • Gets the url property.

    Returns string

hide

  • hide(): any
  • Hides the dialog

    Returns any

setSubTitle

  • setSubTitle(value: string): any
  • Sets the sub title of the close dialog

    Parameters

    • value: string

    Returns any

setTitle

  • setTitle(value: string): any
  • Sets the title of the close dialog

    Parameters

    • value: string

    Returns any

set_returnValue

  • set_returnValue(value: any): any
  • Sets the return value

    Parameters

    • value: any

    Returns any

set_title

  • set_title(title: string): any
  • Sets the title

    Parameters

    • title: string

    Returns any

show

  • show(): any
  • Shows the dialog

    Returns any

Generated using TypeDoc