4

这怎么可能在全屏和普通视图之间切换?

例如:tiny mce 编辑器具有相同的功能。

js中有什么想法吗?

4

1 回答 1

0

I didn't clearly understand the question But if you are looking for resizing jqgrid on browser resize this might be helpful

$(window).bind('resize', function() {
    jQuery("#grid").setGridWidth($('#parentDiv').width()-30, true);
}).trigger('resize');
于 2014-03-24T19:37:07.770 回答