This component allows a simplified approach to the management, control and customization of your application's feedback messages. Everything is done client-side using JavaScript
In total there are 8 actions that compose the component.
CloseFeedbackMessage - Close a Feedback Message using CSS "Hidden" property.
CloseFeedBackMessageAPI - Close a Feedback Message using OutSystems API.
CloseFeedbackMessageJQuery - Close a Feedback Message using JQuery;
CloseFeedbackMessageWithTimeout - Close a Feedback Message with a specific timeout.
ShowFeedbackMessageCustom - Shows a personalized Feedback Message containing all the elements covered by the previous and subsequent actions.
ShowFeedbackMessageWithAutoClose - Shows a Feedback Message, of the warning and error type, using the Outsystems default behavior of Autoclose.
ShowFeedbackMessageWithExtraCssClasses - Shows a Feedback Message with extra CSS classes.
ShowFeedbackMessageWithTimeout - Shows a Feedback Message with a specific timeout.