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

Object
   wijmo.input.wijinputcore
      wijmo.input.wijinputmask

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijinputmask Constructor  
Top
Methods
 NameDescription
public MethoddestroyDestroy the widget.  
public MethoddropOpen the dropdown list.  
public MethodfocusSet the focus to the widget.  
public MethodgetPostValueGets the text value when the container form is posted back to server.  
public MethodgetTextGets the text displayed in the input box.  
public MethodisDestroyedGet a bool value indicates that whether the widget has been destroyed.  
public MethodisFocusedDetermines whether the widget has the focus.  
public MethodselectTextSelects a range of text in the widget.  
public MethodsetTextSets the text displayed in the input box.  
public MethodwidgetGets element this widget is associated.  
Top
See Also

Reference

wijmo.input Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.