Skip to content

Commit e80dc5d

Browse files
committed
Added section to documentation about events
1 parent fab332e commit e80dc5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Documentation
2525
1. [array](#array)
2626
1. [tabarray](#tabarray)
2727
1. [Post process function](#post-process-function)
28+
1. [Events](#events)
2829
1. [Manual field insertion](#manual-field-insertion)
2930
1. [Extending Schema Form](extending.md)
3031

@@ -1033,7 +1034,14 @@ angular.module('myModule', ['schemaForm']).config(function(schemaFormProvider){
10331034
});
10341035
```
10351036
1037+
Events
1038+
---------------------
1039+
Events are emitted or broadcast at various points in the process of rendering or validating the
1040+
form. Below is a list of these events and how they are propagated.
10361041
1042+
| Event | When | type | arguments |
1043+
| ---------------------|:----------------------:|:-----:| ------------------------------ --:|
1044+
| `sf-render-finished` | After form is rendered | emit | The sf-schema directives's element |
10371045
10381046
### Manual field insertion
10391047
There is a limited feature for controlling manually where a generated field should go so you can

0 commit comments

Comments
 (0)