Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这怎么可能在全屏和普通视图之间切换?
例如:tiny mce 编辑器具有相同的功能。
js中有什么想法吗?
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');