xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:edit="net.systemeD.potlatch2.mapfeatures.editors.*"
xmlns:flexlib="flexlib.controls.*"
- verticalGap="0"
width="100%"
- toolTip="{fieldDescription}">
+ toolTip="{fieldDescription}"
+ direction="{fieldDirection}" styleName="titledEditor">
<mx:Label text="{fieldName}:"/>
<flexlib:PromptingTextInput id="inputBox" prompt="{prompt}" text="{value}" width="100%" change="value = inputBox.text"/>