FormInfoHeader - Global

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • The FormInfoHeader script include provides methods to add an HTML message as a form info message.

    The addMessage() method is commonly used in record producers.

    FormInfoHeader - addMessage(String message)

    Adds an HTML message to the form header, where form info messages are displayed.

    표 1. Parameters
    Name Type Description
    message String A message that may include HTML tags.
    표 2. Returns
    Type Description
    void
    gs.include("FormInfoHeader");
      var fi = new FormInfoHeader();
      fi.addMessage('This incident was opened on your behalf<br/>
         The IT department will contact you for further information or when the incident is resolved');