Version

nullText Property

Gets sets text which is used when value is not set (null or empty string) and control has no focus. Note: new value does not persist to server. Text for null value
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_nullText() : String
function set_nullText(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTextEditor.get_nullText();
See Also