C# Class AJH.CMS.WEB.UI.Controls.Editor_UC

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
rfvDetails global::System.Web.UI.WebControls.RequiredFieldValidator
txtContent global::Telerik.Web.UI.RadEditor

Public Methods

Method Description
Editor_UC_Load ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Method Details

Editor_UC_Load() public method

public Editor_UC_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Property Details

rfvDetails protected property

rfvDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvDetails
return global::System.Web.UI.WebControls.RequiredFieldValidator

txtContent protected property

txtContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadEditor txtContent
return global::Telerik.Web.UI.RadEditor