<?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: FieldInspectors in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244135#M5780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can change the appearance of the field inspector like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;esri:FieldInspector featureLayer="{myLayer}" fieldName="blah" label="Blah"&amp;gt;
 &amp;lt;esri:renderer&amp;gt;
&amp;nbsp; &amp;lt;fx:Component&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;esri:TextField width="175" height="75"/&amp;gt;
&amp;nbsp; &amp;lt;/fx:Component&amp;gt;
 &amp;lt;/esri:renderer&amp;gt;
&amp;lt;/esri:FieldInspector&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 12:11:43 GMT</pubDate>
    <dc:creator>EddieJesinsky</dc:creator>
    <dc:date>2021-12-11T12:11:43Z</dc:date>
    <item>
      <title>FieldInspectors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244133#M5778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to customize the look of my FieldInspectors.&amp;nbsp; I have created a StringField skin based on the esri StringField and was able to apply this to my FieldInspectors.&amp;nbsp; I'd like to now do the same for any of my dropdownlistFields, but can't quite figure out how.&amp;nbsp; I attempted to create a skin for the DropDownListField in the same way as my StringField, but it didn't work.&amp;nbsp; I primarily just want to increase the width.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A follow up question would be does anyone know how to apply a skin to just 1 or 2 FieldInsepctors? I have a few individual fields I would simply like to increase the height on.&amp;nbsp; My code below applies it to every Stringfield in the attributeInspector.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
esri|StringField
{
skin-class: ClassReference("MyStringFieldSkin");
} 
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 15:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244133#M5778</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2010-11-12T15:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: FieldInspectors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244134#M5779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I feel like I'm completely missing something.&amp;nbsp; I've looked at all the samples under the editor tab and each time they have a string field it shows a nice large box for the data entry (with word wrap).&amp;nbsp; My out of the box solution comes up with a box about 1 inch wide and only 1 character tall.&amp;nbsp; How is this larger text box accomplished?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 13:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244134#M5779</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2010-11-15T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: FieldInspectors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244135#M5780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can change the appearance of the field inspector like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;esri:FieldInspector featureLayer="{myLayer}" fieldName="blah" label="Blah"&amp;gt;
 &amp;lt;esri:renderer&amp;gt;
&amp;nbsp; &amp;lt;fx:Component&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;esri:TextField width="175" height="75"/&amp;gt;
&amp;nbsp; &amp;lt;/fx:Component&amp;gt;
 &amp;lt;/esri:renderer&amp;gt;
&amp;lt;/esri:FieldInspector&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:11:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244135#M5780</guid>
      <dc:creator>EddieJesinsky</dc:creator>
      <dc:date>2021-12-11T12:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: FieldInspectors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244136#M5781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It throws the error 'could not resolve esri:TextField to a component implementation'.&amp;nbsp; I tried to use a spark component, but then it doesn't pull my data into the field.&amp;nbsp; I tried to add in &amp;lt;esri:dataProvider&amp;gt;, but I can't see what the next step is to point it to my active feature in the attribute inspector.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried the same thing on a drop down list and it will allow me to use the esri:dropdownlistfield, but it again doesn't pull in my data and the drop down list is empty instead of pointing to my domain.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point I'm trying to edit my attributes without using the attribute inspector.&amp;nbsp; If I can get that code to work then I can customize it anyway I'd like.&amp;nbsp; I'm having trouble passing an array with my objectid to applyEdits(null, update, null).&amp;nbsp; So far I can pass my updated attributes or my objectID but haven't successfully passed both at the same time yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 19:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/fieldinspectors/m-p/244136#M5781</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2010-11-19T19:04:16Z</dc:date>
    </item>
  </channel>
</rss>

