Class PlugInEdit
Inheritance
System.Object
PlugInEdit
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PlugInEdit : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
PlugInEdit()
Declaration
Fields
actionTab
Declaration
protected TabStrip actionTab
Field Value
adminGUI
Declaration
protected PlaceHolder adminGUI
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
Declaration
protected ToolButton CancelButton
Field Value
pluginList
Declaration
protected PlugInList pluginList
Field Value
pluginSettings
Declaration
protected PlugInAdminSettings pluginSettings
Field Value
Declaration
protected ToolButton SaveButton
Field Value
Tab1
Declaration
Field Value
Tab2
Declaration
Field Value
tabView
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
view1
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
view2
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Methods
Cancel(Object, EventArgs)
Declaration
protected void Cancel(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Save(Object, EventArgs)
Declaration
protected void Save(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
Extension Methods