Open webprogramozo opened 8 years ago
I disagree with this.
The project is called bootstrap3-dialog. It's focus is dialogs using Bootstrap. And it relies heavily on Bootstrap. The way Bootstrap is interconnected with it's components such as panel, dialog, buttons, forms, etc you are looking at a lot of work to isolate Bootstraps code and might as well do a full rewrite at this point.
There is no reason to reinvent the wheel here. Especially when there are already a lot of other jQuery dialog solutions available as well.
@baconface is right, the project relies on Bootstrap, and also helps using Bootstrap better.
However I do think your idea is good, making the project to be possible to work with or without Bootstrap makes it much more flexible, but that's also difficult to achieve.
Hi!
I love this project and I'm planning to integrate to my own framework what utilize Bootstrap as an optional grid system for any new project. But sometimes I can't use Bootstrap because I work with bought templates or other css frameworks. Is there any chance (do you plan) to create an extra CSS+JS file what if you include in any web environment, bootstrap3-dialog can run without the official bootstrap dist package?
I think it would be a very useful development!