REDIPS.dialog is simple JavaScript dialog box created with two DIV elements. First DIV overlays whole page (transparency is styled to 60%) while second DIV (dialog box) is positioned at page center.
- dialog with one or two buttons
- actions on button click (user functions calls)
- display images in dialog box
- combining images and text
- show dialog from HTML page (HTML, PHP, ASPX ...)
- show custom HTML
- display YouTube video in dialog box
- event.displayed() and event.closed() event handlers invoked after dialog is displayed / closed
- REDIPS.dialog.init() - dialog box initialization
- REDIPS.dialog.show() - show dialog box
- REDIPS.dialog.hide() - hide dialog box
- REDIPS.dialog.html() - define custom HTML to display in dialog box
Demo page contains several examples of REDIPS.dialog box.