Now compatible with jQueryUi 1.10.1 and jQuery 1.9.1
Default: css value
The menu width given in px, em, etc. (eg "250px"). With this option is possible to set a different width for each combogrid.
Initialize a combogrid with the width option specified.
$( ".selector" ).combogrid({ width: "350px" });
Get or set the width option, after init.
//getter
var width = $( ".selector" ).combogrid( "option", "width" );
//setter
$( ".selector" ).combogrid( "option", "width", "500em" );
Press keyboard "keydown" to open the menu. width: 800px.
Press keyboard "keydown" to open the menu. width: 600px.
Combogrid is designed, developed and maintained by a single programmer.
Copyright © 2010-2011 All Rights Reserved by Sara D'Alia | Site designed by Amatyr4n