[typo] decloration to declaration

This commit is contained in:
RobertSchouten 2016-09-20 14:07:28 +08:00 committed by GitHub
parent 7bb304dd1a
commit 246a6f5879

View file

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