C# 클래스 OpenSlx.Lib.Web.Controls.FormattedTextBox

상속: System.Web.UI.WebControls.TextBox
파일 보기 프로젝트 열기: nicocrm/OpenSlx

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FormattedTextBox ( ) : System

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Register javascript include.

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

Ensure the required javascript is output.

메소드 상세

FormattedTextBox() 공개 메소드

public FormattedTextBox ( ) : System
리턴 System

OnLoad() 보호된 메소드

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

Render() 보호된 메소드

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