Solved! Go to Solution.
Sorry I should have clarified more. That widget is a slightly updated clone of the esri time slider. Put that code into it's own file in /js/app/widgets/TemplatedTimeSlider.js and then add it to your main html page with a <script src="/js/app/widgets/TemplatedTimeSlider.js"></script>
This is the actual time slider widget itself. So you can use it as a base to start your modifications. Instead of <div data-dojo-type="esri.dijit.TimeSlider"></div> you would do <div data-dojo-type="app.widgets.TemplatedTimeSlider"></div>
Hi
I need the same kinda solution but in my case i want to store all the drawing into feature layers which can be rendered when the same user log in . He can make changes to the same and can save it again.
Thanks