Select to view content in your preferred language

Display the labels of a subtype field in a tooltip

683
1
12-05-2011 12:48 PM
MarcGuidry
Emerging Contributor
Hi,
In my Flex API app I am trying to display an attribute in a tooltip when the user hovers a feature.  The field uses a subtype, and the tooltip shows the subtype code, not the label.  Is there a workaround for this?  Thanks!

Marc
Tags (2)
0 Kudos
1 Reply
IvanBespalov
Frequent Contributor
Mark,

Each layer has property layerDetails.

LayerDeatails contains information of types,
where each type is FeatureType.
Each FeatureType has id property = The feature type identifier and name property The feature type name.
0 Kudos