Version

getValueByMode Method

Gets text according to DataMode.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getValueByMode( 
   mode : Integer,
   v : {Any}
) : String;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebMaskEditor.getValueByMode(Integer,{Any});

Parameters

mode
DataMode which matches with enum on server.
v
Internal use only.

Return Value

Text in control.
See Also