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

Object
   wijmo.input.wijinputcore
      wijmo.input.wijinputtext

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
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