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

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство Type Description
rfvDetails global::System.Web.UI.WebControls.RequiredFieldValidator
txtContent global::Telerik.Web.UI.RadEditor

Méthodes publiques

Méthode Description
Editor_UC_Load ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Method Details

Editor_UC_Load() public méthode

public Editor_UC_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Property Details

rfvDetails protected_oe 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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

txtContent protected_oe 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
Résultat global::Telerik.Web.UI.RadEditor