<?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 Re: Generic Email Widget in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805058#M5633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I’m super new so will try and post what I did.  Thanks for the help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 20:11:52 GMT</pubDate>
    <dc:creator>TerryGustafson</dc:creator>
    <dc:date>2015-07-16T20:11:52Z</dc:date>
    <item>
      <title>Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805051#M5626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering gif anyone has some generic starter code for generating an email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805051#M5626</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-07-16T17:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805052#M5627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for a way for someone to click on a link and send an email? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this: &lt;A href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_mail" title="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_mail"&gt;Email&lt;/A&gt; (this link shows how a user could fill out a form and send an email) &lt;/P&gt;&lt;P&gt;or this: &lt;A href="http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_mailto" title="http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_mailto"&gt;Email2&lt;/A&gt; (this link shows how when a user clicks a link a new email will open) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805052#M5627</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-07-16T19:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805053#M5628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second one is exactly what I’m looking for.  I’m beyond new to the web appbuilder.  I created a custom widget and not sure how I would incorporate this code.. Here is what my widget currently looks like..  Would I place it in the &lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt; tag?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define(['dojo/_base/declare',&lt;/P&gt;&lt;P&gt;  'jimu/BaseWidget'&lt;/P&gt;&lt;P&gt;],&lt;/P&gt;&lt;P&gt;function(declare, BaseWidget) {&lt;/P&gt;&lt;P&gt;  var clazz = declare(, {&lt;/P&gt;&lt;P&gt;    templateString: '&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;This is a test... Please enter your suggestion and click "Submit" to email you suggestion to the Planning Department ' +&lt;BR /&gt; '&lt;INPUT data-dojo-attach-event="click:_getMapId" type="button" value="Send Email" /&gt;.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    _getMapId: function(){&lt;/P&gt;&lt;P&gt;      alert(this.map.id);&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;  });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clazz.hasStyle = false;&lt;/P&gt;&lt;P&gt;  clazz.hasUIFile = false;&lt;/P&gt;&lt;P&gt;  clazz.hasLocale = false;&lt;/P&gt;&lt;P&gt;  clazz.hasConfig = false;&lt;/P&gt;&lt;P&gt;  return clazz;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805053#M5628</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-07-16T19:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805054#M5629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this thinking I could just add in the href.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;FORM&gt;&lt;INPUT href="mailto:someone@example.com?Subject=Hello%20again" target="_top" type="button" value="Submit" /&gt;&lt;/FORM&gt;'&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just not familiar with dojo..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805054#M5629</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-07-16T19:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805055#M5630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m sorry for the emails, but I figured it out..  Thanks for the help..  How do I give you credit for helping me on the website?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805055#M5630</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-07-16T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805056#M5631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of people have helped me here so the only recognition needed would be to mark my answer as correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805056#M5631</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-07-16T20:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805057#M5632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it would help to post your final solution too so others can find it when needed.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To mark one as correct:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-2159"&gt;Mark a reply as the Correct Answer&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, clicking helpful Yes for all those that help is good&amp;nbsp;&amp;nbsp; (and no need to do that for this one....just passing info on)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:08:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805057#M5632</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-07-16T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805058#M5633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I’m super new so will try and post what I did.  Thanks for the help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805058#M5633</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-07-16T20:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805059#M5634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could always post to &lt;A href="https://github.com/" title="https://github.com/"&gt;GitHub&lt;/A&gt; or just the widget.js and widget.html code in this thread. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805059#M5634</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-07-16T20:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805060#M5635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's pretty simple but all I needed to be able to send an email request..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;'dojo/_base/declare'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;'jimu/BaseWidget'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(declare, BaseWidget) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;var&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; clazz = declare([BaseWidget], {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;'&amp;lt;h3&amp;gt;&amp;lt;p&amp;gt; Please click on Submit to send your suggestion to the Planning Department: &amp;lt;a href="mailto:@mt.gov?Subject=Interactive%20Tool%20Suggestion"" target="_top"&amp;gt;Submit&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/h3&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;false&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;false&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;false&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;false&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;return&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; clazz;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:15:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805060#M5635</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-07-16T20:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805061#M5636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just added it as a reply..  Thanks again for the help..  I’m working on developing an application so I’m sure I will be an expert on getting help as well as gaining knowledge of web appbuilder..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:17:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805061#M5636</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-07-16T20:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805062#M5637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For posting code, check out&amp;nbsp;&amp;nbsp; &lt;A href="https://community.esri.com/migration-blogpost/1070"&gt;Posting Code blocks in the new GeoNet&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to see all the bells and whistled of GeoNet, checkout&amp;nbsp; &lt;A href="https://community.esri.com/space/2004"&gt;GeoNet Help&lt;/A&gt;​&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We all had to learn learn GeoNEt, but there are things on that page that can help.&amp;nbsp; Also, I wrote a doc a while back that might help&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.esri.com/docs/DOC-2938"&gt;Tips for Getting Started on GeoNet (general and Alaska User Group specific)&lt;/A&gt; Although it might be a bit outdated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:21:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805062#M5637</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-07-16T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805063#M5638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Terry,&lt;/P&gt;&lt;P&gt;I'm trying to build a widget that exactly has the same functionality&amp;nbsp;&lt;/P&gt;&lt;P&gt;would you be able to post the code for this widget ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805063#M5638</guid>
      <dc:creator>BPriyaK</dc:creator>
      <dc:date>2018-07-23T16:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805064#M5639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get this email?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805064#M5639</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2018-07-23T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805065#M5640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking at the question you posted couple years ago and tried the code you posted in the answers ,but could'nt get it to work&lt;/P&gt;&lt;P&gt;i was hoping to get some insights into implementing this ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 19:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805065#M5640</guid>
      <dc:creator>BPriyaK</dc:creator>
      <dc:date>2018-07-23T19:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Email Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805066#M5641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shoot me an email at gustat@bresnan.net&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 19:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/generic-email-widget/m-p/805066#M5641</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2018-07-23T19:25:03Z</dc:date>
    </item>
  </channel>
</rss>

