<esri:FieldInspector id="fLyr" featureLayer="{myFeatureLayer}" fieldName="COMMENT" label="Comment" > <esri:editor> <fx:Component> <fieldClasses:TextField height="50" /> </fx:Component> </esri:editor> </esri:FieldInspector>
Error: The prefix "fieldClasses" for element "fieldClasses:TextField" is not bound - Not sure what that is.
<esri:FieldInspector id="RTP_Points2" featureLayer="{comments2}" fieldName="COMMENT" label="Comment"> <fx:Component> <fieldClasses:TextField height="50" /> </fx:Component> </esri:FieldInspector>
<esri:FieldInspector fieldName="LONG_STRING" featureLayer="{featureLayer}"> <esri:editor> <fx:Component> <fieldClasses:TextField height="50" /> </fx:Component> </esri:editor> </esri:FieldInspector>
<fx:Component id="textField"> <fieldClasses:TextField height="50" minWidth="200"/> </fx:Component>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.