Skip to main content

Search

Show user the JavaScript error

Comments

1 comment

  • VitaliyZadorozhnyy

    Hi Manuel,

    if you prefer using raw JavaScript, there is available Status class in sp.js and you can use something like this:

    var statusMessageID = SP.UI.Status.addStatus("<Title>", "<Message>", false);

    SP.UI.Status.setStatusPriColor(statusMessageID, 'red'); 

    More info you can find by this link

     

    As well you can use "Show Message" action from Action Links accelerator, by triggering click on link from JavaScript

    0

Please sign in to leave a comment.