Pārlūkot izejas kodu

[typo] decloration to declaration

version-14
RobertSchouten pirms 8 gadiem
committed by GitHub
vecāks
revīzija
246a6f5879
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 Parādīt failu

@@ -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:


Notiek ielāde…
Atcelt
Saglabāt