简体   繁体   English

jqgrid jqGrid添加/编辑面板的宽度/高度

[英]jqgrid width/height of jqGrid add/edit panel

how can I set the width and height of edit/add panel that appear if I click on add record button of jqGrid? 单击jqGrid的添加记录按钮时,如何设置出现的编辑/添加面板的宽度和高度?

jQuery("#tabImprese").jqGrid({...}).navGrid('#pagerImprese',
    {

        }, //options
        {   
        }
        }, // edit options
        {
            reloadAfterSubmit:false
        }, // add options
        {
            reloadAfterSubmit:true
        }, // del options
        {
            reloadAfterSubmit:true
        } // search options
        );

Thanks. 谢谢。

You should just use the corresponding properties width and height described here , here and here . 您应该只使用此处此处此处所述的相应属性widthheight Mostly you need use only width property (like width:500 ). 通常,您只需要使用width属性(例如width:500 )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM