ehpc / bootstrap-waitingfor

"Waiting for..." modal dialog with progress bar for Bootstrap
MIT License
138 stars 82 forks source link

Block only part of page. #16

Closed ricardovsilva closed 8 years ago

ricardovsilva commented 8 years ago

I want that waitingDialog.show() blocks only some part of my page, and not entire page. Like happens in http://bootsnipp.com/snippets/Oe5XM . But I didn't found how do that.

ehpc commented 8 years ago

Well, the mechanism behind waitingfor is based on bootstrap modal dialog. So there is no way to specify such a behaviour. The effect you are referring to is due to the page with the dialog being enclosed in an iframe tag.

ricardovsilva commented 8 years ago

Unfortunately =/. I googled it, and seems that the only way to enforce modal into some specific did is with css (and this is why bootstrap team didn't implemented it yet). Anyway, congrats for easy use component. I'll fork your repo and still look for some solution.

ehpc commented 8 years ago

Thanks, I've made a milestone for this feature in the nearest future https://github.com/ehpc/bootstrap-waitingfor/milestones/Modal%20dialog%20for%20specific%20container