Wijmo UI for the Web
imeMode Option

Default value: ""

Determines the input method setting of widget. Possible values are: 'auto', 'active', 'inactive', 'disabled'

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputnumber("option", "imeMode");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputnumber("option", "imeMode", newValue);
        
});
Javascript (Specification) 
var imeMode : string;
Remarks
This property only take effect on IE browser.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.