Adf.Web.UI.CharacterFilteringTextBox.CreateJavascriptFunction C# (CSharp) Method

CreateJavascriptFunction() protected method

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