Function popup

Shows the specified text content in a new or a new browser window if isInternalWindow is false.

  • Parameters

    • content: string

      String that specifies the text to be displayed.

    • isInternalWindow: boolean = false

      Optional boolean indicating if an MaxWindow should be used instead of a new browser window. Default is false.

    Returns void