<?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 Custom Attribute Inspector in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-attribute-inspector/m-p/50026#M1166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am wanting to implement a custom attribute inspector.&amp;nbsp; I like the functionality of it handling the coded domains, subtypes, etc.&amp;nbsp; The problem I have is the feature(s) I am editing have 100 or so fields associated with them.&amp;nbsp; These fields are grouped together in chunks of 10-20.&amp;nbsp; What I want is to be able to program a custom attribute inspector to have drop down groups that expand and contract to show each grouping of fields.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen on here programatically grabbing the attribute inspector and loading field inspectors into it.&amp;nbsp; That would work okay, but only for customizing a few fields.&amp;nbsp; I am more wanting to have some control over the layout.&amp;nbsp; So i thought about the skin, but not real sure on using the skin how to replace the "form" with my own fieldinspectors.&amp;nbsp; I tried doing just that but received some errors so I know it has to be something more elegant like defining the fieldinspectors in declaration and then on intialize of the skin programatically adding to the layout then.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am just wondering has anyone else customized the attribute inspector skin and added their own field inspectors \ layout?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 15:01:00 GMT</pubDate>
    <dc:creator>TroySchmidt</dc:creator>
    <dc:date>2011-11-10T15:01:00Z</dc:date>
    <item>
      <title>Custom Attribute Inspector</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-attribute-inspector/m-p/50026#M1166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am wanting to implement a custom attribute inspector.&amp;nbsp; I like the functionality of it handling the coded domains, subtypes, etc.&amp;nbsp; The problem I have is the feature(s) I am editing have 100 or so fields associated with them.&amp;nbsp; These fields are grouped together in chunks of 10-20.&amp;nbsp; What I want is to be able to program a custom attribute inspector to have drop down groups that expand and contract to show each grouping of fields.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen on here programatically grabbing the attribute inspector and loading field inspectors into it.&amp;nbsp; That would work okay, but only for customizing a few fields.&amp;nbsp; I am more wanting to have some control over the layout.&amp;nbsp; So i thought about the skin, but not real sure on using the skin how to replace the "form" with my own fieldinspectors.&amp;nbsp; I tried doing just that but received some errors so I know it has to be something more elegant like defining the fieldinspectors in declaration and then on intialize of the skin programatically adding to the layout then.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am just wondering has anyone else customized the attribute inspector skin and added their own field inspectors \ layout?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 15:01:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-attribute-inspector/m-p/50026#M1166</guid>
      <dc:creator>TroySchmidt</dc:creator>
      <dc:date>2011-11-10T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Attribute Inspector</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-attribute-inspector/m-p/50027#M1167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had similar issues with the layout of the attribute inspector and ended up designing my own version from scratch using a default form and combo boxes, getting the domains into dropdowns is pretty simple (the flex viewer has a sample widget with everything you need, i stole the code from that) and then you have complete control over the layout. It's admittedly a lot more work but in my opinion the results were far better as i could have the layout 100% as i intended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That also means you have to have a custom edit function as well, but that was surprisingly easy since it's just passing a graphic into the feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really like the out of the box tools for attribute editing but when you need something a little different i prefer to design my own.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 17:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-attribute-inspector/m-p/50027#M1167</guid>
      <dc:creator>HessCorporation</dc:creator>
      <dc:date>2011-11-12T17:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Attribute Inspector</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-attribute-inspector/m-p/50028#M1168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is what I was thinking.&amp;nbsp; Do you remember which widget it was that showed the combo box coding?&amp;nbsp; I know logically the steps, but if there is code I could copy and paste no sense in reinventing the whole wheel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 18:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-attribute-inspector/m-p/50028#M1168</guid>
      <dc:creator>TroySchmidt</dc:creator>
      <dc:date>2011-11-17T18:10:06Z</dc:date>
    </item>
  </channel>
</rss>

