Select to view content in your preferred language

Deactivate WindowInfoRenderer for featureLayer

550
0
01-28-2013 06:02 AM
ab1
by
Deactivated User
Hi,

I have a feature layer with a window info renderer:
<esri:FeatureLayer id="iti" url="...">
    <esri:infoWindowRenderer>
        <fx:Component>
            ....
        </fx:Component>
    </esri:infoWindowRenderer>
</esri:FeatureLayer>

I'd like to be able to deactivate the InfoWindowRenderer behaviour when the user is performing some feature edition on the map and then reactivate it when the user finishes. Is it possible to de/activate the InfoWindowRenderer?

Regards.
Tags (2)
0 Kudos
0 Replies