QuestionQ54

Application User Interface

Which of these methods, by default, displays a message on a blue background at the top of the current form?

  • A g_form.addInfoMsg()
  • B g_form.addInfoMessage()
  • C g_form.showFieldMessage()
  • D g_form.showFieldMsg()
Explanation

g_form.addInfoMessage() is the GlideForm client API method for adding an informational message at the top of a form. Informational messages use the default blue presentation; field-message methods display messages associated with an individual field instead.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!