Adf.Web.UI.CharacterFilteringTextBox.CreateJavascriptFunction C# (CSharp) 메소드

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
        protected virtual void CreateJavascriptFunction()
        {
            RegisterClientScriptFunction(String.Empty);
        }