Would anyone be willing to help me walk through the steps necessary to develop my first widget?
I believe it would be a simple one. I want to take the following JSAPI functionality and make it into a widget.
Buffer a point | ArcGIS API for JavaScript 3.18
I'm envisioning a CREATE BUFFER POINTS button. You click it, then click on the map, then I want the user to be able to print the map with the buffers created.
That is all I want... I'm an experienced JS developer, just out of practice and unfamiliar with Dojo. I really just need to know where and what calls and callbacks and function naming conventions to use as well as packaging guidance.