This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- error message modal --> | |
| <div class="modal fade" id="layerErrorModal" tabindex="-1" role="dialog" aria-labelledby="layerErrorModal" aria-hidden="true"> | |
| <div class="modal-dialog"> | |
| <div class="modal-content"> | |
| <div class="modal-header"> | |
| <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | |
| <h4 class="modal-title" id="myModalLabel">Error Adding Layers</h4> | |
| </div> | |
| <div id="erMsg" class="modal-body"> | |
| <h4 class="text-danger">Warning: One or more layers failed to load on the map!</h4> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Introduction | |
| CSS rules for the Layer widget is Esri's Web AppBuilder. | |
| For layer widgets that are expanded on map load, legend items will show | |
| with their symbols instead of a loading icon. | |
| Place these style rules within the <style> tag of the index.html file. | |
| Or, create a new style.css file and link to it in the index.html file | |
| */ | |
| /* Layer list expanded by default */ |
NewerOlder