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

Inheritance: System.Web.UI.WebControls.TextBox
Mostrar archivo Open project: nicocrm/OpenSlx

Private Properties

Property Type Description

Public Methods

Method Description
FormattedTextBox ( ) : System

Protected Methods

Method 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 method

public FormattedTextBox ( ) : System
return System

OnLoad() protected method

Register javascript include.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

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