Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getValueByMode Method
Gets text according to DataMode.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getValueByMode(
: Integer,
: {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