Link Search Menu Expand Document

Persistant prompts

You might want to use the persist option to more directly control hiding/displaying the prompt. Doing this will allow you to display and hide the prompt when/how you choose.

  • persist

    false: The prompt is completely added and removed from the DOM (default).

    true: The prompt will remain in the DOM always…letting you control how and when the prompts display is changed.

As shown here, each prompt will display one after the other and remain on screen after the user clicks the Ok button.