Wijmo UI for the Web
wijinputmask type
wijmo.input Namespace : wijinputmask type
Syntax
$(function () {
    var options; // Type:  wijmo.input.wijinputmask.options
     
    $(".selector").wijinputmask(options);
});
function wijinputmask;
Inheritance Hierarchy

Object
   wijmo.input.wijinputcore
      wijmo.input.wijinputmask

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodDestroy the widget.  
public MethodOpen the dropdown list.  
public MethodSet the focus to the widget.  
public MethodGets the text value when the container form is posted back to server.  
public MethodGets the selected text.  
public MethodGets the text displayed in the input box.  
public MethodGet a boolean value indicates that whether the widget has been destroyed.  
public MethodDetermines whether the widget has the focus.  
public MethodSelects a range of text in the widget.  
public MethodSets the text displayed in the input box.  
public MethodGets element this widget is associated.  
Top
See Also

Reference

wijmo.input Namespace