Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • DialogData

    Index

    Properties

    title: string

    The window title displayed in the dialog header

    content: string

    HTML content for the dialog form

    buttons: any

    The buttons which are displayed as action choices for the dialog

    default: string

    The name of the default button which should be triggered on Enter keypress

    render: ((arg0: jQuery) => any)

    Type declaration

      • (arg0: jQuery): any
      • A callback function invoked when the dialog is rendered

        Parameters

        • arg0: jQuery

        Returns any

    close: ((arg0: jQuery) => any)

    Type declaration

      • (arg0: jQuery): any
      • Common callback operations to perform when the dialog is closed

        Parameters

        • arg0: jQuery

        Returns any