Version

WebMaskEditor class

Class which implements client side functionality of WebMaskEditor.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.WebMaskEditor = function( 
   elem : {DomElement}
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.WebMaskEditor();
Inheritance Hierarchy

Object
   Sys.Component
      Sys.UI.Control
            Infragistics.Web.UI.WebTextEditor
               Infragistics.Web.UI.WebMaskEditor
                  Infragistics.Web.UI.WebDateTimeEditor

See Also