Wijmo UI for the Web
search Method
Text to search in the drop-down list.
The jquery event object.
Searches the wijcombobox drop-down list for the specified value.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcombobox();
var returnValue; // Type: any

// Parameters
var value; // Type:  string
var eventObj; // Type:  object

returnValue = instance.search(value, eventObj);
Javascript (Specification) 
function search( 
   value : string,
   eventObj : object
) : any;

Parameters

value
Text to search in the drop-down list.
eventObj
The jquery event object.
Browser Compatibility
7
5
5

See Also

Reference

wijcombobox type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.