<script> function bookmarkClickHandler(evt){ console.log("bookmark " + evt.target.innerText); } </script> <div id="bookmarks-pane" data-dojo-type="dijit.TitlePane" data-dojo-props='title:"Bookmarks", tooltip:"I\"m the tooltip for Title Pane #1\"s title bar" '> <div id="bookmarks" onClick="bookmarkClickHandler(evt)"></div> <button id="clear-storage">Remove Map Bookmarks</button> </div>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.