[ADF-2152] Updated See Also sections in docs (#2846)

This commit is contained in:
Andy Stark
2018-01-17 17:11:48 +00:00
committed by Eugenio Romano
parent c9a3b048b4
commit f5ef324dd2
29 changed files with 328 additions and 380 deletions

View File

@@ -20,7 +20,7 @@ export class CustomEditorComponent extends WidgetComponent {}
### Properties
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| ---- | ---- | ------- | ----------- |
| readOnly | boolean | false | Does the widget show a read-only value? (ie, can't be edited) |
| field | [FormFieldModel](form-field.model.md) | | Data to be displayed in the field |
@@ -30,9 +30,6 @@ The Widget component is the base class for all standard and custom form widgets.
[Form Extensibility and Customisation](extensibility.md) page for full details about
implementing custom widgets.
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
## See also
- [Extensibility](extensibility.md)
<!-- seealso end -->
- [Extensibility](extensibility.md)