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.
全画面表示と通常表示を切り替えるにはどうすればよいでしょうか?
例: 小さな mce エディターには同じ機能があります。
js のアイデアはありますか?
私は質問を明確に理解していませんでしたが、ブラウザのサイズ変更でjqgridのサイズを変更したい場合は、これが役立つかもしれません
$(window).bind('resize', function() { jQuery("#grid").setGridWidth($('#parentDiv').width()-30, true); }).trigger('resize');