function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AnjaanAnjaan 

How to Show status msgs.......

Hello All

In a wizard, if i click next button i want to show a status msg like "Loggin in " etc like a Popup. this popup should not be javascript based. This status msg window should be closed after a particular time. I want to inquire about any widget or component that may help because popups may be blocked.
RickyGRickyG
Anjaan -

Check out the facet attribute - you can use it to set a message when an action starts and when it ends.  There is an example of this usage in Chapter 12 of the Developer Guide.

Hope this helps.