Reveal Mixin
Description
This mixin allows you to display a modal window.
Links
Name | Required | Java Type | Default Prefix | Default Value | Description |
---|---|---|---|---|---|
div | true | String | literal | The id of the div you want to display. | |
animation | false | String | literal | The effect you want to use. Possible parameter values : fade, fadeAndPop, none. | |
animationspeed | false | Integer | literal | how fast your animation has to be. | |
closeonbackgroundclick | false | Boolean | literal | Can we close the model window by clicking the background. | |
dismissmodalclass | false | String | literal | The CSS class for the element that will close the modal. | |
selector | false | String | literal | The jQuery Selector for the element used to display the modal window (a link most of the time) By default, the #id of the element. |
Here is the Modal Window/
x