Wijmo UI for the Web
setText Method
Sets the text displayed in the input box.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijinputmask();
var value; // Type: any

// Parameters
var text; // Type:  any

value = instance.setText(text);
Javascript (Specification) 
function setText( 
   text : any
) : any;

Parameters

text
Example
// This example sets text of a wijinputcore to "Hello"
$(".selector").wijinputcore("setText", "Hello");
Browser Compatibility
7
5
5

See Also

Reference

wijinputmask type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.