Browser-based Dialog Window for JSF Applications
The WebDialogWindow™ is a JavaServer™ Faces (JSF) component that pops up a dialog window within your user's browser. It is designed to replicate the features familiar in traditional dialog windows, such as easily creating modal and non-modal (modeless) windows or windows having buttons to close, minimize or maximize themselves. Use this dialog control for anything from presenting customizable confirmation boxes to complete forms.
Key Features at a Glance:
- Modal or Modeless - WebDialogWindow allows you to set whether the dialog behaves as a modal or modeless (non-modal) dialog would, giving you control over your Web application.
- Customizable Header - Display a meaningful title to users, and include buttons like close, maximize, minimize or restore.
- Bypass Pop-up Blockers - Relying on CSS standard mechanisms the WebDialogWindow displays high-fidelity, desktop-like dialog windows that are unaffected by the presence of pop-up blockers in modern browsers.