myEditor.deleteButton.x = 50;
Can you point me in the direction for resources on how to do this?
So I just edit the editorskin.mxml? Or Should I create a custom/new skin.mxml?
<esri:Editor id="myEditor" skinClass="MyEditorSkin" .../>
<esri:Editor id="myEditor" bottom="4" width="200" height="120" deleteEnabled="false"
geometryService="{myGeometryService}" horizontalCenter="-204" map="{myMap}"
skinClass="com.esri.ags.skins.EditorSkin"/> Wow. I feel relieved and stupid at the same time (but mostly relieved). Because now I understand how to use the "commands" in the Public Properties section of the API reference. My Flex API development world just got a whole lot bigger. I suppose this is part of "taking you lumps" as in most cases when you jump into something with no prior experience.