Version

inputMask Property

Gets sets input mask. Notes: 1. Mask-flag-characters such as "#,0,9,A,C,L,a,?,amper,greater,smaller" are the same as on server. 2. If mask is modified, then old raw value (value without literal characters) is set to new raw value in editor with new mask. Example: - Old mask is "(000)(???)(000)". - Old value is "(123)(abc)(456)", where raw value is "123abc456". - New mask is "000-???-?0". - New value will be "123-abc-_5". Input mask
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_inputMask() : String
function set_inputMask(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebMaskEditor.get_inputMask();
See Also