text Property
Gets sets innerHTML of DIV used for indicator. If text contains "{0}" flag, then that flag is replaced by IMG with get_imageUrl().The html which is used to render indicator. That can include text and any valid html tags.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_text() : String
function set_text(value : String) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfAjaxIndicator.get_text(); |