C# 클래스 Adf.Web.UI.CharacterFilteringTextBox

Base class for all System.Web.UI.WebControls.TextBoxs that use a filter to enable a subset of the keys.
상속: System.Web.UI.WebControls.TextBox
파일 보기 프로젝트 열기: NLADP/ADF

Private Properties

프로퍼티 타입 설명
OnPreRender void

보호된 메소드들

메소드 설명
CreateJavascriptFunction ( ) : void

Creates a JavaScript function.

This method can be implemented by descendants and it must call the RegisterClientScriptFunction(string innerCode) function. Overriding this method is only needed, when special javascript is needed, that goes behond the standard protected virtual boolean properties.

RegisterClientScriptFunction ( string innerCode ) : void

Creates default code for the descendants and puts the specified special JavaScript code (innerCode) from the descendants inside the created function.

비공개 메소드들

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

메소드 상세

CreateJavascriptFunction() 보호된 메소드

Creates a JavaScript function.
This method can be implemented by descendants and it must call the RegisterClientScriptFunction(string innerCode) function. Overriding this method is only needed, when special javascript is needed, that goes behond the standard protected virtual boolean properties.
protected CreateJavascriptFunction ( ) : void
리턴 void

RegisterClientScriptFunction() 보호된 메소드

Creates default code for the descendants and puts the specified special JavaScript code (innerCode) from the descendants inside the created function.
protected RegisterClientScriptFunction ( string innerCode ) : void
innerCode string The descendant dependent JavaScript code.
리턴 void