Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPopupControlApi

Hierarchy

  • IPopupControlApi

Index

Properties

closePopup

closePopup: function
description

Closes the pop-up window referenced by the popup property when it's safe to do so

Type declaration

    • (): undefined
    • Returns undefined

isPopupSafeAndLive

isPopupSafeAndLive: function
description

Indicates when it's safe to access sthe properties of the pop-up window from within the opening or parent Relativity Form

returns

false if pop-up window is already closed or if accessing the properties of the pop-up window would cause exceptions, true otherwise

Type declaration

    • (): boolean
    • Returns boolean

popup

popup: Window
description

Represents the Window object returned from a window.open function call