cmv-widgets
cmv-widgets copied to clipboard
Dojo Widgets to extend the functionality of CMV
CMV Widgets
Dojo Widgets to extend the functionality of the Esri Javascript API and CMV. Documentation on how to use these widgets can be found in their respective folder. While designed to work specifically for CMV, they should function just as well outside of CMV in a different Dojo or Esri API app.
Demo
- Check out the demo for a fully functional demo.
- View the source code in the gh-pages branch.
AppSettings
- Store and share map and application state.
- View the Documentation:
Filter
- Apply user defined filters to map and attributes table
- View the Documentation
RelatedRecordsTable
- Query and display the layers' related records
- View the Documentation
MetadataDialog
- Query the layer's rest page and display it's description
- View the Documentation
HeatMap Layer
- Toggle a dynamic heatmap renderer on point layers
- View the Documentation
Label Layer Creator
- Add labels to dynamic map layers
- View the Documentation
TimeSlider
- Control the current display of all time enabled layers ont he map
- View the Documentation
LoginCookie
- Cache logins in a cookie or local storage and reload them when the app starts
- View the Documentation