Skip to main content
KBS_PDF
Inspiring
November 20, 2018
Question

Popup Message content in different colour(s)

  • November 20, 2018
  • 1 reply
  • 683 views

Hi , Is there a way to print the messages in red colour other than default black colour?

I need to print the starting of the error message with Red colour and the remaining with the default black colour. Thanks in advance for the help.

emptyFields.push();

app.alert();

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
November 20, 2018

How does you print the message?

KBS_PDF
KBS_PDFAuthor
Inspiring
November 20, 2018

Hi Bernd Alheit .. I am pushing my messages by calling emptyFields.push(); Built-in and then calling app.alert(); Built-in... I want my first message to be in red colour ( For example: 'Following fields are required ' ) .. I am calling the above two Builit form Will-Save option( Document Java Scripts)

Bernd Alheit
Community Expert
Community Expert
November 20, 2018

app.alert doesn't print messages, it display messages.