The EditorTask control provides a suite of tools for Web-based editing of feature layers in ArcGIS Server map services. The runtime dialog provides tools to modify, add, and remove feature geometry and attributes. The EditorTask can also be customized and extended to filter attributes, manage tools, handle events during the editing process, and manage panels.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<ToolboxDataAttribute("<{0}:EditorTask runat="server" Width="200px" Transparency="35" BackColor="White" TitleBarColor="WhiteSmoke" TitleBarSeparatorLine="False" TitleBarHeight="20px" BorderColor="LightSteelBlue" BorderStyle="Outset" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Font-Bold="True"> </{0}:EditorTask>")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.EditorTaskDesigner, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ESRI.ArcGIS.ADF.Web.UI.WebControls.WebConfiguratorAttribute(ESRI.ArcGIS.ADF.ArcGISServer.Editor.EditorTaskWebConfigurator)>
<ParseChildrenAttribute(True)>
<PersistChildrenAttribute(Persist=False, UsesCustomPersistence=False)>
<ToolboxBitmapAttribute()>
Public Class EditorTask
Inherits ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask
Implements ESRI.ArcGIS.ADF.Web.UI.WebControls.IBuddyControlSupport, ESRI.ArcGIS.ADF.Web.UI.WebControls.ITask |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EditorTask |
C# | |
---|
[ToolboxDataAttribute("<{0}:EditorTask runat="server" Width="200px" Transparency="35" BackColor="White" TitleBarColor="WhiteSmoke" TitleBarSeparatorLine="False" TitleBarHeight="20px" BorderColor="LightSteelBlue" BorderStyle="Outset" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Font-Bold="True"> </{0}:EditorTask>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.EditorTaskDesigner, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ESRI.ArcGIS.ADF.Web.UI.WebControls.WebConfiguratorAttribute(ESRI.ArcGIS.ADF.ArcGISServer.Editor.EditorTaskWebConfigurator)]
[ParseChildrenAttribute(true)]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)]
[ToolboxBitmapAttribute()]
public class EditorTask : ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask, ESRI.ArcGIS.ADF.Web.UI.WebControls.IBuddyControlSupport, ESRI.ArcGIS.ADF.Web.UI.WebControls.ITask |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also