<?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 WAB: change size of Edit popup window ? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309226#M8219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to make the Edit popup window a lot smaller so it won't block much of my map view. &amp;nbsp;I played with a few numbers in Widgets-&amp;gt;Edit -&amp;gt; style.css but it doesn't work. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd also &amp;nbsp;like to change the word "Close" to "Save &amp;amp; Close" on the attribute edit button. &amp;nbsp;I can't locate it.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 14:49:16 GMT</pubDate>
    <dc:creator>helenchu</dc:creator>
    <dc:date>2016-09-15T14:49:16Z</dc:date>
    <item>
      <title>WAB: change size of Edit popup window ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309226#M8219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to make the Edit popup window a lot smaller so it won't block much of my map view. &amp;nbsp;I played with a few numbers in Widgets-&amp;gt;Edit -&amp;gt; style.css but it doesn't work. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd also &amp;nbsp;like to change the word "Close" to "Save &amp;amp; Close" on the attribute edit button. &amp;nbsp;I can't locate it.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 14:49:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309226#M8219</guid>
      <dc:creator>helenchu</dc:creator>
      <dc:date>2016-09-15T14:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: change size of Edit popup window ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309227#M8220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The edit popups size is controlled by the edit Widget.js file on line 500:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;editPopup&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;resize&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;500&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;251&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and the string "close" and be changed in the widgets nls\strings.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;close&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Close"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309227#M8220</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-15T15:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: change size of Edit popup window ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309228#M8221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the text "Close" changed. &amp;nbsp;For the editPopup size, I probably used the wrong name for it. &amp;nbsp;What I'd like to have the size reduced is the (spatial) feature edit template/window not the attribute window. &amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;editPopup&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;resize&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #990000; border: 0px; font-weight: inherit;"&gt;500&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="" style="color: #990000; border: 0px; font-weight: inherit;"&gt;251&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;resize the attribute window only. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 19:47:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309228#M8221</guid>
      <dc:creator>helenchu</dc:creator>
      <dc:date>2016-09-15T19:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: change size of Edit popup window ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309229#M8222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You can adjust the size of a widgets panel by adding a width and height property to the main config.json depending on which theme you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 19:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309229#M8222</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-15T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: change size of Edit popup window ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309230#M8223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it! &amp;nbsp;Thanks Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 14:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-change-size-of-edit-popup-window/m-p/309230#M8223</guid>
      <dc:creator>helenchu</dc:creator>
      <dc:date>2016-09-19T14:54:21Z</dc:date>
    </item>
  </channel>
</rss>

