C# Class OpenSlx.Lib.Web.Controls.FormattedTextBox

Inheritance: System.Web.UI.WebControls.TextBox
Afficher le fichier Open project: nicocrm/OpenSlx

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FormattedTextBox ( ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Register javascript include.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Ensure the required javascript is output.

Method Details

FormattedTextBox() public méthode

public FormattedTextBox ( ) : System
Résultat System

OnLoad() protected méthode

Register javascript include.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

Ensure the required javascript is output.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void