easy Dialog
easy Dialog
Example:
Download
Documentation
The easy Dialog is not another Dialogbox creator.
You are in control of the styling.
You just make your own box, style it the way you want.
Put your own html inside and do what ever you want with it!
Options
| Name | Type | Default | Comment |
|---|---|---|---|
| openSelector | string | ” | The selector to bind the opening of the dialog |
| closeSelector | string | ” | The selector to bind the closing of the dialog. (your close button in the dialogbox) |
| animationTime | integer | 500 | The animation time to fade the box in and out. (If you don’t want a fading, just set this to 0) |
| overlay | string | ‘eDialogOverlay’ | The id of the div of the overlay that will be added to the body |
| overlayBackground | string | ‘#555555′ | The overlay background (Set to ” if you don’t want a background) |
| overlayOpacity | float | 0.5 | The opacity of the overlay (set 0 if you dont want an overlay) |