如何更改 JQGrid 编辑对话框的大小?

发布于 2024-09-13 04:54:26 字数 80 浏览 8 评论 0原文

在 JQGrid 网格中,当您选择一行并按下编辑按钮时,会弹出一个对话框,允许您在该行的字段中输入信息。如何指定弹出对话框的默认高度、宽度和位置?

In a JQGrid grid, when you select a row and press the edit button, a dialog box pops up to allow you to enter information in the fields of that row. How do you specify a default height, width, and location of the dialog box that pops up?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南风起 2024-09-20 04:54:26

根据表单编辑文档,您可以使用以下内容选项:

  • top - 模式对话框的初始顶部位置。默认值 0 表示从网格左上角开始的顶部位置。当 jqModal 选项为 true(见下文)并且 jqModal 插件存在时,任何不同于 0 的值都表示距离窗口左上角的顶部位置。

  • left - 模式对话框的初始左侧位置。默认值 0 表示从网格左上角开始的左侧位置。当 jqModal 选项为 true(见下文)并且 jqModal 插件存在时,任何不同于 0 的值均表示距窗口左上角的左侧位置。

  • width - 确认对话框的宽度

  • height - 确认对话框的条目高度

According to the docs for Form Editing, you can use the following options:

  • top - the initial top position of modal dialog. The default value of 0 mean the top position from the upper left corner of the grid. When jqModal option is true (see below) and jqModal plugin is present any value different from 0 mean the top position from upper left corner of the window.

  • left - the initial left position of modal dialog. The default value of 0 mean the left position from the upper left corner of the grid. When jqModal option is true (see below) and jqModal plugin is present any value different from 0 mean the left position from upper left corner of the window.

  • width - the width of confirmation dialog

  • height - the entry height of confirmation dialog
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文