Tag Dojo JavaScript Toolkit
Adding D3 to an ArcGIS Web AppBuilder Widget
If you’re an Geodev that works with ArcGIS, you may be familiar with Web AppBuilder, a platform that allows us as developers to create custom widgets that then our business users can use to create web apps around their maps. One thing you might want to do as a developer is add an additional JavaScript library to use in your widget.
Dojo dstore with dgrid - Don't Forget Trackable
My dstore-based dgrid gave me an issue last week when it was not updating when adding items to the collection.
ArcGIS JavaScript Draggable InfoWindow
Note: Draggable popup code for the latest version of the ArcGIS Maps SDK for JavaScript is here In the ArcGIS API for JavaSctipt v3, the InfoWindow on a web map is the primary method of of showing information on selected items in the map. The map control automatically does its best to show the InfoWindow within the the viewport of the map, but on some maps and in certain situations, it may be appropriate to allow the user to drag the InfoWindow away from the automatically placed location.
Dojo dgrid Filter
dgrid and dstore, the Tom and Jerry of the Dojo world are wonderful for creating dynamic, data-driven tables. If you haven’t heard of them, check ‘em out.
Dojo Events - Template or Programmatic?
When you are wiring up events in a custom, templated widget, do you wire them up using the template (using “data-dojo-attach-event”), or do you wire them up in the postCreate of your widget? Is one better than the other?