Class DnnFormEditor
Inheritance
DnnFormEditor
Assembly: DotNetNuke.Web.dll
public class DnnFormEditor : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
Declaration
Properties
Declaration
public object DataSource { get; set; }
Property Value
Declaration
public bool EncryptIds { get; set; }
Property Value
Declaration
public DnnFormMode FormMode { get; set; }
Property Value
Declaration
public bool IsValid { get; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public List<DnnFormItemBase> Items { get; }
Property Value
Declaration
protected string LocalResourceFile { get; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public List<DnnFormSection> Sections { get; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public List<DnnFormTab> Tabs { get; }
Property Value
Declaration
protected override HtmlTextWriterTag TagKey { get; }
Property Value
Overrides
Methods
Declaration
protected override void CreateChildControls()
Overrides
Declaration
protected virtual void CreateControlHierarchy(bool useDataSource)
Parameters
Type |
Name |
Description |
bool |
useDataSource |
|
Declaration
public override void DataBind()
Overrides
Declaration
protected override void LoadControlState(object state)
Parameters
Type |
Name |
Description |
object |
state |
|
Overrides
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Declaration
protected override object SaveControlState()
Returns
Overrides
Implements
Extension Methods