[ADF-2152] Added See Also sections and updated doc tools (#2835)

* [ADF-2152] Added See Also sections to docs

* [ADF-2152] Added doc script to package.json
This commit is contained in:
Andy Stark
2018-01-16 17:43:10 +00:00
committed by Eugenio Romano
parent f4684f68be
commit 7a523961e2
16 changed files with 275 additions and 302 deletions
+4 -10
View File
@@ -47,7 +47,7 @@ formRenderingService.setComponentTypeResolver('text', customResolver, true);
The Form Rendering service is initialized with the mapping shown in the table below:
| Stencil name | Field type string | Component type |
|---|---|---|
| ------------ | ----------------- | -------------- |
| Amount | "amount" | AmountWidgetComponent |
| Attach | "upload" | AttachWidgetComponent or UploadWidgetComponent (based on metadata) |
| Checkbox | "boolean" | CheckboxWidgetComponent |
@@ -84,14 +84,8 @@ implements a modified layout or responds differently when the data is entered. S
[Form Extensibility and Customisation](extensibility.md) guide for further details and examples
of this technique.
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
## See also
- [Extensibility](extensibility.md)
- [Form field model](form-field.model.md)
- [Form component](form.component.md)
<!-- seealso end -->
- [Extensibility](extensibility.md)
- [Form field model](form-field.model.md)
- [Form component](form.component.md)