Expose 0.1
Expose
produce a jQuery like Exposé in mootools.
Syntax
element.set('expose' [, options]);
element.get('expose' [, options]);
Options
In addition to the Overlay Options
- modal - (boolean) if false, the overlay will be hidden the the user click on it.
- dialog - (boolean, optional) the overlay will appear on top of another overlay with the same zIndex.
Details
- Author
- Thierry Bela
- Current version
- 0.1
- GitHub
- tbela99/expose
- Downloads
- 1322
- Category
- Interface
- Tags
- Report
- GitHub Issues
Releases
Dependencies
-
core/1.2.3:
- Class.Extras
- Element.Event
- Element.Style
- Element.Dimensions
- Fx.Morph
- Fx.Tween
How to use
element.set('mask', {
onShow: function () {
},
onHide: function () {
}
}).show();
element.get('mask').hide();
Method Show
display the overlay.
Returns:
- (object) - The overlay.
Method Hide
hide the overlay.
Returns:
- (object) - The overlay.
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus