Wijmo UI for the Web
FilterText Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var value; // Type: string

// Parameters
var includeText; // Type:  any
var intext; // Type:  any

value = instance.FilterText(includeText, intext);
Javascript (Specification) 
function FilterText( 
   includeText : any,
   intext : any
) : string;

Parameters

includeText
intext
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.