How does "rbf_hideInfoMessage();" work?

Posted by Rollbase User on 05-Aug-2010 02:39

How does "rbf_hideInfoMessage()" work? I put "rbf_hideInfoMessage();" in the onload event of my page but the info still appears. Info like page has been updated or a certain record has been created, etc.

All Replies

Posted by Admin on 05-Aug-2010 08:47

The rbf_hideInfoMessage() method does hide info messages as you expect, but rbf_showInfoMessage() is called by Rollbase _after_ any code that is placed in your custom onLoad handler. Therefore you cannot effectively hide this in onLoad (you'll have to call rbf_hideInfoMessage() somewhere else after the page is loaded). We will consider moving this call to occur before custom onLoad code.

Posted by Admin on 19-Aug-2010 06:56

alright, thanks

This thread is closed