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

Object
      wijmo.input.wijinputcore
         wijmo.input.wijinputdate
         wijmo.input.wijinputmask
         wijmo.input.wijinputnumber
         wijmo.input.wijinputtext

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