<?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: Customize Flex Editor popup window in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399540#M9331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Whoops, Nevermind.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2013 18:50:05 GMT</pubDate>
    <dc:creator>GISDev1</dc:creator>
    <dc:date>2013-02-21T18:50:05Z</dc:date>
    <item>
      <title>Customize Flex Editor popup window</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399535#M9326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I trying to find a way to customize ESRI Flex API editor popup. I was wondering if anybody has done this before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I trying to put a carriage return (\n) into the Attribute inspector label so that the label of the field get broken down into multiple line instead of the long one liner. Wondering if this is even possible. Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21857[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my fieldInspector&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;esri:FieldInspector id="pointFI_Checked"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; featureLayer="{BMPoints}" &amp;nbsp; fieldName="Checked" &amp;nbsp; label="'Is Project Displayed Correctly?' + '\nIf yes, select ???Yes??? in drop down menu and click ???OK??? to save'"&amp;nbsp; &amp;nbsp; /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help on this issue will be appreciated. Thanks All&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 21:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399535#M9326</guid>
      <dc:creator>KomanDiabate</dc:creator>
      <dc:date>2013-02-15T21:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Flex Editor popup window</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399536#M9327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To make a label split between two lines you need to use &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp; # 13;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(without the spaces)&amp;nbsp; It won't show in the ESRI forum.&amp;nbsp; Remove the spaces and use inline with the label.&amp;nbsp; No need for + '' + &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if it will work with the window label.&amp;nbsp; The forum recognizes the text as a return and will not show the code so I have attached a text file with your label code with the return in it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 12:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399536#M9327</guid>
      <dc:creator>MikeDahm</dc:creator>
      <dc:date>2013-02-18T12:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Flex Editor popup window</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399537#M9328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On code '\n' is working well.. on mxml or any xml to define a line just use '&amp;amp; # 13;' (whitout spaces) line entity:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Test&amp;amp; # 13;test&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;test&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 15:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399537#M9328</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2013-02-18T15:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Flex Editor popup window</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399538#M9329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Test&amp;amp; # 13;test (no space)&amp;nbsp; worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your replies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Koman Diabate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SANDAG&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 16:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399538#M9329</guid>
      <dc:creator>KomanDiabate</dc:creator>
      <dc:date>2013-02-19T16:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Flex Editor popup window</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399539#M9330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please don't also forget to mark the post as answered by checking the tick on the answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 11:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399539#M9330</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2013-02-20T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Flex Editor popup window</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399540#M9331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Whoops, Nevermind.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 18:50:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/customize-flex-editor-popup-window/m-p/399540#M9331</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-02-21T18:50:05Z</dc:date>
    </item>
  </channel>
</rss>

