noreiller / bootstrap-modal-carousel

A set of plugins to display a carousel into a fullscreen modal box
http://noreiller.github.com/bootstrap-modal-carousel
MIT License
128 stars 63 forks source link

Add event documentation for Modal-Carousel and Modal-Fullscreen #18

Open itbra opened 9 years ago

itbra commented 9 years ago

Developers should get to informed about your plugin's events to learn which entry points are available for custom handling or markup modification before/while/after the carousel was (re)moved from/to the modal dialog.

noreiller commented 9 years ago

Hi, these events are listed in the modal-local documentation (https://noreiller.github.io/bootstrap-modal-carousel/modal-local.html#events). The plugin detects the show and hidden events from the modal and detach or replace the carousel from/to its native place.

itbra commented 9 years ago

Mabe you can add an "events" section on your site for these two sections and add this hint as event documentation for those who don't know this like me because it's not obvious and nobody wants to start investigating your scripts or bug you just for that info. To get to be told this would be very kind and helpful of you. Thanks.

noreiller commented 9 years ago

You are right, I will add it. Thanks for your comments.