<?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: Dojo DateTextBox within formatted InfoTemplate in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/dojo-datetextbox-within-formatted-infotemplate/m-p/789076#M236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,?&lt;/P&gt;&lt;P&gt;I'm having the same problem when I try to create a dojo&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;DateTextBox in a custom widget, Did you solved it ? How ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Dairis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 19:06:42 GMT</pubDate>
    <dc:creator>DairisTapanes_Rios</dc:creator>
    <dc:date>2017-04-26T19:06:42Z</dc:date>
    <item>
      <title>Dojo DateTextBox within formatted InfoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/dojo-datetextbox-within-formatted-infotemplate/m-p/789074#M234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a dojo DateTextBox in the custom formatted Info Window that pops up when clicking features on my map.&amp;nbsp; Within my info template I have code that looks like this (only the relevent stuff is here):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infoTemplate.setContent(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;label for='myDateInput'&amp;gt;Date: &amp;lt;/label&amp;gt;" +&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;input id='myDateInput' type='text' data-dojo-type='dijit/form/DateTextBox' value='${DATE}' /&amp;gt;"&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have dijit/form/DateTextBox in my require statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the result is just a regular text input field with my date attribute in it, and not that drop down calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The html works when I just put it directly on my html page to test, so I'm not sure why it doesn't like the dojo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 16:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/dojo-datetextbox-within-formatted-infotemplate/m-p/789074#M234</guid>
      <dc:creator>JosephRogan</dc:creator>
      <dc:date>2015-06-10T16:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo DateTextBox within formatted InfoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/dojo-datetextbox-within-formatted-infotemplate/m-p/789075#M235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking for the ability to update the date within the InfoTemplate?&amp;nbsp; The InfoTemplate is read-only, so you won't have this ability.&amp;nbsp; Take a look at the &lt;A href="https://developers.arcgis.com/javascript/jsapi/attributeinspector-amd.html"&gt;AttributeInspector &lt;/A&gt;class if you wish to change the date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/dojo-datetextbox-within-formatted-infotemplate/m-p/789075#M235</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-06-11T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo DateTextBox within formatted InfoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/dojo-datetextbox-within-formatted-infotemplate/m-p/789076#M236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,?&lt;/P&gt;&lt;P&gt;I'm having the same problem when I try to create a dojo&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;DateTextBox in a custom widget, Did you solved it ? How ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Dairis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 19:06:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/dojo-datetextbox-within-formatted-infotemplate/m-p/789076#M236</guid>
      <dc:creator>DairisTapanes_Rios</dc:creator>
      <dc:date>2017-04-26T19:06:42Z</dc:date>
    </item>
  </channel>
</rss>

