1 <?xml version="1.0" encoding="utf-8"?>
3 xmlns:mx="http://www.adobe.com/2006/mxml"
4 xmlns:edit="net.systemeD.potlatch2.mapfeatures.editors.*"
7 toolTip="{fieldDescription}">
9 <mx:Label text="{fieldName}:"/>
10 <mx:TextInput id="inputBox" text="{value}" width="100%" change="value = inputBox.text"/>
12 </edit:SingleTagEditor>