Select to view content in your preferred language

FLEX API 3.0 FieldInspector Renderer Bug

539
1
01-21-2013 02:45 PM
NicholasVolpe
Emerging Contributor
I cannot expose the renderer property on the com.esri.ags.components.supportClasses.FieldInspector using version 3.0

I was able to access it using versions 2.5 and 3.1.

To test code I have been using the AttributeInspectorInfoWindowEditable.mxml on:  http://resources.arcgis.com/en/help/flex-api/samples/#/Attribute_Inspector__edit_/01nq0000005z000000

<esri:AttributeInspector id="attrInsp"
   deleteFeature="attrInsp_deleteFeatureHandler(event)"
   updateFeature="attrInsp_updateFeatureHandler(event)"
   saveFeature="attrInsp_saveFeatureHandler(event)">
     
 <esri:FieldInspector  featureLayer="{myFeatureLayer}"
        fieldName="activeprod"
               label="ACTIVE_PRODUCTION"/>


I believe this is a bug, is there a fix or workaround?
Thanks
Tags (2)
0 Kudos
1 Reply
YannCabon
Esri Contributor
Hi,

The renderer property of the FieldInspector has been renamed into editor.
0 Kudos