searchIcon Option

Default: false

If set to true an icon will be displayed in input field's background.
This is useful when you want to differentiate normal input fields from combogrid input fields.

Code Example

Initialize a combogrid with the searchIcon option specified.


$( ".selector" ).combogrid({ searchIcon: true });

Get or set the searchIcon option, after init.


//getter
var searchIcon = $( ".selector" ).combogrid( "option", "searchIcon" );
//setter
$( ".selector" ).combogrid( "option", "searchIcon", true );

Live example

jQuery Combogrid Plugin Project

Combogrid is designed, developed and maintained by a single programmer.