Skip to content

Commit

Permalink
编译v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallRuralDog committed Jun 2, 2020
1 parent 3537e5f commit 35364ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,8 @@ $toolbars->addRight(new MyRoghtTool());//添加在右侧
适用于一些简单的表单需求,复杂多字段的表单不建议使用

```php
$grid->dialogForm($this->form()->isDialog(),500);//500是弹窗的宽度
//500px是弹窗的宽度,标题只支持纯文字
$grid->dialogForm($this->form()->isDialog(),'500px',['创建标题','编辑标题']);

```

0 comments on commit 35364ae

Please sign in to comment.