function hideFeedbackMessage(waitBeforeClose){ //Cancel previous hide animation if exists clearTimeout(RichWidgets_Feedback_Message_timerHide); RichWidgets_Feedback_Message_timerHide = window.setTimeout( function(){ outsystems.internal.$(RichWidgets_Feedback_Message_widget).hide('slide',{direction:'up'}, 500) } , waitBeforeClose); }
RichWidgets_Feedback_Message_widget.hide('slide',{direction:'up'}, 500)
thank