Wijmo UI for the Web
findAlikeArrayItemIndex Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.wijDateTextProvider();
var value; // Type: number

// Parameters
var arr; // Type:  any
var txt; // Type:  string

value = instance.findAlikeArrayItemIndex(arr, txt);
Javascript (Specification) 
function findAlikeArrayItemIndex( 
   arr : any,
   txt : string
) : number;

Parameters

arr
txt
Browser Compatibility
7
5
5

See Also

Reference

wijDateTextProvider type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.