phovea_ui
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Dialog

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Dialog(title: string, primaryBtnText?: string): Dialog
  • Parameters

    • title: string
    • Default value primaryBtnText: string = "OK"

    Returns Dialog

Properties

openDialogs

openDialogs: number = 0

Accessors

body

body:

footer

footer:

Methods

destroy

  • destroy(): JQuery

hide

  • hide(): JQuery

hideOnSubmit

  • hideOnSubmit(): void

onHide

  • onHide(callback: function): void
  • Parameters

    • callback: function
        • (): void
        • Returns void

    Returns void

onSubmit

  • onSubmit(callback: function): JQuery
  • Parameters

    • callback: function
        • (): void
        • Returns void

    Returns JQuery

show

  • show(): JQuery

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc