<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Popup on button click in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842823#M448</link>
    <description>&lt;P&gt;Hey everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to recreate the google apps pop up on button click, seen here &lt;A title="https://www.google.com/" href="https://www.google.com/" target="_blank"&gt;Google&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Is there anything within leaflet that comes close to this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A jsfiddle would be great!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 13:30:05 GMT</pubDate>
    <dc:creator>TimWitt2</dc:creator>
    <dc:date>2023-08-28T13:30:05Z</dc:date>
    <item>
      <title>Popup on button click</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842823#M448</link>
      <description>&lt;P&gt;Hey everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to recreate the google apps pop up on button click, seen here &lt;A title="https://www.google.com/" href="https://www.google.com/" target="_blank"&gt;Google&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Is there anything within leaflet that comes close to this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A jsfiddle would be great!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842823#M448</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2023-08-28T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Popup on button click</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842824#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide a little more information?&amp;nbsp; your hyperlink just points to google.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, it'd be helpful if you could show/explain what you've already tried, rather than just asking someone else to create a code sample for you from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842824#M449</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2016-03-02T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Popup on button click</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842825#M450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, I use the apps so often I forgot that not everybody does.&lt;/P&gt;&lt;P&gt;I have attached a screenshot of the pop-up I was talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking at something like this &lt;A href="https://esri.github.io/esri-leaflet/examples/editing.html" title="https://esri.github.io/esri-leaflet/examples/editing.html"&gt;Editing feature layers | Esri Leaflet&lt;/A&gt;&amp;nbsp; where you can click on draw a polygon and then a submenu pops up. Instead I would click on a button and a submenu with app choices comes up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842825#M450</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-03-02T16:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Popup on button click</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842826#M451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's not really an esri leaflet question so much as a generic HTML/JS UI question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might check out bootstrap button dropdowns &lt;A href="http://getbootstrap.com/components/#btn-dropdowns-single" title="http://getbootstrap.com/components/#btn-dropdowns-single"&gt;http://getbootstrap.com/components/#btn-dropdowns-single&lt;/A&gt; .&amp;nbsp; another alternative is to write your own javascript to listen for when someone clicks on the button and programmatically display an entirely new &amp;lt;div&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'd be happy to review a fiddle if you want to give it a try and get stuck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842826#M451</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2016-03-02T17:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Popup on button click</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842827#M452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those are great suggestions, I will see if I can get one of them going.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for offering help in case I get stuck. I will let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/popup-on-button-click/m-p/842827#M452</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-03-02T17:57:29Z</dc:date>
    </item>
  </channel>
</rss>

