Closed alaframboise closed 9 years ago
I just did a quick pass but here is an example that is pure dojo using calcite-bootstrap and calcite-maps. Was pretty painless!
https://github.com/ArcGIS/calcite-maps/blob/master/arcgis-dojo.html
@alaframboise can we close this now? if not, is there some other test or validation you'd like to see?
As long as we don't change the underlying bootstrap.js for any calcite-specific functionality, the dojobootstrap libraries will continue to work. That said, I think it would be good to have some doc and potentially a sample that shows calcite-bootstrap devs how to load the dojobootstrap.js libraries with require - just like I did in calcite-maps.
Actually, once we firm-up calcite-maps, we should add links in the calcite-bootstrap reference. We should brainstorm to see how this should all be linked together. I know @CassidyB wanted me to also doc calcite-map app dev patterns...
There are no plans to change/modify the js that comes with core bootstrap.
Closing this as the actionable task is now issue #174
Today, developers have the choice of using Bootstrap with jQuery or dojo + Dojo-Bootstrap to build sites. Therefore, we should ensure Calcite-Bootstrap also works with both JS environments.
The main reasons are:
The good news is that pure Calcite-Bootstrap should just work with Dojo-Bootstrap. I've actually built a number of Bootstrap-map-js dojo demos that use this library and it works as expected.
We just need to do some testing to make sure this framework works too.