<s:modal>

The modal / popup dialog box that is generally shown in the middle of the screen overlaying the rest of the screen as an opaqued background.

Example HTML

<s:modal title="Title of Modal Dialog">
    The contents of the modal.
</s:modal>

Example Output