浏览代码

Merge pull request #2075 from RobertSchouten/patch-65

[typo] decloration to declaration
version-14
Nabin Hait 8 年前
committed by GitHub
父节点
当前提交
86a060482f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/docs/user/en/guides/app-development/trigger-event-on-deletion-of-grid-row.md

+ 1
- 1
frappe/docs/user/en/guides/app-development/trigger-event-on-deletion-of-grid-row.md 查看文件

@@ -1,4 +1,4 @@
To trigger an event when a row from a Child Table has been deleted (when user clicks on `delete` button), you need to add a handler the `fieldname_remove` event to Child Table, where fieldname is the fieldname of the Child Table in Parent Table decloration.
To trigger an event when a row from a Child Table has been deleted (when user clicks on `delete` button), you need to add a handler the `fieldname_remove` event to Child Table, where fieldname is the fieldname of the Child Table in Parent Table declaration.
For example:


正在加载...
取消
保存